This application allows to manage Nitrokey 3 devices. To manage Nitrokey Pro and Nitrokey Storage devices, use the older Nitrokey App.
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.
The application can be compiled by executing:
git clone https://github.com/Nitrokey/nitrokey-app2.git
cd nitrokey-app2
make update-venv
source venv/bin/activate
make build
nitrokeyapp
- pynitrokey
- Python >3.9