Download the Stack CLI
Push tasks on, pop them off — from your shell. Version 2026.06.1.
Quick install
macOS or Linux — auto-detects your platform and verifies the checksum.
curl -fsSL https://stack.fangorn.io/cli/install.sh | sh
Or download a binary
-
Download
macOS — Apple Silicon
stack_macos_arm64
-
Download
Linux — x86-64
stack_linux_amd64
-
Download
Linux — ARM64
stack_linux_arm64
After downloading: chmod +x stack_* && mv stack_* /usr/local/bin/stack.
Verify against the checksums.
Set it up
Point the CLI at the server and your token (generate one under Settings → CLI access):
stack config --server https://stack.fangorn.io/ --token <your-token>
stack push "ship it"
Prefer to build it yourself? The source lives in cli/
of the Stack repo — cargo build --release.