Open source · Apache core · AGPL UI

Code review that usesyour own AI agent.

GitGecko can run through a supported local coding agent after that agent is configured and authenticated. Local reviews do not require a GitGecko cloud account.

npx gitgecko review

Open source local workflow · Hosted access is in private preview

What GitGecko adds to the workflow

Three structural advantages — not marketing claims

Use your existing agent

Run through a supported local coding agent after its own setup is complete. GitGecko adds deterministic analysis and review structure without requiring a cloud account.

Existing-agent execution

Deterministic-first

ast-grep + regex rules run before the LLM. Deterministic findings are reproducible and do not depend on model quality; model findings remain probabilistic and are shown with provenance.

Deterministic signal before model output

Self-host or cloud

The local and hosted products share one codebase. Hosted plans remain private preview until billing and entitlement verification is complete.

One local and hosted product path

Illustrative output shape

See the result before you connect a repository

A review is not a paragraph hidden in a comment. It is a navigable artifact with a verdict, impact signal, exact location, evidence, and traceable source.

example/service / Guard webhook replay handlingreview.v2 shape
Not mergeable
error · 1 blockerblast radius · High

The handler accepts a delivery before it durably reserves the replay key. A retried webhook can therefore execute the side effect twice.

Reserve before executing the side effect

src/webhooks/handler.ts#L42deterministic rule
deliveries.has(id) → execute()

Changed context

src/webhooks/handler.ts
@@ handler.ts:42
- execute(delivery)
+ reserve(delivery.id)
+ execute(delivery)

Your local or hosted run supplies the real repository, trace, and finding evidence.

How we compare

The patterns you expect — with the wedges they lack

Use an existing local agent

CodeRabbit
CLI + IDE
Greptile
Developer tools
GitGecko
Supported locally

No GitGecko cloud account locally

CodeRabbit
Cloud account
Greptile
Cloud account
GitGecko
Supported

Deterministic rules

CodeRabbit
Configured tools
Greptile
LLM review
GitGecko
ast-grep + regex

Self-host

CodeRabbit
GHES / Enterprise
Greptile
Enterprise
GitGecko
Docker

Bring your own model

CodeRabbit
Greptile
GitGecko
LM Studio, OpenRouter

Open MCP gateway

CodeRabbit
Client only
Greptile
GitGecko
Tenant-scoped server

Traceable (every finding)

CodeRabbit
Review details
Greptile
Review details
GitGecko
Full audit trail

Source available

CodeRabbit
Closed
Greptile
Closed
GitGecko
Apache core · AGPL UI

Run a local review with your existing agent

Install and authenticate a supported agent first, then let GitGecko detect the available pathway

  1. Install the CLI

    Run npx gitgecko review in any repository after configuring Claude, Codex, OpenCode, or a supported model provider.

  2. GitGecko detects your agent

    claude, codex, or opencode can be invoked through the detected local pathway. The agent's own authentication remains its responsibility.

  3. Get structured findings

    Deterministic rules run first (ast-grep + regex), then the LLM. Severity-tagged, trace-backed, zero hallucination on the deterministic lane.

Plans

Local is available now; hosted plans remain in private preview

Free

Free

Start with hosted review without a paid commitment

  • 50 hosted credits / month
  • GitGecko Light model
  • Unlimited local-agent reviews
Request access
Preview

Pro

$24/seat/mo

More hosted capacity for active teams

  • 500 hosted credits / month
  • GitGecko High model
  • Unlimited local-agent reviews
Request access

Max

$48/seat/mo

High-volume hosted review for power users

  • 2,000 hosted credits / month
  • GitGecko High model
  • Unlimited local-agent reviews
Request access

Enterprise

Contact

Governed deployment with a custom contract

  • Unlimited hosted credits
  • GitGecko High model
  • Private deployment
  • SSO/SAML and policy integration
Contact us

Hosted plans are private preview; the quota ladder below is the current product contract, not an active checkout promise. Contact us

Ship better code today

Open source local workflow today. Hosted access is in private preview while billing and entitlement paths are verified.

Run locally
npx gitgecko review