-
Konduit v0.1.0-beta.0 Pre-Release
released this
2026-06-17 09:15:11 +00:00 | 16 commits to master since this releaseKonduit 0.1.0-beta.0 — First public beta
Konduit is a TCP-native VPN designed to work on networks where UDP is blocked or throttled.
No kernel modules, no root, no head-of-line blocking.What's included
Server
- konduit-server: VPN server with server-controlled routing, hot config reload, and stealth mode
- konduit-ctl: server provisioning tool — bootstrap, add clients, generate QR codes
- Stealth mode: port 443 deployment behind HAProxy; the server is indistinguishable from a normal HTTPS site to DPI scanners
Client — Linux
- konduit: CLI client (static binary)
- Konduit AppImage: desktop GUI with connection map, traffic graphs, and QR-code provisioning
Client — Windows
- konduit-cli: CLI client (konduit.exe + wintun.dll)
- Konduit GUI: desktop GUI (Konduit.exe + wintun.dll); requires UAC elevation on launch
Client — Android
- Konduit for Android: available on Google Play
Cryptography
- X25519 ephemeral key exchange
- ChaCha20-Poly1305 data channel
- Ed25519 identity keys
- Argon2id key derivation from server mantra
Getting started
- Linux GUI Quickstart
- Windows GUI Quickstart
- CLI Client Quickstart
- Server Quickstart
- Stealth Mode Setup
Known limitations
- macOS and iOS clients are in development
- AppImage requires cap_net_admin — granted automatically via polkit on first launch
- Windows GUI requires administrator privileges for WinTun driver
- This is a beta: the wire protocol may change before 1.0
Downloads
File Description konduit-server-0.1.0-beta.0-linux-x86_64 VPN server (Linux) konduit-0.1.0-beta.0-linux-x86_64 CLI client (Linux) konduit-ctl-0.1.0-beta.0-linux-x86_64 Provisioning tool (Linux) Konduit-0.1.0-beta.0-x86_64.AppImage Desktop GUI (Linux) konduit-cli-0.1.0-beta.0-windows-x86_64.zip CLI client (Windows) konduit-gui-0.1.0-beta.0-windows-x86_64.zip Desktop GUI (Windows) konduit-0.1.0-beta.0-android.aab Android app bundle Downloads