Package Details: mullvad-vpn 2025.2-1

Git Clone URL: https://aur.archlinux.org/mullvad-vpn.git (read-only, click to copy)
Package Base: mullvad-vpn
Description: The Mullvad VPN client app for desktop
Upstream URL: https://www.mullvad.net
Licenses: GPL-3.0-or-later
Submitter: gin078
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 143
Popularity: 4.65
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2025-01-08 19:53 (UTC)

Pinned Comments

yochananmarqos commented on 2022-11-11 19:31 (UTC) (edited on 2022-11-13 19:21 (UTC) by yochananmarqos)

PSA: Upstream does not support building natively for ARM64, only cross-compiling. You can use mullvad-vpn-bin instead.

yochananmarqos commented on 2019-12-07 17:44 (UTC) (edited on 2024-06-06 22:09 (UTC) by yochananmarqos)

--> ALWAYS DO A CLEAN BUILD <--

This package will verify the signature of the git tag / commit. Developer keys are available here and instructions are here. See the PKGBUILD to determine which developer key you need.

Please do not create upstream issues about the AUR package, they do not support it.

Latest Comments

1 2 3 4 5 6 .. 46 Next › Last »

yataro commented on 2025-01-09 09:30 (UTC)

Sorry, flagged it by mistake

dreieck commented on 2025-01-08 10:58 (UTC) (edited on 2025-01-08 10:59 (UTC) by dreieck)

A support suggestion to your .install script:

Currently, it assumes that systemd is installed. To enhance compatibility of this package to systems without systemd, can you check if it is installed and only if it is call systemd specific commands?

Same with apparmor.

(342/404) upgrading mullvad-vpn                                                                [#######################################################] 100%
/tmp/alpm_Dy36wX/.INSTALL: line 37: systemctl: command not found
Starting & enabling Mullvad VPN daemon...
/tmp/alpm_Dy36wX/.INSTALL: line 22: systemctl: command not found
Failed to start mullvad-daemon.service
Enabling Mullvad early boot blocking service...
/tmp/alpm_Dy36wX/.INSTALL: line 24: systemctl: command not found
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
Failed to reload apparmor profile

Regards and thanks for the package!

sipak commented on 2025-01-05 08:31 (UTC) (edited on 2025-01-15 09:20 (UTC) by sipak)

For those having issues with keys, try these:

** .

  • 4CFC478DCC2543A3: Andrej Mihajlov
  • AEE9DECFD582E984: David Lönnhager
  • F14861F4F126927D: Emīls Piņķis
  • 7653B940E494FE87: Linus Färnstrand
  • D5A1D4F266DE8DDF: Mullvad
  • C4B675BD651179D1: Odd Stranne
  • 2F391DE6B00D619C: Oskar Nyberg
  • 7FC37083906D5D4F: Richard Mitra
  • 25E8E91F5CD10CC2: Richard
  • 8334E54D695B6709: Robin Lövgren
  • A78C2435BC334D52: Simon Andersson

yochananmarqos commented on 2025-01-03 21:36 (UTC)

Whoops. One more fix with 2025.1-3.

yochananmarqos commented on 2025-01-03 21:29 (UTC)

@Mr.Spock: Please flag the package out of date instead of commenting.

@WAUthethird @Caydonin: It was fixed with 2025.1-2 before either of you commented.

Caydonin commented on 2025-01-03 20:07 (UTC)

Seeing issue similar to WAUthethird.

target '/home/username/.cache/trizen/sources/mullvad-vpn-bin/pkg/mullvad-vpn-bin/etc/apparmor.d/mullvad': No such file or directory

yataro commented on 2025-01-03 20:06 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 48525fd..8f68018 100644

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -198,5 +198,5 @@ package() {

   # Symlink apparmor profile to allow Electron sandbox to work
   install -d "$pkgdir/etc/apparmor.d"
-  ln -s /opt/Mullvad VPN/resources/apparmor_mullvad "$pkgdir/etc/apparmor.d/mullvad"
+  ln -s "/opt/Mullvad VPN/resources/apparmor_mullvad" "$pkgdir/etc/apparmor.d/mullvad"
 }

WAUthethird commented on 2025-01-03 20:03 (UTC)

Getting an error on clean build with the latest update. Anyone else seeing this?

ln: target '/home/some_username/.cache/yay/mullvad-vpn/pkg/mullvad-vpn/etc/apparmor.d/mullvad': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

Mr.Spock commented on 2024-12-04 19:39 (UTC)

New version 2024.8 is available. I got notified in the Mullvad VPN app about it.

yochananmarqos commented on 2024-11-26 16:56 (UTC)

@dreieck: mullvad-vpn-cli provides and conflicts with mullvad-vpn. Other packages should depend on mullvad-vpn so either can be chosen.