Skip to content

Nitrokey/nitrokey-app2

Repository files navigation

Nitrokey App 2

This application allows to manage Nitrokey 3 devices. To manage Nitrokey Pro and Nitrokey Storage devices, use the older Nitrokey App.

Installation

These are the preferred installation methods for the following operating systems:

Windows

Download and run the prebuilt .msi available inside releases.

Linux

Flathub lists the Nitrokey App2 to be used for an easy install within your prefered Linux distribution.

macOS

Currently there is no official support for macOS, you might want to try installing through pypi using pip and/or pipx.

Features

The following features are currently implemented.

  • Firmware update
  • Passwords
    • TOTP
    • HOTP

Download

Executable binaries for Linux and Windows as well as a MSI installer for Windows can be downloaded from the releases.

Compiling for Linux and macOS

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

Dependencies

Author

Nitrokey GmbH, Jan Suhr and contributors.