Get your free API key first
One key works for both tools. Looks like cp_live_xxxxxxxxxxxx
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 | bashFull agentic pipeline v4.1.0: recon → hunt → exploit → PoC → manual guide. Kali Linux recommended.
Verify install
cybermind --versionAI security chat
cybermind chatStart recon
cybermind recon -t example.comTroubleshooting
Run: cybermind doctor — it auto-installs missing tools (subfinder, nuclei, nmap, etc.).
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 | iexSame command as above — already installed? Just run: cybermind
Launch AI coding
cybermindSecurity scan mode
cybermind /scan <target>Check setup
cybermind /doctorTroubleshooting
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-fixsudo cybermind /plan --auto-targetAgentic bug bounty (auto-target)sudo cybermind /plan target.comScan specific targetsudo cybermind /bizlogic target.comBusiness logic bugssudo cybermind /guide target.comAI manual testing guidecybermindAI coding assistant (all platforms)cybermind chatAI security chat