Bitmask Downloads

Standalone Bundles

Download (64 bit)

The signature can be verified using LEAP’s archive signing key. You can browse the downloads, including release candidates.

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

Debian/Ubuntu

For Debian stable (9.0, Stretch) and Ubuntu stable (17.10, Artful):

sudo apt install lsb-release curl
sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list'
curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt-key add -
sudo apt update && sudo apt install bitmask

For Debian testing and Ubuntu next release (18.04, Bionic):

sudo apt install leap-archive-keyring lsb-release
sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list'
sudo apt update && sudo apt install bitmask

Read more about our different repositories for deb packages.

Other

If none of the above methods works for you, you can try to install via pip or from source, or get in contact with us if you want to package Bitmask for some other distribution.