Using the Installer files
A set of installers are produced for Windows, MacOS (11 and higher) and Linux Ubuntu 18+ - these are produced with CI-runners (continuous integration) so rapid deployment of fixes can be done on the software.
If there are breaking changes made, you will be able to download new installers in our Private Discord channel for accepted MASQ Beta testers (see
These links will be updated manually - if you cannot access the download links due to expiry, please contact our MASQ team in Telegram or Discord
On many Mac systems you will need to give the MASQ App 'Full Disk Access' within the 'Security & Privacy' Settings
Your system must have the Snap package manager. (Shipped with Ubuntu 18/20+) https://snapcraft.io/docs/installing-snapd
Unzip installer zip file
Install Command:
snap install --dangerous --devmode
masq_x.x.x
.snap
Uninstall command:
sudo snap remove masq
NOTE: Linux Mint comes without snap, but there is a way to enable/install snapd https://snapcraft.io/install/snapd/mintLast modified 10mo ago