This application allows to manage Nitrokey 3 devices. To manage Nitrokey Pro and Nitrokey Storage devices, use the older Nitrokey App.
These are the preferred installation methods for the following operating systems:
Download and run the prebuilt .msi
available inside releases.
Flathub lists the Nitrokey App2 to be used for an easy install within your prefered Linux distribution.
Currently there is no official support for macOS, you might want to try installing through pypi using pip
and/or pipx
.
The following features are currently implemented.
- Firmware update
- Passwords
- TOTP
- HOTP
Executable binaries for Linux and Windows as well as a MSI installer for Windows can be downloaded from the releases.
This project uses Poetry as its dependency management and packaging system. See the documentation of Poetry for available commands.
The application can be compiled by executing:
git clone https://github.com/Nitrokey/nitrokey-app2.git
cd nitrokey-app2
make init
make build
poetry shell
nitrokeyapp
- pynitrokey
- Python >3.9
Nitrokey GmbH, Jan Suhr and contributors.