
ZYPHERON
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
INSTALL PATHS
REPO CURRENT STATE
The repo currently documents two primary install paths for local-first operator workflows.
git clone https://github.com/KKingZero/Zypheron-CLI.git cd Zypheron-CLI bash ./setup-hybrid.sh
curl -sSfL https://download.zypheron.net/install.sh | bash
SYS.RDY
SUPPORTED ENVIRONMENT
BASELINE REQUIREMENTS
- Linux, macOS, or WSL
- 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