David Nowak.
Home/Tools/Vane
Tool review

Vane

Earned listing · No vendor relationship
Reviewed Sep 2026 · Every claim sourced · Category: marketing content & design
Straight verdict: use it if you want a Perplexity-style answer engine that runs on your own hardware, works with your own (or local) models, and keeps every search on your machine — free, MIT-licensed, one Docker command. Don't use it if you want something zero-setup: you'll deploy a container, pick a model provider, and be your own support team.
Data

Where does your data go?

Nowhere you didn't put it — with one deliberate exception:

  • Self-hosted by design. Vane runs as a single container on your hardware — the image bundles the app, the API, and its own private SearxNG search engine. No account, no telemetry requirement, search history stored locally.
  • The unavoidable exception: the search itself touches the web. SearxNG is a metasearch engine — it queries other engines on your behalf precisely so your identity doesn't go to Google directly. That's a privacy technique, not a guarantee; queries still transit your server to whichever upstream engines you enable.
  • Your model is your data boundary. Point it at Ollama and everything stays local end-to-end (search metadata excepted). Point it at OpenAI or Anthropic and your queries go to those vendors under their rules — the same trade the ChatGPT and Claude reviews document. The tool doesn't enforce privacy; your model choice does.
  • MIT-licensed open source — auditable end to end, no data-retention clause to parse because the data never reaches a vendor.
Translate it: the searches never reach a Vane company — because there isn't one. But "private" here means "you choose who sees it": local model = fully local; cloud model = the vendor sees what you send.
Reliability

What happens when it's wrong?

Vane publishes no accuracy benchmarks — answer quality is your model's, and citation quality is SearxNG's. The documented failure surface is operational:

  • It's an engine, not a product team. No support desk — GitHub issues (232 open), a Discord, and your own troubleshooting. The community is large (36k+ stars) but nobody owes you an answer.
  • The known failure mode is configuration, not hallucination: the docs' longest section is Ollama connectivity errors — the classic being Docker containers unable to reach localhost. The fix (documented in the README) requires Ollama listening on all interfaces, which is the same unauthenticated-network-exposure posture flagged in the Ollama review. Two local tools, one shared security homework.
  • The honest quality comparison: with a local 7–8B model, answers are decent but a visible notch below the hosted engines on reasoning; with a frontier cloud model, output quality matches Perplexity — because it's the same models. The engine isn't the intelligence; the model is.
  • Citations: sourced and linked like Perplexity, but Vane publishes no citation-accuracy auditing, and its SearxNG layer can surface low-quality sources. The same rule applies from the hosted engines: the citation is a lead, not proof.
Practical rule: your answers are exactly as good as the model you connect and exactly as private as your server's firewall. The tool itself makes neither promise better nor worse. See the glossary for every term these reviews use.
Limits

What's it actually bad at?

  • Zero-setup it is not. Docker helps enormously (one image, bundled SearxNG), but a business owner still deploys a container, configures model providers in a setup wizard, and fixes connectivity errors. The README ships Ollama, Lemonade, and local-OpenAI troubleshooting sections — because enough people hit them.
  • No official support. Issues and a Discord community; no SLA, no phone-a-human, no vendor on the hook.
  • Feature gaps vs the hosted engines: no mobile apps, no team or workspace layer, no enterprise admin, no agent platform. It answers questions; it doesn't run your operations. Authentication is explicitly on the roadmap — meaning multi-user deployments currently have no access control at all. Exposing it beyond localhost today means anyone who can reach the port can use it.
  • The search-quality ceiling: SearxNG metasearch is privacy-strong but weaker than Perplexity's purpose-built index for some queries; Tavily and Exa support is listed as coming soon.
  • Renamed from Perplexica (March 2026) — the ecosystem's docs, tutorials, and muscle memory still say Perplexica; searching either name finds it.
Cost

What does it cost really?

Vane
$0

MIT-licensed, forever. No paid tiers, no seat caps, no usage meter.

Hardware
Light

Any machine with Docker — a modest VPS or existing NAS suffices. Far lighter than Ollama or ComfyUI: inference happens elsewhere.

Your model
$0–metered

Local Ollama model: $0 total cost. Cloud provider: their API rates. You're paying for the model, not the engine.

