Nitrokey App 1¶
The Nitrokey App 1 is a graphical application designed to manage Nitrokey Pro and Nitrokey Storage devices. For Nitrokey 3 devices, please use Nitrokey App 2.
Installation¶
The latest Nitrokey App is version 1.4.2 (Release notes, PGP signatures and older versions).
Released binaries are signed by PGP key: 868184069239FF65DE0BCD7DD9BAE35991DE5B22 szczepan@nitrokey.com.
Linux¶
Alpine Linux
Nitrokey App isn’t an official package to Alpine Linux but this inofficial package can be used.
Arch Linux
The Nitrokey App is included in the official extra repo.
$ pacman -S nitrokey-app
Debian
For Debian 9 and newer, the Nitrokey App is included in the Debian repository.
$ sudo apt update
$ sudo apt install nitrokey-app
Unfortunately, the App versions in the official Debian repositories are often not up-to-date.
Fedora
Nitrokey App is part of Fedora’s package repositories.
$ sudo dnf install nitrokey-app
Guix
Further information here.
NixOS
Nitrokey App is part of NixOS’s package repository.
Slackware
Available at Slackbuilds.
SUSE
Nitrokey App is part of SUSE’s package repository. You can just install it like every other software.
Ubuntu
The Nitrokey App is included in Ubuntu’s repositories since Ubuntu 18.04 (codename ‘bionic’) on.
$ sudo apt update
$ sudo apt install nitrokey-app
Unfortunately, the App versions in the official Ubuntu repositories are often not up-to-date.
More recent App versions
To get the most recent Nitrokey App you can add a separate repository which is maintained by Nitrokey.
$ sudo add-apt-repository ppa:nitrokey/nitrokey
$ sudo apt install nitrokey-app
Alternatively, you can use the snap package. Please see the Snap entry for more information.
AppImage
AppImage provide everything that is needed to get executed. It works like a .exe on Windows and does not need to be installed. See here for our latest Nitrokey-App.AppImage file. After downloading the file, you need to make the file executable. You can do this by right-clicking on the file and choosing “Properties”. Look for the option to make the file executable there.
Flatpak
$ flatpak install flathub com.nitrokey.nitrokey-app
$ flatpak run com.nitrokey.nitrokey-app
For more information visit Flathub.
Snap
Note
There is a problem with the current Snap package. Please make sure that scdaemon is installed by typing
$ apt-get update && apt-get install scdaemon
in a terminal and follow the instruction below.
The latest Nitrokey App is available as Snap package which is available for many Linux distributions and which ensures that you always have the latest version installed. Snapd is already installed on Ubuntu, for distros like Arch, Debian, Fedora, or Gentoo you need to install snapd first. As soon as you have Snap installed you can open a terminal and type
$ sudo snap install nitrokey-app --devmode
to install Nitrokey App. You now can use it as usual, e.g. by pressing Alt + F2 and entering “nitrokey-app”.
Troubleshooting In case you get the error “failed to create user data directory. errmsg: Permission denied” during starting the Nitrokey App, it may is because your home directory is encrypted. In this case, apply one of these fixes [1] [2].
Windows¶
Download .exe file from here.
macOS¶
Download latest Nitrokey App (DMG file) here. Note: The Nitrokey App was not notarized by Apple yet, which is required by macOS 10.15. See this forum post for more information.
FreeBSD¶
$ pkg install nitrokey-app
Source¶
You can download and compile the source code from here. In this case you may need to install these UDEV rules manually.