Setup
Up and running in one command.
One signed binary. 16 languages. Every major AI agent. Download, index, connect — no account or license for Free.
01
Install
# macOS/Linux
curl -fsSL https://aindex.floriansola.fr/install.sh | sh
# Windows PowerShell
irm https://aindex.floriansola.fr/install.ps1 | iexOne curl command installs a signed local binary. The installer verifies SHA-256 checksums and Ed25519 signatures before extracting — and never uploads your code.
02
Paid plans: activate your license
ai-indexer-mcp license install YOUR_LICENSE_TOKEN
ai-indexer-mcp license statusFree needs no license. Paid plans use a signed license token that stays local and unlocks higher limits or team seats.
03
Manage billing
ai-indexer-mcp license portalOpen the Stripe customer portal for invoices, payment methods, and plan changes.
04
Update safely
ai-indexer-mcp update --dry-run
ai-indexer-mcp updateUpdate runs through the same signed installer and verification path. Add --dry-run to preview the change before it touches anything.
05
Free a seat
ai-indexer-mcp license removeFree needs no token. Paid users can remove a license to free its seat before moving to another machine.
06
Index your projects
ai-indexer-mcp setup --repo ~/Documents/matchr
ai-indexer-mcp setup --repo ~/Documents/monsiteAIndex reads and indexes your code locally across 16 languages — TypeScript, JavaScript, Python, Rust, Go, Java, C, C++, C#, Ruby, Bash, PHP, Lua, Scala, Kotlin and Swift. Dependencies, build outputs, caches, secrets and binaries are skipped by default.
07
Measure the actual token gain
ai-indexer-mcp eval init --repo ~/Documents/matchr
ai-indexer-mcp proof --repo ~/Documents/matchr --json
ai-indexer-mcp eval --repo ~/Documents/matchr --suite aindex.eval.json --jsonGenerate a starter eval suite, then run proof for token reduction and eval for recall. The JSON tells you whether expected symbols and files still reach the agent after compression.
08
Manage the local project registry
ai-indexer-mcp projects list --json
ai-indexer-mcp projects remove --repo ~/Documents/old-projectFree mode allows one registered project. If an old path blocks a new repo, list the registry and remove the stale entry instead of editing files by hand.
09
Connect agents
ai-indexer-mcp setup --repo ~/Documents/matchr
ai-indexer-mcp doctor --repo ~/Documents/matchr --jsonOne command wires every detected agent — Codex, Claude Code, Cursor, Windsurf, VS Code and Zed — to your local index over MCP.
10
Support
Email us with your plan, OS, agent, AIndex version and the output of `ai-indexer-mcp doctor --json`. contact