The honest economics: a self-hosted Perplexity whose price is the model bill. With a local model, total cost of ownership is the machine. With GPT or Claude, you pay their API rates — at which point the question isn't cost, it's control. Deployment option: one-click images exist (Sealos, RepoCloud, ClawCloud, Hostinger) if you'd rather run it on a $5–10/month VPS than on your own hardware — still self-controlled, just not on-site.

Impact

What does it replace — and what do you still do?

It replaces the Perplexity relationship — cited web answers with search modes (Speed, Balanced, Quality), academic and discussion source filters, image and video search, file uploads, and domain-restricted searches — entirely under your control, with your browser's search bar pointed at it if you like. You still own: deployment, updates (pull-and-recreate the container), model selection and its costs, and network security. There's no vendor to hold accountable; that's the trade.

Platform

What the ecosystem offers

  • One container, three engines: the image bundles the front end, the API, and its own private SearxNG — nothing else to deploy. A slim image exists if you already run SearxNG.
  • Bring any model: Ollama and LM Studio for local, OpenAI, Anthropic, Gemini, or Groq for cloud — mix and match per search. Speed, Balanced, and Quality modes trade latency against depth and cost.
  • An API: the same search engine your browser uses, callable from your own apps (a documented REST endpoint). For an owner with a developer, Vane becomes infrastructure.
  • Browser integration: set it as your browser's default search engine — one URL and your address bar becomes a private answer engine.
  • File understanding: upload PDFs, text files, and images and ask questions about them.
  • In the works: Tavily and Exa search backends, custom agents, and authentication — the most requested feature, and the current gap that limits shared deployment.
Exit

If I stop paying, what do I lose?

  • Nothing — there's nothing to cancel. MIT open source, no account, no vendor. The container and its data volume are yours.
  • The lock-in reality is minimal: your search history is in a local volume; your workflows are browser shortcuts; the models are whatever you already pay for. Deleting the container loses nothing you can't recreate.
  • The one real dependency: SearxNG's upstream engine behavior — if upstream engines change what they return, search quality shifts and you're waiting on the community. The same open-source trade as everywhere.
Fit

Who is this NOT for?

Anyone who wants zero-setup — the hosted engines exist precisely for that. Businesses without anyone willing to run a container and own patching. And anyone expecting support: this is open source with a big community, not a vendor with a phone number.

David's take — Vane is the local-first answer to Perplexity, and it's a genuinely complete one: one Docker command gets you a cited answer engine with your choice of models, your own search layer, and zero vendor to answer to. The review's honest tension is the reverse of the hosted tools — with Perplexity, the citations are audited and the privacy lawsuit is live; with Vane, the privacy is real by architecture but every quality claim is unverified and every operational problem is yours. It pairs naturally with Ollama (local models, one shared security posture to maintain) and contrasts with the hosted listings exactly the way the data-handling field was designed to expose. For an owner comfortable running a container and pointing their browser at it: a private, free Perplexity, genuinely. If that description doesn't fit your business, this tool isn't for you — and that's a complete answer, not a shortfall.

Sources — all public, checked Sep 5, 2026
  1. Vane on GitHub — README features, Docker install, SearxNG bundling, troubleshooting docs, API docs, MIT license, 36.6k stars
  2. Rename commit: Perplexica → Vane (Mar 2026) — same project, new name
  3. Joshua Opolko: Perplexica (Now Vane) Self-Hosted Guide 2026 — single-container architecture, Ollama connectivity, mode/source breakdown, Perplexity/Morphic comparison
  4. Vane: Search API documentation — endpoints, optimization modes, model selection
  5. Vane: installation docs — update flows, data-volume persistence
  6. Vane: architecture documentation — Next.js + chat + search flow

I'm David. I build AI that keeps your data yours.

David Nowak

Twenty years building software for businesses like yours — cloud tools when they fit, your own machines when the data demands it. Fixed fee starting at $500.

Book a session

Bring one real problem. You leave with a plan — whether we work together or not.

"Most companies are selling you fear and complexity. He cuts through the bullshit and just fixes things. That's what partnership looks like."
Jim · Owner, media production company · more testimonials