Stoatify for the command line
Verify the CLI package
in your terminal.
The CLI package can be downloaded and verified, but account access remains unavailable.
$ stoatify version
stoatify version 0.1.0Quick install
Install from your terminal
The installer selects the right build, verifies its checksum, adds Stoatify to your PATH, and updates it when you run the command again.
macOS and Linux
View script ↗curl -fsSL https://www.stoatify.com/downloads/cli/install.sh | shWorks with sh, bash, zsh, dash, ksh, and fish environments.
Windows
View script ↗irm https://www.stoatify.com/downloads/cli/install.ps1 | iexRuns in Windows PowerShell and PowerShell 7 without administrator access.
Manual downloads
Choose your platform
Each archive contains one self-contained binary. Download, extract, and move it somewhere on your PATH.
macOS
Apple Silicon
macOS
Intel
Linux
x86-64
Linux
arm64
Windows
x86-64
Latest signed release
Built from source and signed by StoatWorks.
Verify before you install
Confirm the archive against the signed checksum manifest. The public key stays at a stable URL for scripts and CI.
cosign verify-blob \
--key cosign.pub \
--bundle checksums.txt.bundle \
checksums.txt
shasum -a 256 -c checksums.txtAccount connections
Developer credentials are unavailable
The downloadable CLI cannot connect to a Stoatify account while developer access remains unavailable. Do not install it for account workflows yet.