Download WG Tunnel
Select your platform:
- Android
- Windows
- Linux
- macOS
Stable Release
Add F-Droid repo opens F-Droid or Droid-ify with this repository (fingerprint included). Details: fdroid.wgtunnel.com.
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 17134 / version 1803) or later is supported, for Unix domain socket support. Administrator rights are required for installation, since the tunnel runs as a background system service.
Install via Chocolatey
choco install wgtunnel
Stable Release
⚠️ Requirements
Only systemd-based Linux distributions are supported. The firewall must use nftables or iptables with the nft backend (
iptables-nft).
Debian / Ubuntu
Preferred: via the apt repository (future updates land as regular apt upgrade updates):
curl -fsSL https://apt.wgtunnel.com/wgtunnel-archive-keyring.asc | \
sudo gpg --dearmor -o /usr/share/keyrings/wgtunnel-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/wgtunnel-archive-keyring.gpg] https://apt.wgtunnel.com stable main" | \
sudo tee /etc/apt/sources.list.d/wgtunnel.list
sudo apt update
sudo apt install wgtunnel
Or, download the .deb directly from the latest release:
sudo apt install ./wgtunnel*.deb
Fedora / RHEL
Preferred: via COPR (future updates land as regular dnf upgrade updates):
sudo dnf copr enable zaneschepke/wgtunnel
sudo dnf install wgtunnel
Or, download the .rpm directly from the latest release:
sudo rpm -Uvh wgtunnel*.rpm
Arch Linux
Preferred: via the AUR:
yay -S wgtunnel-bin
Per Arch packaging guidelines, this does not enable or start the daemon for you.
sudo systemctl enable --now wgtunnel-daemon.service
Or, download the .pacman package directly from the latest release:
sudo pacman -U wgtunnel*.pacman
Other distros (tarball)
Use this only if none of the formats above fit your distro.
tar -xzf wgtunnel*-linux-x64.tar.gz
cd wgtunnel*-linux-x64/
sudo ./install.sh
Not Yet Supported
macOS support is planned for a future release.
In the meantime, you can use the official WireGuard client.
Source code & previous releases • Android • Desktop (Windows + Linux)