Skip to main content
Navi is a read-only review CLI for coding agents. Your coding agent writes. Navi independently reads the repository and checks its questions, decisions, and completion claims against the code. Get started → · View the source →

Install and get a cited answer

This shortest path uses DeepSeek. Choose another provider →

See the proof

That question produced this abridged result in Navi’s own repository:
The citation is part of the result. When the evidence is too weak, Navi says so and gives the next command to run.

Choose the check you need

Ask about the code

npx --no-install navi-cli "<question>" returns an answer tied to the files and lines that support it.

Judge a decision

npx --no-install navi-cli run founder "<decision>" returns GO, REFINE, or REJECT.

Verify completion

npx --no-install navi-cli check "<claim and evidence>" returns a result or one next action.

One review loop

1

Your coding agent does the work

It plans, edits, and tests in the repository as usual.
2

Navi checks the claim

Navi searches the selected workspace with read-only repository tools and returns cited evidence, a verdict, or a concrete follow-up.
3

The session remembers

The result and later evidence stay together. Inspect the session or read its story without another model call.
Navi ships with eight review flows for code search, diff review, pull-request readiness, product judgment, advice, idea sharpening, completion checks, and web research. Choose a built-in flow →

Use the provider you already have

Navi passes provider/model identifiers to the Mastra Model Router and its AI SDK provider adapters. Start with DeepSeek, OpenAI, Anthropic, Google, or xAI; Navi does not maintain a model allowlist. Install Navi and get a cited answer →