$git clone https://github.com/CyberStrikeus/CyberStrike---
| 1 | <p align="center"> |
| 2 | <a href="README.md">English</a> | |
| 3 | <a href="README.zh.md">简体中文</a> | |
| 4 | <a href="README.zht.md">繁體中文</a> | |
| 5 | <a href="README.ko.md">한국어</a> | |
| 6 | <a href="README.de.md">Deutsch</a> | |
| 7 | <a href="README.es.md">Español</a> | |
| 8 | <a href="README.fr.md">Français</a> | |
| 9 | <a href="README.it.md">Italiano</a> | |
| 10 | <a href="README.da.md">Dansk</a> | |
| 11 | <a href="README.ja.md">日本語</a> | |
| 12 | <a href="README.pl.md">Polski</a> | |
| 13 | <a href="README.ru.md">Русский</a> | |
| 14 | <a href="README.bs.md">Bosanski</a> | |
| 15 | <a href="README.ar.md">العربية</a> | |
| 16 | <a href="README.no.md">Norsk</a> | |
| 17 | <a href="README.br.md">Português (Brasil)</a> | |
| 18 | <a href="README.th.md">ไทย</a> | |
| 19 | <a href="README.tr.md">Türkçe</a> | |
| 20 | <a href="README.uk.md">Українська</a> | |
| 21 | <a href="README.bn.md">বাংলা</a> | |
| 22 | <a href="README.el.md">Ελληνικά</a> | |
| 23 | <a href="README.vi.md">Tiếng Việt</a> | |
| 24 | <a href="README.hi.md">हिन्दी</a> |
| 25 | </p> |
| 26 | |
| 27 | <p align="center"> |
| 28 | <picture> |
| 29 | <source media="(prefers-color-scheme: dark)" srcset="assets/hero-dark.webp"> |
| 30 | <source media="(prefers-color-scheme: light)" srcset="assets/hero-light.webp"> |
| 31 | <img src="assets/hero-dark.png" alt="CyberStrike — open-source AI agent for offensive security" width="880"> |
| 32 | </picture> |
| 33 | </p> |
| 34 | |
| 35 | <h3 align="center">The first open-source AI agent built for offensive security.</h3> |
| 36 | |
| 37 | <p align="center"> |
| 38 | Automated penetration testing from your terminal — plug in your Claude, GPT, or any LLM subscription<br> |
| 39 | and turn it into an autonomous red team agent with 13+ specialized agents, 7,600+ security skills, and 120+ OWASP test cases.<br> |
| 40 | <b>150+ AI providers</b> • <b>5,300+ models</b> • <b>56+ built-in tools</b> • <b>176+ MCP tools</b> |
| 41 | </p> |
| 42 | |
| 43 | <p align="center"> |
| 44 | <a href="#quick-start">Quick Start</a> • |
| 45 | <a href="#intelligence-layer">Intelligence Layer</a> • |
| 46 | <a href="#what-makes-it-different">What Makes It Different</a> • |
| 47 | <a href="#agents">Agents</a> • |
| 48 | <a href="#security-skills">Skills</a> • |
| 49 | <a href="#web-ui--remote-access">Web UI</a> • |
| 50 | <a href="#bolt--remote-tool-execution">Bolt</a> • |
| 51 | <a href="#mcp-ecosystem">MCP Ecosystem</a> • |
| 52 | <a href="#post-exploitation">Post-Exploitation</a> • |
| 53 | <a href="#installation">Installation</a> • |
| 54 | <a href="https://docs.cyberstrike.io">Docs</a> • |
| 55 | <a href="https://cyberstrike.io">Website</a> |
| 56 | </p> |
| 57 | |
| 58 | <p align="center"> |
| 59 | <a href="https://www.npmjs.com/package/@cyberstrike-io/cyberstrike"><img alt="npm" src="https://img.shields.io/npm/v/@cyberstrike-io/cyberstrike?style=flat-square&color=1e40af" /></a> |
| 60 | <a href="https://www.npmjs.com/package/@cyberstrike-io/cyberstrike"><img alt="Downloads" src="https://img.shields.io/npm/dm/@cyberstrike-io/cyberstrike?style=flat-square&color=1e40af" /></a> |
| 61 | <a href="https://github.com/CyberStrikeus/CyberStrike/actions/workflows/publish.yml"><img alt="Build" src="https://img.shields.io/github/actions/workflow/status/CyberStrikeus/CyberStrike/publish.yml?style=flat-square&branch=dev" /></a> |
| 62 | <a href="https://discord.gg/snunAaHf6U"><img alt="Discord" src="https://img.shields.io/discord/1391832426048651334?style=flat-square&label=discord&color=1e40af" /></a> |
| 63 | <a href="https://github.com/CyberStrikeus/CyberStrike/blob/dev/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-AGPL--3.0-1e40af?style=flat-square" /></a> |
| 64 | </p> |
| 65 | |
| 66 | --- |
| 67 | |
| 68 | ### Quick Start |
| 69 | |
| 70 | ```bash |
| 71 | npm i -g @cyberstrike-io/cyberstrike@latest && cyberstrike |
| 72 | ``` |
| 73 | |
| 74 | That's it. CyberStrike launches a TUI in your terminal, asks for your LLM provider and API key on first run, and you're ready to go. Tell it what to test — it handles reconnaissance, vulnerability discovery, exploitation, and reporting autonomously. |
| 75 | |
| 76 | > **Already have a Claude Code or OpenAI subscription?** CyberStrike's intelligence layer sits on top of your existing AI subscription. No separate API costs — your current plan powers an entire pentest toolkit. |
| 77 | |
| 78 | Explore the full documentation at **[docs.cyberstrike.io](https://docs.cyberstr |