Decentralized WireGuard mesh VPN.
Zero central authority. Trust-agnostic.
Single static binary.
No control plane, no coordinator. Each node holds its own Ed25519 identity. The mesh is self-organizing.
O(log N) convergence with failure detection. Membership propagates in seconds via epidemic protocol.
Noise_IKpsk2 handshake, end-to-end encryption. Kernel or userspace mode with zero-copy data plane.
STUN discovery, UDP hole punching, relay fallback. Works behind cone and symmetric NATs.
Mesh IP derived from Ed25519 public key via Blake3. No DHCP, no conflicts, no coordination needed.
Built in Zig. Single static binary, io_uring event loop, multi-queue TUN, GSO/GRO offloads.