Skip to main content

Install

Two tools. One install command.

CyberMind CLI includes both the hacking/security pipeline and AI coding assistant. Same binary, same key. Globally installed — run from any folder, any terminal.

Hacking CLI — Linux/Kali (full) + Windows/Mac (chat)
AI Coding Assistant — Windows + macOS (full AI coding)
0

Get your free API key first

One key works for both tools. Looks like cp_live_xxxxxxxxxxxx

CyberMind CLI — Hacking & Security

Install the security CLI

Full pipeline on Linux/Kali. AI chat mode on Windows/macOS.

🐧 Linux / Kali

  • Recon (20 tools)
  • Hunt (11 tools)
  • Abhimanyu exploit
  • Omega plan mode
  • AI security chat

🪟 Windows

  • AI security chat
  • AI coding ✓
  • CVE intel
  • Payload gen
  • Report writer

🍎 macOS

  • AI security chat
  • AI coding ✓
  • CVE intel
  • Payload gen
  • Report writer
CYBERMIND_KEY=YOUR_KEY curl -sL https://cybermindcli1.vercel.app/install.sh | bash

Full agentic pipeline v4.1.0: recon → hunt → exploit → PoC → manual guide. Kali Linux recommended.

Verify install

cybermind --version

AI security chat

cybermind chat

Start recon

cybermind recon -t example.com

Troubleshooting

Run: cybermind doctor — it auto-installs missing tools (subfinder, nuclei, nmap, etc.).

AI Coding Assistant

Launch AI Coding Assistant

Same binary — run cybermind after install. Full support on Windows + macOS.

✓ Same install command — one binary, two modes

If you already installed CyberMind CLI above, skip this section. Just run cybermind to launch the AI coding assistant.

$env:CYBERMIND_KEY="YOUR_KEY"; (iwr https://cybermindcli1.vercel.app/install.ps1 -UseBasicParsing).Content | iex

Same command as above — already installed? Just run: cybermind

Launch AI coding

cybermind

Security scan mode

cybermind /scan <target>

Check setup

cybermind /doctor
Agent mode (autonomous)
MiniMax M2.5 + 11 providers
MCP integrations
Project scaffolding

Troubleshooting

Run: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser This only affects your user — no admin needed.

Quick reference — globally installed, run from any folder

After install: open any terminal, navigate to any project folder, and run these commands.

cybermind --versionCheck version (should be v4.1.0)
sudo cybermind /doctorInstall all tools + auto-fix
sudo cybermind /plan --auto-targetAgentic bug bounty (auto-target)
sudo cybermind /plan target.comScan specific target
sudo cybermind /bizlogic target.comBusiness logic bugs
sudo cybermind /guide target.comAI manual testing guide
cybermindAI coding assistant (all platforms)
cybermind chatAI security chat