Zypheron CLI banner
KKingZero KKingZero

Zypheron CLI

Security community

Description

ZYPHERON CLI Powerful command-line interface for automated security testing. Integrate ZYPHERON into your DevSecOps pipeline. Get CLI

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Zypheron CLI

AI-native offensive security CLI for real operator workflows

Go Python License Issues

Terminal-first recon, scanning, AI-assisted workflows, and operator tooling in one open source project.

ChangelogInstallQuick StartCommandsDocs


Overview

Zypheron CLI is an AI-native security CLI built around practical terminal workflows rather than disconnected scripts and raw output dumps.

It combines:

  • A Go-based CLI and TUI
  • AI model integration across local and hosted providers
  • Toolchain-aware workflows for recon, scanning, and operator tasks
  • Local session, loot, and artifact storage under ~/.zypheron
  • Bootstrap and release installers for both source-based and packaged installs

This repository is the open source CLI. It is intended for authorized security testing, research, and operator workflow automation.

Zypheron is free and open source. This repository should be treated as a local-first security CLI and self-hostable tooling project.

Install

Three install paths — pick one.

1. Bootstrap from source (recommended)

Full repo, local development workflow, automated dependency setup.

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

`setup-hybrid