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 runs on Linux (macOS and Windows/WSL support in progress), installs through apt/dnf package artifacts, AUR packaging, or source bootstrap, and ships 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
CHAINS AND SCANS
Current public commands include workflow list alongside scan, recon, dork, and chat flows, with the operator still choosing scope and execution.
zypheron workflow list
zypheron scan example.com --fullTOOLS
CHECK AND INSTALL
Verify external tool availability and install what is missing with the tools subcommands.
zypheron tools check
zypheron tools install-all --critical-only --yesInstall Paths
Install from validated Debian/RPM package artifacts, use the AUR path on Arch-family systems once published, or clone the repo and run the bootstrap script for a local build.
APT PACKAGE ARTIFACT
DEBIAN / UBUNTU / KALI / PARROT
curl -LO https://download.zypheron.net/v2.0.0/zypheron_2.0.0_amd64.deb sudo apt install ./zypheron_2.0.0_amd64.deb
DNF PACKAGE ARTIFACT
FEDORA / RHEL-FAMILY
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 PACKAGE
ARCH-FAMILY · AFTER AUR PUBLICATION
yay -S zypheron
SOURCE BOOTSTRAP
FULL REPO PATH
git clone https://github.com/KKingZero/Zypheron-CLI.git cd Zypheron-CLI bash scripts/install/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 scan example.com --fullTOOLS
CLI REFERENCE
zypheron tools checkzypheron tools install-all --critical-only --yeszypheron tools list --missingContinue 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.