Public release binaries and installer for the Podstack CLI. The CLI source lives in a private repo; this repo hosts only the built artifacts so that installation and update checks work without authentication.
curl -fsSL https://github.com/Podstack-ai/podstack-cli-releases/releases/latest/download/install.sh | shThe installer detects your OS (Darwin/Linux) and CPU architecture (amd64/arm64), downloads the matching tarball, verifies its sha256, and installs podstack to /usr/local/bin (or ~/.local/bin).
podstack upgradeSee the latest release for all platform downloads.