Usage
CyberStrike offers three ways to interact with its AI-powered security assessment engine:
- TUI — Interactive terminal interface with real-time agent output, file references, and slash commands
- CLI — Non-interactive mode for scripting, pipelines, and automation
- Web — Browser-based interface with session management, side panels, and integrated terminal
Each interface connects to the same underlying engine and shares sessions, so you can switch between them freely.
Quick Start
# Interactive TUI (default)cyberstrike
# Non-interactive CLIcyberstrike run "scan example.com for open ports"
# Web interfacecyberstrike webChoosing an Interface
| Interface | Best For |
|---|---|
| TUI | Daily interactive assessments, file exploration, undo/redo |
| CLI | CI/CD pipelines, scripting, piping tool output |
| Web | Team collaboration, visual side panels, browser-based workflows |
All three interfaces support the full range of security agents, MCP tools, and AI providers.