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

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

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

TOOLS

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

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

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

AUR PACKAGE

ARCH-FAMILY · AFTER AUR PUBLICATION

yay -S zypheron
SYS.RDY

SOURCE BOOTSTRAP

FULL REPO PATH

git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI
bash scripts/install/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 scan example.com --full
SYS.RDY

TOOLS

CLI REFERENCE

zypheron tools check
zypheron tools install-all --critical-only --yes
zypheron tools list --missing
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

Solutions

Infrastructure

  • CLI Source Code

Network

© 2025 ZYPHERON SYSTEMS//DESKTOP + CLI