Windows Install¶
Using our MSI File¶
Download the Windows installer (MSI file).
Note
If you’re using Microsoft Edge, the downloaded
.msi
might be marked as “untrused” by Windows. To mark it as trusted anyway, click the three dot on the right of the warning, then “keep”, then “show more” and finally “keep anyway”.Execute the Windows installer to install Nitrokey App 2 to your system.
Start Nitrokey App 2 from your applications.
Alternatively, you can download and execute the portable Windows binary without installation.
Silent installations are possible with the parameter /qn.
msiexec.exe /qn /i nitrokey-app-v2.2.2-x64-windows-installer.msi
Using Winget¶
If you don’t have Winget installed on your system you can download and install it from here.
Open PowerShell and run this command:
winget install --id=NitrokeyGmbH.Nitrokey-App -e
You can find our package informations here.
Using Chocolatey¶
If you don’t have Chocolatey installed on your system you can find instructions here.
Open PowerShell and run this command:
choco install nitrokey-app2
You can find our package informations here.