Skip to content

Tunnet v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:53
· 36 commits to main since this release

Highlights

  • New desktop application.
  • New audit logs.
  • New tunnel inspection tools.
  • New dashboard flow.
  • Windows auto-elevation support.
  • Separation between network secrets and invite secrets.
  • Migration to the new HTTP client architecture.

Improvements

  • Faster upload performance.
  • QUIC optimizations.
  • Improved Direct networking and membership synchronization.
  • Improved agent startup and status handling.
  • Improved SSH session stability.
  • Improved serve lifecycle handling.
  • Improved dashboard configuration.
  • Windows ICMP reply fixes.
  • Bootstrap deadlock fix.
  • Unix socket permission fixes.
  • Tunnel inspection fixes.

Packaging & CI

  • Included wintun.dll in Windows releases.
  • Improved release packaging.
  • CI and Linux build fixes.

Installation

Linux / macOS (headless agent)

curl -fsSL https://github.com/tunnetio/Tunnet/releases/latest/download/install.sh | sh

Windows (PowerShell as Administrator)

irm https://github.com/tunnetio/Tunnet/releases/latest/download/install.ps1 | iex

Windows Desktop (NSIS)

Download the Tunnet_*_x64-setup.exe installer from the assets below.

Full Changelog: v0.7.0...v0.8.0