Install WireGuard on Windows for the best performance.
WireGuard is available on macOS via App Store or Homebrew.
brew install wireguard-toolsDownload WireGuard from the App Store.
Get WireGuard from Google Play or F-Droid.
Install WireGuard via your package manager.
# Ubuntu/Debian sudo apt install wireguard # Fedora sudo dnf install wireguard-tools # Arch sudo pacman -S wireguard-tools # Configuration sudo cp wg.conf /etc/wireguard/wg0.conf sudo wg-quick up wg0 sudo wg-quick down wg0
The kill switch prevents data leaks if the VPN disconnects.
Important: Enable this in WireGuard settings before connecting.
# WireGuard Desktop: Settings -> Enable Kill Switch # WireGuard Mobile: Edit tunnel -> Toggle "Block connections without VPN"