Enpass apps & installation

Installing Enpass on your devices

Enpass can be installed from the Windows Store, the Mac App Store, the iOS App Store, or the Play Store. Desktop versions of Enpass, including Enpass for Linux, can also be downloaded directly from the Enpass website.

Installing Enpass on Windows

Install Enpass from Microsoft Store

  1. Find Enpass on the Microsoft Store.

  2. Click Get to download and install.

  3. Click Open to launch the app.

Or visit enpass.io/downloads to download the installer package directly from Enpass.

Installing Enpass on Mac

Install Enpass from Mac App Store

  1. Find Enpass on the App Store.

  2. Click Get to download and install.

  3. Click Open to launch the app.

Or visit enpass.io/downloads to download the installer package directly from Enpass.

Installing Enpass on iPhone or iPad

Install Enpass from the App Store

  1. Find Enpass on the App Store.

  2. Tap Install.

  3. Tap Open to launch the app.

Installing Enpass on Android

Install Enpass from the Play Store

  1. Find Enpass on the Play Store.

  2. Tap install.

  3. Tap Open to launch the app.

Installing Enpass on Linux

Install Enpass on Linux

Enpass for Linux is available for 64-bit distributions only. It should work on any modern Linux distribution, and has been tested on CentOS 7, Fedora 28, Mint 19 and Ubuntu 16.04 or later.

If you have any problem installing or running Enpass on Linux, please contact us.

If you'd like to install Enpass Beta for Linux, visit Installing Enpass Beta on Linux.

For Ubuntu and Debian based systems

To install Enpass, add a new repository to /etc/apt/sources.list:

$ echo "deb https://apt.enpass.io/  stable main" | sudo tee /etc/apt/sources.list.d/enpass.list

Import key that is used to sign the release:

$ wget -O - https://apt.enpass.io/keys/enpass-linux.key | sudo tee /etc/apt/trusted.gpg.d/enpass.asc

After that, you can install Enpass as any other software package:

$ sudo apt-get update
$ sudo apt-get install enpass

For RPM package

Add Enpass yum repository

$ cd /etc/yum.repos.d/
$ sudo wget https://yum.enpass.io/enpass-yum.repo

After that, you can install Enpass as any other software package:

$ sudo yum install enpass

For openSUSE 42.3 & 15.0

Download and import Enpass signing key.

# wget https://yum.enpass.io/RPM-GPG-KEY-enpass-signing-key
# rpm --import RPM-GPG-KEY-enpass-signing-key

Add yum repo and install Enpass.

# zypper ar -f -c https://yum.enpass.io/stable/x86_64/ Enpass
# zypper update
# zypper install enpass