DOCS INDEX
ZYPHERON MANUAL
This page is aligned to the current repo docs set. The website documentation should read like a web-native rendering of the CLI repository: install paths, first-run checks, local LLM setup, and operator workflows without marketing drift.
Install
Setup and Use
AI / MCP / Tool Chains / Help
GETTING STARTED
WHY ZYPHERON
SOLUTIONS
WORKFLOW PLAYBOOKS
INSTALL PATHS
REPO CURRENT STATE
Install with Debian/RPM package artifacts, use the AUR path once published, or clone the repo and run the bootstrap script.
curl -LO https://download.zypheron.net/v2.0.0/zypheron_2.0.0_amd64.deb sudo apt install ./zypheron_2.0.0_amd64.deb curl -LO https://download.zypheron.net/v2.0.0/zypheron-2.0.0-1.x86_64.rpm sudo dnf install ./zypheron-2.0.0-1.x86_64.rpm # AUR, after publication yay -S zypheron # Source bootstrap git clone https://github.com/KKingZero/Zypheron-CLI.git cd Zypheron-CLI bash scripts/install/setup-hybrid.sh
SYS.RDY
SUPPORTED ENVIRONMENT
BASELINE REQUIREMENTS
- Linux (macOS and Windows/WSL support in progress)
- Go 1.24+ for source builds
- Python 3.9+
- Kali or similarly equipped Linux recommended for heavier operator workflows
SYS.RDY
POST-INSTALL CHECKS
VERIFY CLI HEALTH
zypheron --versionzypheron doctorzypheron install-deps --allzypheron tools install-all --critical-only --yesSYS.RDY