Zero telemetry
Fully open source with zero telemetry and zero home calls. Nothing phones home, and you can audit every line.
Tor-first, hardware-wallet ready, and built so nothing ever phones home.
Why RailOxide
Every default is chosen to minimize the metadata you leak — not just to look private on the surface.
Fully open source with zero telemetry and zero home calls. Nothing phones home, and you can audit every line.
A bundled Tor client routes wallet HTTP and RPC traffic by default — no system Tor daemon required.
Indexed POI artifacts let the wallet read proof-of-innocence locally, so UTXO spend intent never leaks to a POI proxy operator.
Ledger and Trezor support for public accounts, plus deterministically derived 0zk accounts — keys are never stored in the app.
Requests are batched aggressively to reduce RPC throttling, with resilient connection management to public broadcasters.
Decentralized price discovery via on-chain Chainlink oracles — used for display and for filtering suspicious broadcasters.
A look inside
A native desktop app built with Rust and GPUI. Click any screen to enlarge.
Privacy model
Metadata privacy depends on the network mode and POI source. RailOxide defaults to the strongest combination and makes the trade-offs explicit.
Wallet traffic routes through the bundled Tor client, and POI reads use signed local artifacts — blinded commitments never go to a POI proxy.
Routes traffic through your configured proxy. Embedded Waku libp2p transports are disabled to prevent proxy bypass.
Sends requests over the normal network. Use only when you intentionally accept that remote services can see your network address.
RailOxide is alpha software and installs by building from source. The installer defaults to the latest published release and prompts before touching anything.
curl -fsSL https://raw.githubusercontent.com/triamazikamno/railoxide/main/scripts/install-wallet | bash