Zypheron

ZYPHERON

Open Source CLI · Operator-First Automation

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.

DOWNLOAD DESKTOP
root@zypheron:~
┌───────────────────────┐
│ ZYPHERON CLI v1.2.0 │
└───────────────────────┘

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 tui
SYS.RDY

HEALTH CHECKS

DOCTOR AND DEPS

Use zypheron doctor and zypheron install-deps --all to verify and repair local setup.

zypheron doctor zypheron install-deps --all
SYS.RDY

SESSIONS

LOCAL STATE

The repo documents local config, session, loot, and artifact storage under ~/.zypheron.

zypheron session list
SYS.RDY

AI PROVIDERS

LOCAL AND HOSTED

Support includes local Ollama and hosted provider flows managed through Zypheron config and key storage.

zypheron ai status
SYS.RDY

WORKFLOWS

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.com
SYS.RDY

UPDATES

RELEASE INSTALLS

Packaged installs can check for updates with zypheron update check.

zypheron update check
SYS.RDY

Install 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
SYS.RDY

SOURCE BOOTSTRAP

CURRENT REPO PATH

git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI
bash ./setup-hybrid.sh
SYS.RDY

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

zypheron
zypheron doctor
zypheron install-deps --all
SYS.RDY

SCAN AND RECON

CLI REFERENCE

zypheron scan example.com
zypheron scan example.com --web
zypheron recon example.com
SYS.RDY

AI WORKFLOWS

CLI REFERENCE

zypheron dork "admin panels" --ai-guided
zypheron chat "How would you approach this target?"
zypheron autopent example.com
SYS.RDY

TOOLS AND UPDATES

CLI REFERENCE

zypheron tools status
zypheron tools install-all --critical-only --yes
zypheron update check
SYS.RDY

Continue 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.

OPEN DOCUMENTATION
SYS.RDY
ZYPHERON

ZYPHERON Desktop is a cybersecurity IDE for offensive and defensive workflows. The open source CLI remains available for terminal-first users.

AUTHORIZED USE ONLY

Infrastructure

Network

© 2025 ZYPHERON SYSTEMS//DESKTOP + CLI