Something else changed your $PATH (maybe ~/.profile, /etc/makepkg*, or /etc/profile.d). This package does not modify it in any way.
Search Criteria
Package Details: mullvad-browser-bin 15.0.12-1
Package Actions
| 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) |
Dependencies (39)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- ffmpeg4.4
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-snapshotAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libstdc++ (libstdc++-snapshotAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- Show 19 more dependencies...
Required by (0)
Sources (4)
tarball commented on 2026-04-28 12:28 (UTC)
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.
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:
which (as of 2024-06-26) should also show this fingerprint:
If your gpg says otherwise, you may have been fed garbage.