20
CodeRabbit
$24/dev/month × 20 devs
Monthly
$480
Annual
$5,760
Cora CLI (BYOK)
~$9/dev/month × 20 devs
Monthly
$180
Annual
$2,160
You save
$3,600
per year

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

1

Install

sh
curl -fsSL https://cora.codecora.dev/install.sh | sh
2

Configure your LLM

sh
cora init
cora config set provider openai
cora config set model gpt-4o-mini
cora hook install
3

Review

sh
cora review --staged

Stop paying per seat for code review

Cora CLI is open source. Your API key, your model, your cost.

Star on GitHub