
ZYPHERON
TERMINAL-FIRST
OPERATOR WORKFLOWS
Zypheron CLI is the terminal-first companion to ZYPHERON Desktop: recon, scanning, AI-assisted analysis, local sessions, and operator tooling in one open source project.
The current repo documents Linux, macOS, and WSL support, source bootstrap with setup-hybrid.sh, a packaged release installer, and human-in-the-loop workflows for recon and pentest automation.
Repo-Aligned Capabilities
The current CLI is more than a prompt wrapper. It includes terminal UI, workflow execution, local storage under ~/.zypheron, and provider-aware AI flows built for operator review.
TERMINAL UI
INTERACTIVE CLI
Launch the TUI with zypheron or zypheron tui and keep provider/model choices persisted.
zypheron tuiHEALTH CHECKS
DOCTOR AND DEPS
Use zypheron doctor and zypheron install-deps --all to verify and repair local setup.
zypheron doctor
zypheron install-deps --allSESSIONS
LOCAL STATE
The repo documents local config, session, loot, and artifact storage under ~/.zypheron.
zypheron session listAI PROVIDERS
LOCAL AND HOSTED
Support includes local Ollama and hosted provider flows managed through Zypheron config and key storage.
zypheron ai statusWORKFLOWS
AUTOPENT AND CHAINS
Current public commands include workflow list and autopent alongside scan, recon, dork, and chat flows, with the operator still choosing scope and execution.
zypheron workflow list
zypheron autopent example.comUPDATES
RELEASE INSTALLS
Packaged installs can check for updates with zypheron update check.
zypheron update checkInstall Paths
The repo exposes both a release installer and a full source bootstrap for local-first operator workflows.
RELEASE INSTALLER
CURRENT REPO PATH
curl -sSfL https://download.zypheron.net/install.sh | bash
SOURCE BOOTSTRAP
CURRENT REPO PATH
git clone https://github.com/KKingZero/Zypheron-CLI.git cd Zypheron-CLI bash ./setup-hybrid.sh
Current Command Surface
These examples are pulled from the current README/docs direction and show where AI-assisted workflows support the operator instead of replacing them.
HEALTH AND SETUP
CLI REFERENCE
zypheronzypheron doctorzypheron install-deps --allSCAN AND RECON
CLI REFERENCE
zypheron scan example.comzypheron scan example.com --webzypheron recon example.comAI WORKFLOWS
CLI REFERENCE
zypheron dork "admin panels" --ai-guidedzypheron chat "How would you approach this target?"zypheron autopent example.comTOOLS AND UPDATES
CLI REFERENCE
zypheron tools statuszypheron tools install-all --critical-only --yeszypheron update checkContinue with Repo-Aligned Docs
Desktop remains the primary download motion, but the CLI still matters for terminal-first users and teams that want an open source path for local, operator-controlled automation.