AgentRecon
In alpha · website coming soon

Code intelligence for AI coding assistants.

Power tools for AI agents — fewer hallucinations, fewer tokens, faster work.

AgentRecon indexes your codebase locally and plugs into Claude Code, Codex, Gemini, and any MCP-compatible assistant. The product is in alpha. The website is on its way. The download works today.

By downloading, you agree to the End User Licence Agreement. Free tier needs no licence, no signup. Source is closed; binaries are signed.

Install

Pick whichever fits your workflow. All four download the same signed binary from GitHub Releases and verify the SHA-256 checksum.

macOS / Linux — one-linercurl -fsSL https://raw.githubusercontent.com/AgentRecon/agentrecon/main/install.sh | sh
npmnpm install -g @agentrecon/cli
Homebrewbrew install agentrecon/tap/recon
Dockerdocker pull agentrecon/recon:latest

Windows users: install via npm, or grab the .zip from Releases.

Manual install from a downloaded archive

If you grabbed the .tar.gz or .zip directly from GitHub Releases:

macOS / Linux — extract and put on PATHtar xzf recon-vX.Y.Z-<target>.tar.gz mv recon ~/.local/bin/ # or anywhere on $PATH chmod +x ~/.local/bin/recon recon --version # confirm install
Windows — extract and put on PATHExpand-Archive recon-vX.Y.Z-x86_64-pc-windows-msvc.zip Move-Item recon.exe $HOME\AppData\Local\Programs\recon\recon.exe $env:Path += ";$HOME\AppData\Local\Programs\recon" recon --version

Getting started

Once recon is on your PATH, point it at your project and let it index. The whole flow is local — your code never leaves your machine.

1 · Verify the installrecon --version recon doctor # check models + dependencies are healthy
2 · Initialise in your projectcd /path/to/your/project recon init # auto-detects languages, configures MCP + hooks
3 · Build the local indexrecon index # first run takes ~30s on a typical repo
4 · Plug it into your AI assistantrecon mcp # starts the MCP server on stdio recon dashboard # or open the browser dashboard

Claude Code, Codex, and Gemini all pick up the MCP server automatically after recon init runs. For other MCP-aware tools, add recon mcp to their MCP config.

What you get on the free tier

No licence file. No signup. No phone-home. Install, run, done.

Local code intelligence 25 languages, indexed on your machine. Your source never leaves your laptop.
Search every way you think Symbol, content, path, regex, and natural-language search across the whole codebase.
MCP server for your AI assistant One binary, every MCP-compatible tool — Claude Code, Codex, Gemini, and any others that speak MCP.
Bug, health & security detectors Static analysis tuned to the mistakes AI assistants are most likely to introduce.
Cryptographically-verified audit trail Tamper-proof record of every AI-assisted change — auditable, exportable, signed.
Browser dashboard Mission Control for everything the engine sees — sessions, findings, audit, masterplan.

Tiers

Pro Coming soon

Adds blast radius, risk radar, the AI Compliance Proxy (PII redaction at the MCP layer), encryption at rest, and signed compliance reports.

Team Coming soon

Everything in Pro plus multi-agent orchestration, semantic team memory, multi-model code review, and multi-repo cascade.

Pricing for Pro and Team will be announced at launch. Open-source maintainers will be eligible for Pro at no cost — programme details to follow.

Why now

AI coding assistants are powerful but they confabulate. They invent functions that don't exist, miss callers that do, and apply changes that look right and aren't. AgentRecon gives them ground truth — fast, local, and deterministic. Your assistant gets sharper. You stay in flow.

Built in Rust. Distributed as a single binary. No cloud dependency. Compatible with every MCP-aware tool, today.