What's New in v1.1.0
Bolt — Remote Tool Server Integration
CyberStrike now ships with full Bolt client integration. Deploy your security toolkit on a remote VPS, pair it with Ed25519 keys, and control everything from your local terminal over MCP protocol.
- Bolt client integration with SDK fetch chain (TUI → RPC → Worker → Server)
- Bolt sidebar display with live connection status
- Bolt delete with
Ctrl+Dkeybind + auth error detection - Lazy tool registry with automatic refresh on
ToolListChangednotification
MCP/Bolt Management Improvements
- Add/remove/configure MCP servers and Bolt connections from the TUI
- Duplicate detection — prevents adding the same MCP server twice
- Config discovery fix:
findUp+findDownnow correctly locates.cyberstrike/config files - Validation on MCP add (name, command, URL format checks)
Local LLM Provider Support
- Connect to any OpenAI-compatible endpoint (vLLM, Ollama, LM Studio, etc.)
- CLI management: add/remove/configure local providers
- UI improvements for provider selection and status display
README & Branding
- Complete README rewrite — CyberStrike is now presented as what it is: an autonomous offensive security agent platform
- 23 languages: English + Arabic, Bengali, Bosnian, Brazilian Portuguese, Chinese (Simplified + Traditional), Danish, French, German, Greek, Hindi, Italian, Japanese, Korean, Norwegian, Polish, Russian, Spanish, Thai, Turkish, Ukrainian, Vietnamese
- Custom social preview SVGs (dark + light mode) with the actual CyberStrike logo
- MCP ecosystem showcase: hackbrowser-mcp, cloud-audit-mcp, github-security-mcp, cve-mcp, osint-mcp
Bug Fixes
- Fix crash in error handler (missing ResolveMessage import)
- Fix
Bus.subscribecalled beforeinit()— defer to avoid Instance context error - Fix stale tool registry not refreshing after MCP server changes
- Work around opentui border rendering bug in prompt input
- Update @opentui/core 0.1.79 → 0.1.87
- Hide LSP section from sidebar (not applicable to security agents)
- Remove SVG
<filter>elements for GitHub rendering compatibility
Agents
- 13+ specialized agents: cyberstrike (primary), web-application, mobile-application, cloud-security, internal-network
- 8 proxy testers: IDOR, Authorization Bypass, Mass Assignment, Injection, Authentication, Business Logic, SSRF, File Attacks
- 120+ OWASP WSTG test cases built into agent methodology
MCP Ecosystem
| Server | Tools | Purpose |
|---|---|---|
| hackbrowser-mcp | 39 | Browser-based security testing |
| cloud-audit-mcp | 38 | Cloud security audits (AWS/Azure/GCP) |
| github-security-mcp | 39 | GitHub security posture |
| cve-mcp | 23 | CVE/vulnerability intelligence |
| osint-mcp | 37 | OSINT reconnaissance |
Installation
npm i -g cyberstrike@latest && cyberstrikebrew install CyberStrikeus/tap/cyberstrike # macOS
scoop install cyberstrike # Windows
curl -fsSL https://cyberstrike.io/install | bash # Linux/macOSFull Changelog: v1.0.8-beta.1...v1.1.0