>>6365>I still do not understand searxThere's not much to it. Searx is a free software, self-hostable meta-search engine.
>Free softwaremeaning anyone can alter the source code and contribute to development, but also meaning the software can be inspected and audited by anyone. It is licensed under the GNU AGPL, which is perfect for guaranteeing freedom in self-hostable services like this.
>Self-hostablemeaning anyone with access to a server and a web domain can host their own instance, like the instances linked on
https://searx.space/>meta-search enginemeaning SearX doesn't actually do any indexing by itself, unlike traditional search engines. Search engines like Google and Bing do all their indexing by themselves. They run web crawlers which go from page to page indexing everything, and when you search, you search through this index. They also watch user behavior to discover which pages are more relevant. SearX, however, doesn't have its own indexes. What it does, instead, is run your query through a bunch of other search engines (like google, bing, ddg, mojeek, etc) and deliver the results of all these searches to you, in the same way a normal search engine would.
The point is to avoid centralization, since anyone can host their own, while also allowing access to the massive indexes of larger search engines like google. It has a downside, namely speed: since SearX queries a bunch of different search engines at once, it can be a little slow to return results. Results aren't always perfect, and different instances are configured differently, meaning you should spend a few moments in the settings page when using a new instance. I do quite like it however.