Websurfx — Self-Hosted, Open-Source

Websurfx - Self-hosted application

License: AGPL-3.0. Source: https://github.com/neon-mmd/websurfx.

Features

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.

Where to go from here

Last verified: 2026-05-22