Latest release

Download Halcón CLI

AI-powered coding agent for your terminal. Multi-model. Native performance.

Fetching latest release…

Install methods

macOS / Linux bash
curl -sSfL https://halcon.cuervo.cloud/install.sh | sh
SHA-256 verified. Installs to ~/.local/bin/
Windows (PowerShell) powershell
iwr -useb https://halcon.cuervo.cloud/install.ps1 | iex
Installs to %LOCALAPPDATA%\halcon\bin
Homebrew bash
brew tap cuervo-ai/tap && brew install halcon
macOS and Linux — auto-updates with brew upgrade

All platforms

PlatformDownload
macOS Apple Silicon
macOS Intel
Linux x86_64
Linux ARM64
Windows x86_64

Verify your download

All releases include a checksums.txt with SHA-256 hashes. The installer verifies automatically. To verify manually:

SHA-256 checksum
# macOS
shasum -a 256 halcon-<version>-aarch64-apple-darwin.tar.gz
# Linux
sha256sum halcon-<version>-x86_64-unknown-linux-musl.tar.gz
# Compare with published hash
curl -sSf https://releases.cli.cuervo.cloud/latest/checksums.txt
Cosign keyless verification (SLSA)
cosign verify-blob \
--signature halcon-<version>-TARGET.tar.gz.sig \
--certificate halcon-<version>-TARGET.tar.gz.pem \
--certificate-identity-regexp 'https://github.com/cuervo-ai/halcon-cli' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
halcon-<version>-TARGET.tar.gz

After installing

1
halcon auth login anthropic
Add your Anthropic API key
2
halcon chat "Hello, Halcón!"
Test the connection
3
halcon chat --tui
Launch the full TUI cockpit