AI code trust layer

Ship AI code
with confidence

Brela shows what your AI wrote, surfaces risky changes, and helps you understand what needs review before it hits production — without changing your workflow.

Terminal — brela report
brela report --days 7
AI Code Report — last 7 days
Tool Lines Share
─────────────────────────────────
GitHub Copilot 1,247 38% ████████░░░
Claude Code 934 28% ██████░░░░░
Cursor 412 13% ███░░░░░░░░
Human 689 21% █████░░░░░░
Total: 3,282 lines across 47 files
AI-generated: 79%

Understand and trust your AI-generated code

AI is writing more of your code than you think. Brela helps you understand it, catch risky changes, and make better decisions before shipping.

Silent tracking

Works silently in the background and tracks every AI-generated change without interrupting your workflow.

Multi-tool support

See and compare output from Copilot, Claude, Cursor and more — all in one place.

Privacy-first

Everything stays local. No code leaves your system. No telemetry. No risk.

Instant reports

Get instant insights into AI usage, risky code, and what needs your attention — not just raw data with brela explain

100% local. Zero telemetry.

Brela never phones home. All session data lives in .brela/ on your disk. We don't collect, store, or transmit any of your code or usage data.

How it works

One command to set up. Then it runs silently in the background.

1

Install & init

Run brela init in your project root. It sets up hooks, shell wrappers, and the VS Code extension.

2

Code normally

Use any AI tool — Copilot, Claude, Cursor — however you like. Brela detects and records every AI contribution silently.

3

Get reports

Run brela report for a full breakdown. See what AI wrote, what’s risky, and what needs review before shipping.

4

Deep dive

Use brela explain <file> to see the full attribution history for any specific file in your project.

Supports every major AI coding tool

Brela automatically detects code from all popular AI assistants, with more being added regularly.

GitHub Copilot Copilot CLI Claude Code Claude Code (Agent) Cursor Windsurf Cline Continue Aider ChatGPT Paste

Up and running in 30 seconds

Install, run once, and instantly see how much AI is in your code — and what needs your attention.

npm install -g @brela-dev/cli
  • 1. Install the CLI globally
  • 2. Run brela init
  • 3. Run brela report
View on GitHub