Hybrid retrieval
Each query combines semantic search and exact keyword matching, then fuses the rankings so the strongest results rise to the top.
Private code memory for AI
SourceVault indexes your repositories and their entire git history on hardware you already own (a laptop, a workstation, a server in your rack) and answers questions about the code, including why it changed, with file-and-line citations. Nothing is sent to a third party.
What buyers get
The problem
Most code assistants want to upload your repository, keep it in a cloud context window, and answer from a lossy slice of your system. That creates privacy risk, compliance concerns, and weak answers when the repo is large or sensitive.
SourceVault is built for teams that need private code intelligence on local infrastructure.
The engine
The engine implements the retrieval patterns the major RAG frameworks document as best practice, built directly on ChromaDB and Ollama, with an optional Qdrant engine that SourceVault runs for you when full git history takes a repository to serious scale. The stack stays small enough to audit line by line.
Each query combines semantic search and exact keyword matching, then fuses the rankings so the strongest results rise to the top.
Files are split along function and class boundaries, so every result maps to readable code with exact line ranges.
Each chunk is embedded with its path and symbol names, so the vector store knows where each piece of code lives in the repository as well as what it says.
Ask mode checks whether it has enough context, retrieves again if needed, and answers only from source-backed snippets instead of guessing.
Cost model
An AI agent will re-read a whole file to find one function, then drag that stale context forward turn after turn. The waste compounds with every question a developer asks, and per-seat plans meter all of it. SourceVault answers from a bounded budget of cited file and line ranges instead. Repeated questions return from cache without a model call, and local models have no meter at all.
Why SourceVault
The engine tracks how your code connects, re-checks its answers as the code changes, and controls what AI tools are allowed to read. All of it is driven from a browser dashboard the whole team can use. A few highlights:
Embeddings run on local Ollama, vectors live in local ChromaDB, and answers come from local models.
An enforcement layer between the index and everything that reads it. An access policy gates which files can be read at all, a DLP pass redacts secrets from every answer before delivery, and each decision lands in a tamper-evident, hash-chained audit log.
Commit messages are indexed alongside code, so questions like "why was this changed?" and "when did this break?" are answered from the actual commits. Cloud indexers can't do this, since they only ever see a snapshot of the tree.
Ask one question across every indexed repository at once, with each citation tagged by repo. "How do the frontend and backend handle this?" comes back as a single answer. Standard from Pro up.
Pin a question as a standing check. After every reindex it runs again and flags you if the cited answer has drifted. Useful for questions like "did the auth flow change this sprint?"
An MCP server exposes the same engine to OpenClaw and any other MCP client, which get bounded, cited context instead of re-reading files. The server itself is local-only. Pair it with a local-model client and the whole loop runs offline; a cloud-backed client sends what it retrieves to its own vendor, by your choice.
Pricing
Pricing scales with the number of sources you index, where a source is a repository or a local folder. There are no per-seat or per-token fees, and loose files you add individually share a single source slot. A license is a one-time payment with 12 months of updates included; the version you installed keeps working after that, and renewing updates later costs a fraction of list price. Priority Support is an optional subscription for teams that want an SLA and hands-on tuning.
One command installs the full product with one source for 7 days. No account, no card. If it can't answer questions about your code with file-and-line citations, don't buy it.
$1,350 one-time
30 days of Priority Support included
For a founder or solo engineer who needs private code memory without a heavy platform project.
$3,800 one-time
30 days of Priority Support included
For a power user or small team running AI across several private repos.
From $8,200 one-time
30 days of Priority Support included
For an engineering team or large monorepo that needs a deliberate rollout.
Custom
Priority Support SLA
For regulated or air-gapped environments that need the compliance story in writing.
A support SLA plus hands-on help: model and resource tuning for your hardware, and reindex strategy when embedding models change. Flat $195/mo for any plan, after the 30 days included with every license. Requires an active SourceVault license (buy with the same email). Cancel anytime.
Your license and installed version work forever. When your 12-month updates window ends, renew to keep receiving new releases: Starter $550, Pro $1,550, one-time. The fresh key arrives by email and replaces the old one in the dashboard's License settings.
A "From" price is a floor, and your quote is fixed before work starts. Send your stack, repo count, and target machine and you will get a straight recommendation, even if the right answer is the smaller package.
Every license carries a 14-day money-back guarantee, and nothing ever auto-renews; the details are in the billing & refund policy. Starting small is safe, too. Starter customers can upgrade to Pro any time for the difference in list prices ($2,450 today). The upgrade option appears in your dashboard's Settings once you're licensed, or email support.
Deployment
The models, the index, and the dashboard all run on machines you control. One command installs everything on macOS, Linux, or Windows (WSL2), or use the shared Docker Compose deploy where teammates on any OS connect through the browser. Every install includes the 7-day free trial.
Questions?
Team and Enterprise rollouts, air-gapped installs, checkout trouble, or anything the trial can't settle: email us and you'll get a straight recommendation, usually the same day. For install help, Discord is fastest.