Option 1: Source Bootstrap
git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI
bash scripts/install/setup-hybrid.sh
This remains the best path for developers: the repository, local scripts, full source visibility, and the ability to inspect or modify the build.
Option 2: Package Artifacts
Prefer not to build from source? Tagged CLI releases generate Debian and RPM package artifacts that install with sudo apt install ./file.deb or sudo dnf install ./file.rpm. The AUR path is ready once the package is published. Repository-style installs by package name still require publishing apt/dnf repositories first.
Verification Still Matters
zypheron --version
zypheron doctor
The install path changes how the CLI lands on the machine, while the need to verify the environment stays the same. A good website should always pair install instructions with the real post-install health checks.