Download WG Tunnel
Select your platform:
- Android
- Windows
- Linux
- macOS
Stable Release
Nightly Build
⚠️ Note
The Nightly build is the testing and development version. It updates every night and may contain bugs or experimental features.
Stable Release
⚠️ Requirements
Only Windows 10 (build 19041+) or Windows 11 are supported. Administrator rights required for installation.
Stable Release
⚠️ Requirements
Only systemd-based Linux distributions are supported. The firewall must use nftables or iptables with the nft backend (
iptables-nft).
Debian
Install
sudo apt install ./wgtunnel*.deb
Arch Linux
For Arch, the app is available on the AUR.
You can install it using an AUR helper such as yay:
Install
yay -S wgtunnel-bin
Start Daemon
sudo systemctl enable --now wgtunnel-daemon.service
Tarball Installation
From the directory where you downloaded the file:
Install
tar -xzf wgtunnel-*.tar.gz && \
cd wgtunnel-*/ && \
curl -LO https://raw.githubusercontent.com/wgtunnel/desktop/master/scripts/linux/install.sh && \
chmod +x install.sh && \
./install.sh
Coming Soon!
macOS support is actively in development (targeting mid-2026).
In the meantime, you can use the official WireGuard client.
Source code & previous releases • Android • Desktop (Windows + Linux)