mullvad-vpn

mullvad-vpn 2026.5

Graphical user interface for Mullvad VPN

<rendered-html><p><strong>NOTE:</strong> This package does not contain the Mullvad VPN Daemon. The actual VPN service is available on <code>pkgs.mullvad</code>, and it must be used in conjunction with this package.</p> </rendered-html>

https://mullvad.net/
GNU General Public License v3.0 only
main program: mullvad-vpnprograms: mullvad-vpn
Platforms (25)
armv7a-linuxmips64-linuxmipsel-linuxriscv32-linuxs390x-linuxi686-linuxpowerpc64-linuxpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  mullvad-vpn
];
Ad-hoc shell
nix-shell -p mullvad-vpn
Flake (nix run)
nix run nixpkgs#mullvad-vpn