If you've used Perplexity AI and wondered whether you could get the same thing without handing your queries to someone else's servers, this episode is the answer. It covers SearXNG and Vane (formerly Perplexica) — two open-source tools that, stacked together, give you a fully private, self-hosted AI search setup where your questions never leave your control.
AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Research - Self-Hosted AI Search (SearXNG + Perplexica/Vane) (Podcast) - 2026-06-17 (Dr. Priya Nair).
- SearXNG is a metasearch engine you run yourself — it queries Google, Bing, and dozens of other engines on your behalf, strips the tracking, and returns combined results without any engine ever seeing your identity
- Vane (the project publicly renamed from Perplexica in March 2026) is an open-source Perplexity clone — you ask a question in plain English, it searches via SearXNG, feeds the results to a language model, and returns a cited, written answer
- Run them together and you get the whole point: a private "Perplexity" where queries stay on your infrastructure and, if you use a local model via Ollama, nothing leaves your machine at all
- You choose which language model does the writing — a cloud model or a fully local one — giving you cost and privacy control that hosted AI search tools don't offer
- SearXNG is the actively maintained 2021 fork of the older Searx project; Vane (formerly Perplexica, created by ItzCrazyKns) is MIT-licensed and has tens of thousands of GitHub stars
- The rename from Perplexica to Vane is a confirmed upstream rebrand, not a fork — but the reason behind it isn't officially documented