Skip to main content
The niblet executable is the local authoring toolkit and Pixlet-compatible runtime. It can create projects, serve live previews, validate Starlark, render WebP or GIF output, authenticate, and upload immutable app revisions.

macOS and Linux

The installer detects the operating system and CPU architecture, downloads the matching release, verifies its SHA-256 checksum, and installs niblet in /usr/local/bin. If pixlet is not already present, it also creates a compatibility symlink. If /usr/local/bin is not writable, choose another directory already on your PATH:

Verify the install

Build from source

Install Go, Node.js, and libwebp, then run:
Copy the resulting niblet binary into a directory on your PATH.
The release installer currently supports macOS and Linux. Windows developers can build the Pixlet-compatible runtime from source; a signed Niblet Windows installer is not yet part of the release path.