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

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)