One self-hosted suite, five pieces (WHITEPAPER ยง1). Everything below is built with the same rule: minimize dependencies, no unnecessary logging, and be honest here about what's actually live versus still in progress โ see /checklistfor the gritty detail. For "how do I actually use this on my device," see /clients.
๐ VPN โ direct WireGuard tunnel LIVE
Pick a host from the broker's live signed directory and get a working WireGuard config โ scan a QR code into the official WireGuard app, or download the native connect CLI for kill switch / auto-reconnect / DNS-leak protection on Linux. Free tier, no account.
๐ง VPN โ anonymous multi-hop onion circuit MESH READY, CLIENT NOT SHIPPED
Instead of one flat hop to an exit host, your traffic gets layered/encrypted across entry โ middle โ exit hosts run by different operators โ closer to how Tor separates entry, middle, and exit relays, so no single host sees both who you are and what you're accessing (WHITEPAPER ยง7). The circuit-building, streaming, and diversity-selection logic is built and tested against real interfaces; the actual phone/desktop client that captures your traffic into it isn't built yet โ see the checklist's "Native client scope" section for exactly what's left.
๐ฌ Chat โ end-to-end encrypted, rooms + presence BUILT & TESTED, WEB UI NOT HOSTED HERE YET
X25519 identity, ChaCha20/AES-GCM message encryption depending on platform, server is a ciphertext relay only (it never sees plaintext, and deletes delivered messages). Paid tier โ the access token from /accountworks here the same way it does for file-share. The protocol and server are built and tested (real browser round-trips, not just Go test clients); this website doesn't yet host the web client itself โ that's an open item, not a secret.
๐ File Share โ end-to-end encrypted, chunked, volunteer-replicated BUILT & TESTED, WEB UI NOT HOSTED HERE YET
Same client identity and encryption as chat, applied to file bytes: chunked client-side encryption, resumable transfer, and (once wired up โ WHITEPAPER ยง9) replicated across several volunteer storage nodes instead of one server holding the only copy. Paid tier, same token as chat.
๐ง Disposable Mail โ receive-only, short TTL LIVE
Generate a random address, receive whatever lands in it for a short TTL, read it here, then it's gone โ no outbound sending capability exists on the mail host at all, structurally, not just by policy. Free tier, no account needed.
Want more independent hosts relaying traffic? ๐ฑ volunteer a node โ the anonymity guarantee above scales with how many diverse hosts are actually in the mesh (WHITEPAPER ยง14).