01Ollama-first, zero keys to startDefault model devstral via Ollama on localhost:11434. Embeddings, summarization, and generation all run locally. Anthropic, OpenAI, and custom gateways exist only if you configure a key — nothing phones home by default.
02Proven privacy postureSource, prompts, diffs, and the memory graph under .anvaya/mind/ never leave hardware you own. The strongest GDPR/data-residency story there is: there is no vendor processing your code at all.
03Genuinely offlinePull the model once and the whole loop — agent, memory daemon, tools — runs without connectivity. Flights, VPN-only networks, air-gapped repos: the use-cases cloud agents simply cannot cover.
04Small enough to auditOne ~15MB Rust binary, ~5MB idle footprint, no Node runtime, no GC pauses. Every tool call and every memory decision is inspectable on your own machine.
05Local-first, not local-onlyEscalate hard tasks to frontier cloud models per session while daily work stays local and free. Route simple work to Ollama, reserve paid inference for the refactors that earn it.