Installation
Prerequisites
Section titled “Prerequisites”- Bun v1.0+ — Sigil runs on Bun natively (no build step)
- Docker — Required for database entities (Postgres, etc.)
Install
Section titled “Install”As a project dependency
Section titled “As a project dependency”bun add sigilGlobally (makes sigil CLI available everywhere)
Section titled “Globally (makes sigil CLI available everywhere)”bun add -g sigilFor development (from source)
Section titled “For development (from source)”git clone https://github.com/pcutter1/sigil.gitcd sigilbun installbun linkbun link registers the package globally — both the sigil CLI binary and the import "sigil" SDK resolve from your local clone.
Verify
Section titled “Verify”sigil --helpYou should see the available commands: up, down, status, init.
Next Steps
Section titled “Next Steps”Head to the Quickstart to create your first environment.