-
Konduit v0.1.0-beta.6 Pre-Release
released this
2026-06-25 18:52:18 +00:00 | 10 commits to master since this releaseKonduit 0.1.0-beta.6
Windows — Fixes & Installer
This release replaces the beta.5 Windows packages with working builds.
GUI elevation fix — the beta.5 GUI failed to connect due to a missing privilege
escalation step. The app now correctly requests admin rights on launch.CLI installer — a new
install-cli.ps1PowerShell script automates CLI setup:
registers konduit as a scheduled task so it runs elevated without a UAC prompt each time.Linux DNS fixes (also included):
get_default_gatewaynow picks the route with the highest metric (fixes multi-interface setups)- DNS revert via
resolvectlalways runs on disconnect, even if routes were already cleaned up restore_routesonly removes the VPN default route by interface (OIF), not all default routes- DNS override is skipped entirely in full-tunnel mode; WiFi DNS continues working
Installation
GUI: Extract
konduit-gui-0.1.0-beta.6-windows-x86_64.zipand runkonduit.exe— it will
prompt for elevation on first launch.CLI: Extract
konduit-cli-0.1.0-beta.6-windows-x86_64.zip, then runinstall-cli.ps1
from an elevated PowerShell prompt to register the scheduled task.Downloads