Install satelle
satelle is a single static binary — no server, no cgo. 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
Build from source with Go:
go build -o satelle ./cmd/satelle
Or install via the Makefile:
make install
Already installed? satelle update self-updates in place —
it resolves the latest release, sha256-verifies it, replaces the binary, and
restarts the background service.
satelle update
satelle update --check reports availability without installing.
satelle update --check
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" --priority high
satelle index # index authored markdown under .satelle/
satelle status # config, database, and store counts
satelle serve # local web project page (http://127.0.0.1:8787)