Has anyone got the Mullvad Browser working?

I've started using Mullvad Browser on my Linux and Darwin boxes, but I've had a lot of difficulty in getting it to run on FreeBSD (or any BSD).

Thus far, I've tried running it in jails (Debian 11 and CentOS 7), which crashed my PC; and using the Windows version through emulators/wine, which had no font smoothing and couldn't load any websites.

I considered compiling from source, but this would take too long; using emulators/qemu or KVM, but then I would be unable to access the clipboard and downloads; and using Docker, but I thought the container looked a little sketchy.

Out of curiosity, has anyone here actually managed to get it working on FreeBSD in any capacity?
 
I have using a Debian bookworm jail. I use Bastille for jails because to me it was quick and easy.
It is over ssh and I have not gotten sound to work yet (I have it working in BSD jails), but it works just fine otherwise.
just don't forget to add

Code:
AddressFamily inet
X11UseLocalhost no

to sshd_config
 
Back
Top