SearXNG
Privacy-respecting, hackable open-source metasearch engine.
Why consider SearXNG?
SearXNG is a privacy-first, self-hosted metasearch engine that aggregates search results from over 70 search engines without tracking user profiles or IP addresses.
Learn SearXNG by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of SearXNG
SearXNG aggregates queries across major web, image, video, news, and map search providers. It strips tracking identifiers, cookies, and user IP addresses from outbound search requests, returning a clean, ad-free search experience.
Running SearXNG with Docker
docker run -d \ --name searxng \ -p 8080:8080 \ -v $(pwd)/searxng:/etc/searxng \ -e "BASE_URL=http://localhost:8080/" \ searxng/searxng:latestAccess your private search engine at http://localhost:8080.
SearXNG is licensed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.