Option 1: Bootstrap from Source
git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI
bash ./setup-hybrid.sh
Use this path when you want the full repository, a local build flow, automated dependency setup, shell completion, and optional external tool installation.
Option 2: Install a Release Binary
curl -sSfL https://download.zypheron.net/install.sh | bash
Use this path when you want the packaged CLI without cloning the repo. The installer detects OS and architecture, downloads the matching archive, and verifies checksums when possible.
Requirements
- Go 1.24+ for source builds
- Python 3.9+
- Linux, macOS, or WSL
Post-Install Verification
zypheron --version
zypheron doctor
If you skipped some setup work initially, the repo-backed recovery path is zypheron install-deps --all, then zypheron tools check, then zypheron tools install-all --critical-only --yes before broader automation.
