Option 1: Source Bootstrap
git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI
bash ./setup-hybrid.sh
Use this when you want the repository, local scripts, source visibility, and the ability to inspect or modify the build. This is the stronger default for developers and for anyone validating the project directly from source.
Option 2: Release Installer
curl -sSfL https://download.zypheron.net/install.sh | bash
Use this when you want the packaged CLI quickly without cloning the repo first. It is the lower-friction path for operators who want to get moving and do not need the source tree on disk.
Verification Still Matters
zypheron --version
zypheron doctor
The install path changes how the CLI lands on the machine, not the need to verify the environment. A good website should always pair install instructions with the real post-install health checks.
