You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [docs](./docs) directory for developer information.
16
16
17
+
### macOS
18
+
19
+
Currently there is no official support for macOS, you might want to try installing through [pypi](https://pypi.org/project/nitrokeyapp/) using `pip` and/or `pipx`.
20
+
21
+
22
+
## Features
23
+
24
+
The following features are currently implemented.
25
+
26
+
- Firmware update
27
+
- Passwords
28
+
- TOTP
29
+
- HOTP
30
+
- Set PIN
31
+
- FIDO2
32
+
- Passwords
33
+
34
+
## Download
35
+
36
+
Executable binaries for Linux and Windows as well as a MSI installer for Windows can be downloaded from the [releases](https://github.com/Nitrokey/nitrokey-app2/releases). Flathub lists the [Nitrokey App2](https://flathub.org/apps/com.nitrokey.nitrokey-app2) to be used for an easy install within your prefered Linux distribution.
37
+
38
+
### Compiling for Linux and macOS
39
+
40
+
This project uses [Poetry](https://python-poetry.org/) as its dependency management and packaging system.
41
+
See the [documentation](https://python-poetry.org/docs/) of *Poetry* for available commands.
0 commit comments