Package Details: mullvad-browser-bin 15.0.12-1

Git Clone URL: https://aur.archlinux.org/mullvad-browser-bin.git (read-only, click to copy)
Package Base: mullvad-browser-bin
Description: Privacy-focused web browser developed by Mullvad VPN and the Tor Project
Upstream URL: https://mullvad.net/en/browser
Keywords: browser firefox mullvad privacy private
Licenses: MPL-2.0
Conflicts: mullvad-browser
Provides: mullvad-browser
Submitter: tarball
Maintainer: tarball
Last Packager: tarball
Votes: 75
Popularity: 4.48
First Submitted: 2023-04-03 14:58 (UTC)
Last Updated: 2026-05-07 10:39 (UTC)

Pinned Comments

tarball commented on 2024-06-26 08:35 (UTC)

Make sure to fetch the developers' signing key before building the package.

The official instructions are here. The link is also mentioned in the PKGBUILD.

If the site is blocked in your region, you'll have to work around it or trust me that this is what it says:

% gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org

which (as of 2024-06-26) should also show this fingerprint:

EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290

If your gpg says otherwise, you may have been fed garbage.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

tarball commented on 2026-04-28 12:28 (UTC)

Something else changed your $PATH (maybe ~/.profile, /etc/makepkg*, or /etc/profile.d). This package does not modify it in any way.

wilkins commented on 2026-04-28 11:22 (UTC)

mode of './Browser/removed-files' changed from 0600 (rw-------) to 0644 (rw-r--r--)
mode of './Browser/start-mullvad-browser' changed from 0700 (rwx------) to 0744 (rwxr--r--)
mode of './Browser/start-mullvad-browser.desktop' changed from 0700 (rwx------) to 0744 (rwxr--r--)
mode of './Browser/update-settings.ini' changed from 0600 (rw-------) to 0644 (rw-r--r--)
mode of './Browser/updater' changed from 0700 (rwx------) to 0744 (rwxr--r--)
mode of './Browser/updater.ini' changed from 0600 (rw-------) to 0644 (rw-r--r--)
mode of './Browser/vaapitest' changed from 0700 (rwx------) to 0744 (rwxr--r--)
mode of './Browser/version.json' changed from 0600 (rw-------) to 0644 (rw-r--r--)
mode of './start-mullvad-browser.desktop' changed from 0700 (rwx------) to 0744 (rwxr--r--)
find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find.  Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons)

sabrewulf1986 commented on 2026-04-21 16:06 (UTC)

sick of this shit package having to constantly manually intervene, why even have a fkn bin for, mullvad can fuck off

vesinum commented on 2026-03-07 14:58 (UTC) (edited on 2026-03-07 15:06 (UTC) by vesinum)

@tarball Could the PKGBUILD line #98 be changed from

find . -executable -execdir chmod --verbose a+x '{}' +

to

find . -perm -u=x -execdir chmod --verbose a+x '{}' +

The current approach with -executable will not work in some case (e.g., the BUILDDIR is located on an FS mounted with noexec).

lone-cloud commented on 2025-11-20 06:42 (UTC) (edited on 2025-11-20 06:42 (UTC) by lone-cloud)

hey @tarball, you're using an incorrect ffmpeg dependency for mullvad here. It should be ffmpeg4.4 and not ffmpeg. The latest ffmpeg is not compatible with firefox-based browser. See the correct firefox dependencies listed out in extra/firefox here: https://archlinux.org/packages/extra/x86_64/firefox/ Due to this incompatibility, video stutters in mullvad and you can check for proper compatibility when you navigate to about:support and look under "Media". All codecs should have software decoding support, which they won't unless your system has ffmpeg4.4

<deleted-account> commented on 2025-09-17 06:18 (UTC)

This program's license is considered to be a single license under MPL-2.0, not a dual license under MPL-2.0 and GPL-3.0-or-later.

The webpage linked from the Mullvad Browser LICENSE file states it is MPL-2.0, with no mention of GPL-3.0-or-later. Furthermore, the Readme file also only specifies MPL-2.0. Additionally, the source code headers only reference MPL, with no mention of GPL.

genji commented on 2025-09-16 20:56 (UTC)

Does anybody know how to get this working on aarch64 systems?

taflaj commented on 2025-09-03 14:39 (UTC)

Using the pinned instructions, it worked for me. Thank you!

tarball commented on 2025-09-03 08:00 (UTC)

Try importing the key manually using instructions from the pinned message. If it refuses to work for some reason, try another method recommended by Mullvad:

curl -OL https://openpgpkey.torproject.org/.well-known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf
gpg --import kounek7zrdx745qydx6p59t9mqjpuhdf

If this also doesn't help, GPG may have broken itself, or was driven into broken state by something else earlier. The simplest thing would be to move ~/.gnupg somewhere and try again.