Local CLI
Run Radar where the code already lives.
The CLI gives engineers a native scan loop: run, inspect, fix, and rescan without uploading source to a remote scanner.
Interactive cockpit
Running `radar` opens a keyboard-driven cockpit with Dashboard, Settings, Integrations, License, and Results screens.
- Fast and full profiles
- Readable finding detail
- Config generation
- License status
Scriptable output
Automation stays predictable. Use the same scan engine for terminal summaries, SARIF, JSON, and HTML.
radar scan . --format json > radar-report.json
radar scan . --format sarif --fail-on high