Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CyberStrikeus/CyberStrike/llms.txt
Use this file to discover all available pages before exploring further.
System requirements
- Node.js 18 or later (for npm/pnpm installs)
- Operating system: macOS, Linux, or Windows
- An API key for at least one supported LLM provider, or a locally running Ollama or LM Studio instance for offline use
CLI installation
Install thecyberstrike CLI globally using your preferred package manager or install script.
Desktop app installation
CyberStrike also ships as a native desktop application built with Tauri, providing a windowed UI alternative to the terminal TUI.Verifying your installation
After installation, confirm the CLI is available and check the installed version:PATH. For npm, run npm bin -g to find the location.
Upgrading
CyberStrike ships with a built-in upgrade command that fetches and installs the latest release:cyberstrike update is an alias for cyberstrike upgrade.
To upgrade manually using your package manager, re-run the original install command with the @latest tag:
Uninstalling
To remove CyberStrike from your system:~/.config/cyberstrike on Linux/macOS). To fully remove all data:
Offline installation
To run CyberStrike in an air-gapped or offline environment, install Ollama or LM Studio on the same machine and pull a local model. On first launch, select Ollama or LM Studio as your provider. No data leaves your machine.For best offline performance, use a model with at least 8B parameters. Larger models (32B+) produce significantly better security reasoning but require more RAM and a capable GPU.