• Konduit v0.1.0-beta.6 Pre-Release

    eugen released this 2026-06-25 18:52:18 +00:00 | 10 commits to master since this release

    Konduit 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.ps1 PowerShell 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_gateway now picks the route with the highest metric (fixes multi-interface setups)
    • DNS revert via resolvectl always runs on disconnect, even if routes were already cleaned up
    • restore_routes only 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.zip and run konduit.exe — it will
    prompt for elevation on first launch.

    CLI: Extract konduit-cli-0.1.0-beta.6-windows-x86_64.zip, then run install-cli.ps1
    from an elevated PowerShell prompt to register the scheduled task.

    Downloads