clients.txt โ€” Notepad_โ–กX
CLIENTS

How to actually get each service running on your own device. Point at the existing, mature ecosystem wherever one already exists (WHITEPAPER ยง5.1) โ€” only the pieces unique to this project get their own tool.

wireguard-official.exe_โ–กX

๐Ÿ“ฑ Official WireGuard app โ€” Android, iOS, desktop

No custom app to install for the direct-VPN case at all. /connect hands you either a QR code (scan it straight into WireGuard's own "Add Tunnel โ†’ Scan from QR code") or a plain .conffile, generated fresh per device from the broker's live signed directory.

  • Android: Play Store or F-Droid, search "WireGuard"
  • iOS: App Store, search "WireGuard"
  • Desktop (Linux/macOS/Windows): wireguard.com/install

โ†’ Get a config

connect.exe_โ–กX

๐Ÿง Native connect CLI โ€” Linux

The one piece of custom client software this project actually ships (WHITEPAPER ยง5.1) โ€” scoped to VPN connection management only, Mullvad-app-style: kill switch (blocks all non-tunnel traffic if the connection drops), auto-reconnect (detects a drop, re-fetches the directory if needed, reconnects on its own), split-tunneling, and DNS-leak protection โ€” all on by default. Statically built, no install step, no dependencies to pull in beyond standard Linux tooling (wg-quick, nft, ip) it shells out to rather than reimplements.

/connecthands you a ready-to-run command per host โ€” pick one and click "Connect via CLI" โ€” or grab the binary directly:

curl -fsSL http://bitphase.tech/downloads/connect-linux-amd64 -o connect && chmod +x connect

Requires root (wg-quick/nft/ip all need it) โ€” sudo ./connect -broker-url ... -broker-pubkey ... -vpn-connect <host> -up. Ctrl-C disconnects cleanly (tears down the kill switch and routes).

โ†’ Get your host-specific command

onion-mode.exe_โ–กX

๐Ÿง… Anonymous onion-circuit mode โ€” not yet available

The multi-hop circuit backend (streaming circuits, diversity/rotation) is built and tested against real interfaces. The client that would actually capture your device's traffic into it โ€” a phone app using Android's VpnService + a tun2socks-style bridge into the circuit โ€” isn't built yet. Stated plainly, not hidden: see /checklist's "Native client scope" section.

chat-fileshare.exe_โ–กX

๐Ÿ’ฌ๐Ÿ“ Chat & File Share โ€” web client, not hosted on this site yet

Both are vanilla JS/HTML โ€” no framework, no build step, no app to install once it's wired up here. The server side (identity, encryption, transport) is built and tested; this website doesn't serve the client pages yet, which is why they're not linked as a "go do this now" button above. See /services for status.