Install satelle

satelle is a single static binary you install and run — no cgo, no runtime deps. Pick the path that fits.

Downloads the latest release binary for your platform, sha256-verifies it, and installs to ~/.local/bin (override with SATELLE_INSTALL_DIR).

curl -fsSL https://github.com/bobmcallan/satelle/releases/latest/download/install.sh | sh

Quickstart

Scaffold satelle in a repo and drive your first story:

cd your-repo
satelle init              # scaffold .satelle/ (config, database, authored dirs)
satelle story create --title "Ship the thing" --category feature --priority high
satelle reindex           # index authored markdown under .satelle/
satelle status            # config, database, and store counts
satelle service install   # background project page (http://127.0.0.1:8787)
                          # or run satelle-serve --port 8787 in another terminal
satelle workspace add     # seed the push-fed mirror so the page is populated