SearXNG: A free internet metasearch engine
theanonymousone
183 points
49 comments
July 03, 2026
Related Discussions
Found 5 related stories in 864.4ms across 14,015 title embeddings via pgvector HNSW
- You've tried DuckDuckGo and Brave Search, now get serious with SearXNG philonoist · 32 pts · June 27, 2026 · 70% similar
- Omnisearch – A lightweight metasearch engine written in C bitbasher · 15 pts · May 15, 2026 · 59% similar
- Lessons I Learned from Creating Searx mstef · 13 pts · May 21, 2026 · 58% similar
- Xonaly – Canada's Independent Search Engine backlit4034 · 69 pts · June 28, 2026 · 52% similar
- DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost Alifatisk · 507 pts · May 24, 2026 · 51% similar
Discussion Highlights (19 comments)
satvikpendem
TinySearch wraps this and works well for agents. It's better than the native SearXNG MCP because it optimizes the context before it even gets to the agent so as to not waste tokens. https://github.com/MarcellM01/TinySearch
dexterdog
I've been self hosting this as my default engine across all of my searches for a few years now. I can't recommend it more highly.
ManWith2Plans
I've been using this for some projects. It's exceptional and I recommend it highly. I actually included a recipe to deploy it to kubernetes in typekro, my TypeScript infrastructure-as-code project for kubernetes: https://typekro.run/api/searxng/
arikrahman
I have used SearXNG hosts like https://searx.be/ but stick with Brave search for the most part. Are there other good hosts people tend to use?
salmonik
I prefer 4get.
another_twist
Been a fan of searX for a while. Not sure if this is the same thing but there were plenty of hosted versions too.
artooro
It works well if you connect it the Brave Search API, but using it a scraper is fairly unreliable. Google stopped working a few days ago.
fishgoesblub
I've been using SearXNG for a few years now, however I've been trying out Degoog as a SearXNG alternative since I've had issues with engines constantly failing or being slow since day 1 of using SearXNG, but Degoog has worse results with the same engines. It's a shame since I'm having to pick between slower but better results, or very fast but worse results.
noobcoder
how do i configure which specific search engines SearXNG pulls its results from? Can we extend it to onyl search Stack Overflow and GitHub
rcarmo
Years of regular use here, has been great even before I started using it as an agent tool.
lucasrufkahr
Yeah, I find that searx results are way more relevant to what I’m actually looking for than a single engine. There’s so much manipulation going on that if you don’t aggregate multiple engines, it’s near impossible to get what you want.
goodroot
This appears to be a key tool for providing search to local models. I'm curious what setups folks use to provide this functionality. Since the quantized 24B parameter Gemma model came out, I've had good luck with tool calling on a 4070 Ti Super. Successful tool calling is what finally made the local experience useful. I should note this is for the general and not coding specific context.
asciimoo
Ohi, I'm the original creator of Searx, but due to the limitations of the metasearch concept I'm not involved in the development anymore. My new search project is https://github.com/asciimoo/hister ( https://hister.org/ ). Hister is a full text indexer for websites and local files which automatically saves all the visited pages rendered by your browser. Storing full page content allows serving offline result previews and the full page content via MCP. Take a look at how the MCP can be utilized: https://hister.org/posts/give-your-ai-assistant-a-private-me...
exiguus
SearXNG is my daily internet search now +5 years; with YaCY Backends and else as fallback. I also build internal document search or RAG applications with this setup (SearXNG also support json results). However, there are some downer I accept because of privacy: 1. Its slower and the results are not that good then with others. But fast and good enough for most of my queries. 2. From time to time you get blocked on the duckduckgo, brave or whatever search and you must solve some captures. You can prevent this by getting and using API-Keys from them. The nice thing about using your own backend is, that you can prio it in the results and for example, if I crawl the smallweb and other site important for myself, this sites come up first in the results.
chatmasta
I’ve always liked this tool, but I’m of two minds regarding the privacy gained by sending my searches to 280 companies instead of just one.
MrDrMcCoy
Friendly reminder that if your user and traffic count is low, your traffic is still unique and able to be profiled. Love and use this project, though.
ninjahawk1
I’ve been a big fan of SearXNG for a while now. My distain for google has only grown, so having the ability to search and avoid things like yk, small AI models being installed on my PC without my consent, is awesome.
queenkjuul
Highly recommend this. I set up a self-hosted instance and been using it exclusively for months. It's better than DDG and i don't miss Google whatsoever. Image search is worse i guess mostly for lack of CDN so it's slow but whatever.
jaygreat2020
This is really great!