Features How It Works Profiles CI Pricing
Free for open source

AI code reviews.
Your model, your rules.

Bring your own LLM, bring your own API key. Configurable reviewer agents, secret scanning, and native CI integration — in a single binary.

terminal
$ nitpik review --diff-base main --profile backend,security
 
▸ Scanning for secrets... clean
▸ Reviewing with backend (claude-sonnet-4-20250514)...
▸ Reviewing with security (claude-sonnet-4-20250514)...
 
⚠ src/handlers/auth.rs:42
Missing rate limiting on login endpoint
 
✓ 2 agents · 14 files · 3 findings · 4.2s

Works with any LLM provider

Everything you need,
nothing you don't.

A single binary with batteries included. No SaaS middleman sitting between you and your LLM.

{{ feature.title }}

{{ feature.desc }}

Three steps. Five minutes.

1

Install

Single binary, no runtime dependencies.

# Cargo
cargo install nitpik

# Or use Docker
docker pull nitpik:latest
2

Connect your LLM

Set a provider and API key — that's it.

export NITPIK_PROVIDER=anthropic
export ANTHROPIC_API_KEY=sk-...
3

Run a review

Point it at a diff and get findings instantly.

nitpik review --diff-base main

Specialist agents, built in.

Four profiles ship out of the box. Create your own with Markdown and YAML.

{{ profile.icon }}
{{ profile.name }}
{{ profile.desc }}
team-conventions.md
---
name: team-conventions
description: Enforces our coding standards
tags: [style, conventions]
tools:
  - name: run_tests
    command: cargo test
---

You are a code reviewer enforcing
our team's conventions.

Check for:
- snake_case functions
- Result-based error handling
- Doc comments on public items

Native to every major CI.

Inline annotations on GitHub, code quality reports on GitLab, review comments on Forgejo — all built in.

{{ tab.file }}

            

Simple, predictable pricing.

No per-seat charges. No usage caps. You bring the model — we bring the tooling.

Free
$0
For personal projects and open-source repos. Forever.
  • All features included
  • All LLM providers
  • Unlimited reviews
  • All output formats
  • Secret scanning
  • Custom profiles
Install Now

Get a Commercial License

Fill in your details and we'll get back to you with a license key.

Thank you! We'll be in touch shortly.

{{ contactError }}