Deploy Agents on Your Code, Knowledge & Business β Privately
Tanvrit AI is the private AI engineering platform and an agent platform: named, verified Engineering Agents, an in-app Marketplace, and Domain Packs that operate real business systems, all on a local-first runtime with deep repository intelligence. Your code never leaves your machine; every agent action is staged, reviewable, and reversible.
The Agent Platform β desktop v1.5.26: four named Engineering Agents (Code Reviewer Β· Test Writer Β· Migration Β· Docs) Β· in-app Agent Marketplace Β· Domain Packs with the Commerce pack + Store Operations Agent Β· headless agent CLI + scheduled runs on Tanvrit Compute Β· run retention + bearer-hardened local API. v1.5.26 adds Context Pack grounding on every agent surface + self-healing tool-retry; VS Code extension v1.5.1 pairs with it fully. explore the platform β Β· changelog β
How It Works
Three steps to supercharge any AI with your codebase
Index Your Project
Point Tanvrit AI at any directory. It parses 19 languages, extracts symbols, builds dependency graphs, and stores everything locally.
Connect Your AI Client
Configure Claude Desktop, Cursor, or any MCP-compatible client to use Tanvrit AI's MCP server at localhost:19281.
Ask Anything
Your AI client now has deep code intelligence. Ask it to find dead code, trace call graphs, analyze architecture, or explain any function.
Six Pillars, One Local Core
From provider routing to a VS Code copilot β everything runs against a local index that never leaves your machine.
AI Router
One routing layer over 7 providers β automatic fallback, circuit breakers, and a cost-aware registry of ~25 models. The client router is shipped and the AI gateway is live for org policy and metering; hosted inference (Tanvrit-managed keys) is rolling out.
Agent Runtime
Named, scope-pinned agents on a runtime with staged edits β apply or reject every hunk β self-verification with rollback, run history with token and cost attribution, headless CLI runs, and scheduled agents on Tanvrit Compute.
Repository Intelligence
A 19-language indexer with dependency and call graphs and ~45 built-in MCP tools (per-pack tools register when you enable a Domain Pack). Hybrid search β FTS5 full-text fused with real semantic embeddings over your code β plus the semantic_search tool.
Team Knowledge
Opt-in sync of curated decisions, rationales, and annotations across your team β default off, every payload redacted. The raw code index never leaves your machine; the hosted sync backend is live.
Enterprise
Org allowlists, enforced local-only mode, and BYOK keys encrypted at rest ship in the client. Seats, entitlements, and marketplace curation are live on the Tanvrit server; a self-host bundle is available in preview (evaluation mode). Hosted SaaS onboarding is rolling out.
VS Code Copilot
Streaming agent runs in a panel, Pending Edits review from the editor (the extension never writes files itself), context sync, and run history. v1.5.1 pairs fully with desktop v1.5.26.
Agents That Do Real Work
Named, versioned, documented β each agent runs with a tool scope enforced by the runtime, stages every edit for your review, and attributes every token it spends. Agents act; you decide.
Code Reviewer
v1.0.0Diff-first review with blast-radius analysis and severity-ranked file:line findings β plus an explicit βNot checkedβ list. Produces findings, never edits.
Test Writer
v1.0.0Finds untested changed code, mirrors your project's own test style, and runs the suite to green β a headless run fails (and rolls back) without passing verification.
Migration Agent
v1.0.0Exhaustive fromβto migrations: triple-search site discovery, staged per-site edits, and a changed/skipped summary table that must reconcile with discovery.
Docs Agent
v1.0.0Keeps documentation truthful against the diff β never documents a claim it can't trace to code. Reads anything, writes only Markdown.
Store Operations Agent
v1.0.0Works the order queue β investigates with catalog, customer, and analytics lookups, then proposes confirm / decline / inventory actions. Every money-affecting call needs your approval.
Agent Marketplace
in-appInstall agents and Domain Packs in one click from the in-app Marketplace β curated, reviewed, scope-pinned. Installs are validated and provenance-stamped; a download can never shadow first-party code.
Domain Packs bind business systems to the same runtime β the Commerce pack v1 ships 12 governed commerce_* tools, opt-in and approval-gated. How agents are governed β
~45 Precision Tools
Every tool is designed to give AI models the exact context they need β nothing more, nothing less.
search_codeFull-text code search with context
get_chunk90% tokensGet function/class body only
get_file_structure95% tokensSymbol outline, no bodies
get_call_graphFunction callers and callees
analyze_inheritanceType hierarchy traversal
find_referencesAll usages of a symbol
analyze_impactBlast radius of a change
find_dead_codeUnreferenced symbols
get_metricsComplexity and quality metrics
git_blameAuthor per line with commit
analyze_dependenciesImport graph analysis
search_symbolsFind classes, functions, interfaces
One Codebase, Four Platforms
Built with Kotlin Multiplatform and Compose Multiplatform. Native performance on every device.
macOS
Native desktop app with full MCP server on port 19281. Requires macOS 13 Ventura or later.
.dmg Β· 200 MBWindows
Native Windows installer with full MCP server on port 19281. Requires Windows 10 or later.
.msi Β· ~225 MBLinux
Debian package with full MCP server on port 19281. Requires Ubuntu 20.04+ or compatible.
.deb Β· ~215 MBWeb
Browser-based app via Kotlin/WASM for instant access β no install required.
No install10 Built-in Dev Prompts
Ready-to-use prompts for common developer workflows, powered by your indexed codebase.
Built for Developers, by Developers
Tanvrit AI stores everything locally β your code never leaves your machine. The MCP server runs at localhost:19281, giving any AI client deep access to your codebase while keeping you in control.
- 100% local β no cloud uploads
- SQLite database, fully inspectable
- Incremental indexing, hash-based
- 11 database tables for deep analysis
What Developers Do With Tanvrit
From onboarding to refactoring, Tanvrit AI gives your AI the context it needs to actually help β instead of hallucinating.
Ramp up on a new codebase in hours, not weeks
Ask your AI βhow does auth work here?β and it traces the real call graph instead of guessing from filenames. New hires ship their first PR in day one.
Safe refactors with real blast-radius analysis
Before renaming a function, see every caller, every test, and every cross-module reference. No more βoops, that was used in 14 places.β
Stop paying Claude to re-read your repo
MCP tools return only the exact chunk or symbol the model needs. Teams report 90% token savings vs. dumping files into context windows.
Find and delete unreferenced symbols in minutes
Unreferenced functions, orphan classes, unused types β Tanvrit builds the real reference graph so you can cut cruft with confidence.
Catch architectural drift before it ships
Feed PR diffs plus dependency/metric context into your AI reviewer. Get feedback grounded in your actual architecture, not generic style rules.
Build agents that actually understand your code
Any MCP-compatible agent β Claude Desktop, Cursor, a custom agent β plugs into ~45 tools on port 19281. Bring your own LLM.
Why Tanvrit
You have options. Here's how we compare.
| Capability | Tanvrit AI | Cloud indexers | Plain LLM |
|---|---|---|---|
| 100% local, no cloud uploads | Yes | No | β |
| Works with any AI client via MCP | Yes | Limited | No |
| Real call graph & dependency analysis | Yes | Some | No |
| 19 languages parsed | Yes | Varies | β |
| Token savings on AI queries | 90β95% | Varies | 0% |
| One-time price, self-hosted option | Yes | Rarely | β |
Start Free. Scale When Ready.
Your code stays on your machine. Pay only when you need team features or hosted compute.
Free
Local-only, no quotas
- βAll ~45 MCP tools
- βAll 19 language parsers
- βLocal Ollama models
- βUnlimited local repos
- βCommunity support
Plus
Bring your own API key
- βEverything in Free
- βBring-your-own Anthropic / OpenAI / Gemini key
- βCloud fallback for huge codebases
- βProvider routing & cost dashboard
- βPriority email support
Team
Shared MCP server for the team
- βEverything in Plus
- βShared MCP server
- βAudit logs
- βSSO
- βOrg-wide prompt & tool policies
- βOnboarding
The free tier is the trial β your source code stays on your machine. Need air-gapped or self-hosted? See full pricing β
Frequently Asked
Does my code leave my machine?+
Which AI clients work with Tanvrit?+
How big a codebase can it handle?+
Do I need to bring my own API keys?+
Can I self-host the Team plan?+
What languages are supported?+
Is there a free trial?+
How does the token savings work?+
Put Agents to Work on Your Code
Start indexing in minutes. No signup. No cloud. Just your code and your agents.