Distribute traffic across multiple tunnels.
Automatic failover. Zero logs. Pure RAM.
| Multi-Path Tunneling | 2-10+ WireGuard tunnels simultaneously |
| 6 Strategies | Sticky, WRR, Least Connections, Lowest RTT, Failover, Bandwidth-Aware |
| Auto Failover | Dead tunnel detected in seconds, traffic shifts seamlessly |
| Policy Routing | Route by domain wildcard, IP CIDR, port, protocol |
| Connection Limits | Global + per-uplink caps with idle timeouts |
| Hot-Reload | SIGHUP reloads rules without restart |
| Zero-Log | No IPs, no user-agents, no access logs – enforced in code |
| DPI Obfuscation | WebSocket/TLS wrapper, VPN looks like HTTPS |
| Config Encryption | AES-256-GCM + Argon2id at rest |
| Ramdisk Mode | Run in RAM only – power off = gone |
| Double-Layer Vault | LUKS (AES-256-XTS) + XChaCha20-Poly1305 |
| Forensically Secure | No persistent storage anywhere |
| HTTPS Web-UI | Modern dark-theme admin panel |
| Anonymous Accounts | PGP key auth – no email needed |
| Crypto Payments | BTC, XMR, LTC, ETH (BTCPay, 0% fees) |
| Traditional | Stripe, PayPal, Paysafe, Amazon |
| Machine-Bound License | 1 key = 1 machine (transferable) |
| Customer Portal | Re-download key, view orders |
MIT License, forever
Pricing announced at launch
| Language | Go |
| VPN | WireGuard (wireguard-go) |
| Network Stack | gVisor netstack (userspace) |
| Vault Encryption | XChaCha20-Poly1305 + Argon2id |
| Disk Encryption | LUKS2 AES-256-XTS |
| License Signing | Ed25519 |
| TLS | Let's Encrypt (autocert) |
| OS | Linux (Alpine, Debian, Ubuntu) |
| Arch | x86_64, aarch64 |