Websurfx — Self-Hosted, Open-Source
Websurfx - Self-hosted application
License: AGPL-3.0. Source: https://github.com/neon-mmd/websurfx.
Features
- ๐จ Make Websurfx uniquely yours with the twelve color schemes provided by default. It also supports the creation of custom themes and color schemes in a quick and easy way, so unleash your creativity!
- ๐ Easy to setup with Docker or on bare metal with various installation and deployment options.
- โ Search filtering to filter search results based on four different levels.
- ๐พ Different caching levels focusing on reliability, speed and resiliancy.
- โฌ๏ธ Organic Search results (with ranking algorithm builtin to rerank the search results according to user's search query.).
- ๐ Different compression and encryption levels focusing on speed and privacy.
- ๐งช Experimental IO-uring feature for Linux operating systems focused on performance of the engine.
- ๐ง
Custom proxy and Tor support for fetching search results from the upstream search engines.
- ๐ Fast, private, and secure
- ๐ 100% free and open source
Installation
git clone https://github.com/neon-mmd/websurfx.git
cd websurfx
git checkout stable
cargo build -r
redis-server --port 8082 &
./target/release/websurfx
Why self-host Websurfx
Self-hosting gives you three things SaaS can’t: data ownership (the files live on disks you control), cost predictability (a one-time setup vs. recurring per-seat fees that grow with your household or team), and longevity (open-source means the app keeps working even if the maintainers move on, since you can pin a working version). The trade-off is that you take on the operational work of running a server, applying updates, and handling backups.
Hardware notes
At present, we only support x86_64 architecture systems, but we would love to have contributions that extend to other architectures as well.
Last verified: 2026-05-22