Estimated costs based on typical usage patterns. BYOK cost depends on LLM provider and usage.
Why Cora CLI?
23 Deterministic Scanners
Static analysis runs before the LLM even sees your code. Catches secrets, anti-patterns, and security issues instantly.
Native Rust Performance
Single binary, zero dependencies. 30ms cold start. Reviews complete before your CI pipeline wakes up.
BYOK — Your API, Your Model
Use any OpenAI-compatible provider. OpenAI, Anthropic, local LLMs. No vendor lock-in, no subscription.
Pre-commit + CI Ready
Install as a git hook for instant pre-commit review. Run in CI with SARIF output for GitHub Code Scanning.
Per-Repo Configuration
.cora.yaml for repo-level settings. Global config for personal preferences. Override severity, ignore patterns, and prompts.
Zero Cloud, Zero Data Leaks
Your code never leaves your machine (BYOK). No SaaS dashboard, no data retention, no third-party access.
Get Started in 3 Steps
Install
curl -fsSL https://cora.codecora.dev/install.sh | shConfigure your LLM
cora init
cora config set provider openai
cora config set model gpt-4o-mini
cora hook installReview
cora review --stagedStop paying per seat for code review
Cora CLI is open source. Your API key, your model, your cost.
Star on GitHub