====== Mullvad VPN ====== Mullvad is a commercial wireguard/openvpn VPN service. ===== Servers ===== https://mullvad.net/en/servers ===== Client installation ===== https://mullvad.net/en/download/vpn/linux # Download the Mullvad signing key sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc # Add the Mullvad repository server to apt echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable stable main" | sudo tee /etc/apt/sources.list.d/mullvad.list # Install the package sudo apt update sudo apt install mullvad-vpn or manual: wget https://mullvad.net/en/download/app/deb/latest # or wget https://github.com/mullvad/mullvadvpn-app/releases/download/2025.10/MullvadVPN-2025.10_amd64.deb sudo dpkg -i Downloads/MullvadVPN-2025.10_amd64.deb