Package Details: mullvad-vpn 2024.8-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: 139
Popularity: 3.43
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2024-12-13 02:39 (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

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 Next › Last »

eiko commented on 2019-08-28 17:31 (UTC)

i was having problems with a "failed to verify integrity or prepare mullvad-vpn package" error when trying to install via pacaur.

running: gpg2 --keyserver pool.sks-keyservers.net --recv-keys A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF as described in https://mullvad.net/en/guides/verifying-signatures/ seemed to fix it

<deleted-account> commented on 2019-08-09 20:56 (UTC)

Would you consider updating to beta version of the package? Currently at 2019.7-beta1

yochananmarqos commented on 2019-08-08 16:40 (UTC) (edited on 2019-08-08 16:49 (UTC) by yochananmarqos)

You don't need to provide the desktop and service file separately, they're included:

    # Systemd service
    sed -i 's/Mullvad\x20VPN/mullvad-vpn/g' "opt/Mullvad VPN/resources/mullvad-daemon.service"
    install -Dm644 "opt/Mullvad VPN/resources/mullvad-daemon.service" \
        "$pkgdir/usr/lib/systemd/system/mullvad-daemon.service"

    # Desktop Entry
    sed -i 's/Mullvad VPN/mullvad-vpn/g' \
        "usr/share/applications/${pkgname}.desktop"
    install -Dm644 "usr/share/applications/${pkgname}.desktop" \
        "$pkgdir/usr/share/applications/${pkgname}.desktop"

pkap commented on 2019-06-30 13:07 (UTC)

The Mullvad developers provide a GPG signature of the RPM package. I'd like to suggest to use this for verification. This makes it necessary to import Mullvad's GPG key once but increases security.

It could look like this:

https://privatebin.net/?90f661f554749cf5#JTMk5F/drmAcatO5CAj+NNLvJxaGh+M/0j2kvfE+tRg=

(I adopted this from the AUR package of the Tor Browser.)

bitreactor commented on 2019-06-17 14:53 (UTC) (edited on 2019-06-18 09:52 (UTC) by bitreactor)

Unable to update:

curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 ==> FEHLER: Fehler beim Download von https://github.com/mullvad/mullvadvpn-app/releases/download/2019.5/MullvadVPN-2019.5_x86_64.rpm Breche ab...

EDIT: Nevermind, update is working again!

TheCraiggers commented on 2019-05-31 00:55 (UTC)

I use KDE, and when I am running this mullvad-vpn app, it causes KDE to freak out. Among other things, suspend no longer works, and when I try to use the start menu the GUI freezes, although I can still interact with already-open windows.

Anybody else experience issues like this? I've tried looking in the usual log locations but nothing looks odd.

The app itself works great- it just hoses the rest of my system. :(

ruabmbua commented on 2019-04-06 13:17 (UTC)

I created a patch for updating to the newer 2019.3 version of mullvad-vpn: https://gist.github.com/ruabmbua/baa640da268e02c3429c2f891f658950

someDude42 commented on 2019-03-21 02:58 (UTC) (edited on 2019-03-21 02:58 (UTC) by someDude42)

The mullvad-vpn GUI is currently broken for me (probably due to version mismatch), use the mullvad command for now

<deleted-account> commented on 2019-03-13 14:45 (UTC)

More serious issue; with the old app sharing the tunneled connection over wifi was easy. Now because of the mullvad app clients can't connect anymore. I have 'Local network sharing' enabled of course. The ip addresses simply aren't released to clients. As soon as I close the app and the daemon everything works fine.. I tried this with NetworkManager as well as create_ap. Anyone know a solution?

blackpoll commented on 2019-03-11 15:42 (UTC)

Works great! Thanks for putting this together.