
Privacy-respecting web search via SearXNG with DuckDuckGo-style bangs. Your searches don't get logged, fingerprinted, or sold.
pip install searxng-client searxng-bangs configure --instance https://searx.example.com
# Normal search searxng "OpenClaw agent framework" # With bang (direct to Google) !g "OpenClaw agent framework" # Wikipedia bang !w "Claude Code" # Reddit bang !r "AI agent skills"
| Pros | Cons |
|---|---|
| Genuine privacy (no tracking) | Results may be less relevant than Google |
| Free and open source | Requires running your own SearXNG instance for full privacy |
| DuckDuckGo-style bangs | Public instances may be slower |
searxng-bangs is for when privacy isn't optional. If you're building an AI agent that searches the web, you don't want Google's search bias and tracking in your data pipeline either. SearXNG is the clean way to do it.