Downloads:
222,819
Downloads of v 5.9.25:
68,237
Last Update:
16 Nov 2023
Package Maintainer(s):
Software Author(s):
- Nord
Tags:
nordpass password-manager security- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
NordPass
- 1
- 2
- 3
5.9.25 | Updated: 16 Nov 2023
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
222,819
Downloads of v 5.9.25:
68,237
Maintainer(s):
Software Author(s):
- Nord
NordPass 5.9.25
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nord. The inclusion of Nord trademark(s), if any, upon this webpage is solely to identify Nord goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install NordPass, run the following command from the command line or from PowerShell:
To upgrade NordPass, run the following command from the command line or from PowerShell:
To uninstall NordPass, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nordpass --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nordpass -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nordpass -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nordpass
win_chocolatey:
name: nordpass
version: '5.9.25'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nordpass' do
action :install
source 'INTERNAL REPO URL'
version '5.9.25'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nordpass
{
Name = "nordpass"
Version = "5.9.25"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nordpass':
ensure => '5.9.25',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 17 Nov 2023.
We lock passwords. You hold the key.
With NordPass, store your passwords in the cloud, access them on desktop, mobile, or your favorite browser. All encrypted on your device, for your eyes only.
Features
- Manage your passwords effortlessly: Never reset passwords again. Access them whenever you need them, on any device.
- Generate secure passwords: Whenever you need a new password, use our secure technology with built-in randomness to generate one. You can also adjust your new strong passwords to meet the requirements of different websites.
- Store everything that matters: No more password sharing over email, messenger apps, or pieces of paper. Share passwords with the ones you trust safely and without hassle.
- Share passwords securely: NordPass uses top-of-the-field encryption to protect your vault. It’s used not only by the best password managers, but also by the US Government to protect their classified information.
$serviceName = 'NordPass*'
$services = Get-Process $serviceName
if ($services) {
$services | Stop-Process
}
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:chocolateyPackageName
softwareName = 'NordPass*'
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString -replace " /currentuser$",'')"
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$($packageArgs['packageName']) has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer that the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
Log in or click on link to see number of positives.
- nordpass.5.9.25.nupkg (6db89ac50a8e) - ## / 62
- NordPassSetup.exe (8b8c2eb138fd) - ## / 69
- NordPassSetup_x86.exe (289df46fbc04) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
NordPass 5.9.25 | 68237 | Thursday, November 16, 2023 | Approved | |
NordPass 5.9.24 | 406 | Thursday, November 9, 2023 | Approved | |
NordPass 5.9.22 | 139 | Wednesday, November 8, 2023 | Approved | |
NordPass 5.8.21 | 1318 | Monday, September 25, 2023 | Approved | |
NordPass 5.7.23 | 928 | Monday, September 4, 2023 | Approved | |
NordPass 5.6.11 | 395 | Monday, August 7, 2023 | Approved | |
NordPass 5.5.2 | 413 | Monday, July 17, 2023 | Approved | |
NordPass 5.4.13 | 504 | Monday, July 3, 2023 | Approved | |
NordPass 5.3.16 | 1011 | Thursday, June 22, 2023 | Approved | |
NordPass 5.3.15 | 290 | Friday, June 16, 2023 | Approved | |
NordPass 5.3.13 | 728 | Tuesday, June 6, 2023 | Approved | |
NordPass 5.2.12 | 4051 | Monday, May 8, 2023 | Approved | |
NordPass 5.1.12 | 484 | Thursday, April 20, 2023 | Approved | |
NordPass 5.1.10 | 231 | Tuesday, April 18, 2023 | Approved | |
NordPass 5.0.23 | 633 | Tuesday, March 14, 2023 | Approved | |
NordPass 4.38.7 | 595 | Friday, February 24, 2023 | Approved | |
NordPass 4.38.6 | 157 | Thursday, February 23, 2023 | Approved | |
NordPass 4.38.4 | 278 | Wednesday, February 22, 2023 | Approved | |
NordPass 4.37.20 | 375 | Tuesday, February 14, 2023 | Approved | |
NordPass 4.36.24 | 625 | Tuesday, January 17, 2023 | Approved | |
NordPass 4.35.19 | 482 | Thursday, December 29, 2022 | Approved | |
NordPass 4.34.43 | 371 | Tuesday, December 20, 2022 | Approved | |
NordPass 4.33.11 | 530 | Thursday, December 1, 2022 | Approved | |
NordPass 4.33.10 | 461 | Thursday, November 17, 2022 | Approved | |
NordPass 4.33.9 | 458 | Tuesday, November 8, 2022 | Approved | |
NordPass 4.33.7 | 397 | Tuesday, October 25, 2022 | Approved | |
NordPass 4.32.10 | 284 | Tuesday, October 18, 2022 | Approved | |
NordPass 4.32.8 | 248 | Wednesday, October 12, 2022 | Approved | |
NordPass 4.31.19 | 379 | Thursday, September 29, 2022 | Approved | |
NordPass 4.30.11 | 428 | Tuesday, September 13, 2022 | Approved | |
NordPass 4.29.7 | 6632 | Friday, August 26, 2022 | Approved | |
NordPass 4.29.3 | 4151 | Tuesday, August 23, 2022 | Approved | |
NordPass 4.28.7 | 5779 | Tuesday, August 9, 2022 | Approved | |
NordPass 4.27.16 | 16162 | Tuesday, July 19, 2022 | Approved | |
NordPass 4.26.22 | 11907 | Thursday, July 7, 2022 | Approved | |
NordPass 4.25.10 | 16586 | Monday, June 20, 2022 | Approved | |
NordPass 4.24.21 | 15087 | Tuesday, June 7, 2022 | Approved | |
NordPass 4.23.13 | 3963 | Thursday, June 2, 2022 | Approved | |
NordPass 4.23.12 | 14690 | Thursday, May 19, 2022 | Approved | |
NordPass 4.22.22 | 23303 | Tuesday, May 3, 2022 | Approved | |
NordPass 4.21.13 | 865 | Thursday, April 14, 2022 | Approved | |
NordPass 4.20.32 | 772 | Thursday, March 31, 2022 | Approved | |
NordPass 4.19.10 | 843 | Wednesday, March 9, 2022 | Approved | |
NordPass 4.18.13 | 699 | Thursday, March 3, 2022 | Approved | |
NordPass 4.18.11 | 838 | Thursday, February 17, 2022 | Approved | |
NordPass 4.17.32 | 511 | Friday, February 11, 2022 | Approved | |
NordPass 4.17.29 | 619 | Tuesday, February 1, 2022 | Approved | |
NordPass 4.16.22 | 1027 | Tuesday, January 4, 2022 | Approved | |
NordPass 4.15.31 | 920 | Monday, December 6, 2021 | Approved | |
NordPass 4.14.20 | 792 | Thursday, November 11, 2021 | Approved | |
NordPass 4.13.19 | 399 | Monday, November 8, 2021 | Approved | |
NordPass 4.12.23 | 555 | Tuesday, October 19, 2021 | Approved | |
NordPass 4.11.13 | 470 | Monday, October 4, 2021 | Approved | |
NordPass 4.10.24 | 471 | Wednesday, September 22, 2021 | Approved | |
NordPass 4.9.29.20210904 | 999 | Saturday, September 4, 2021 | Approved | |
NordPass 4.8.24 | 895 | Tuesday, August 17, 2021 | Approved | |
NordPass 4.8.22 | 108 | Tuesday, August 17, 2021 | Approved | |
NordPass 4.7.13 | 967 | Monday, August 2, 2021 | Approved | |
NordPass 4.6.14 | 524 | Thursday, July 15, 2021 | Approved | |
NordPass 4.5.20 | 196 | Wednesday, July 7, 2021 | Approved | |
NordPass 4.4.23 | 206 | Tuesday, June 15, 2021 | Approved | |
NordPass 4.3.9 | 184 | Wednesday, June 2, 2021 | Approved | |
NordPass 4.2.22 | 113 | Friday, May 28, 2021 | Approved | |
NordPass 4.2.21 | 106 | Friday, May 28, 2021 | Approved | |
NordPass 4.2.18 | 101 | Thursday, May 27, 2021 | Approved | |
NordPass 4.1.11 | 108 | Thursday, May 20, 2021 | Approved | |
NordPass 4.0.14 | 119 | Thursday, May 13, 2021 | Approved | |
NordPass 3.31.27 | 106 | Thursday, May 6, 2021 | Approved | |
NordPass 3.30.18 | 117 | Wednesday, April 28, 2021 | Approved | |
NordPass 3.29.11 | 109 | Tuesday, April 20, 2021 | Approved | |
NordPass 2.34.23 | 130 | Wednesday, April 14, 2021 | Approved | |
NordPass 2.33.14 | 118 | Wednesday, April 7, 2021 | Approved | |
NordPass 2.30.4 | 163 | Wednesday, March 17, 2021 | Approved | |
NordPass 2.29.4 | 142 | Tuesday, March 9, 2021 | Approved | |
NordPass 2.28.8 | 123 | Thursday, March 4, 2021 | Approved | |
NordPass 2.27.13 | 120 | Thursday, February 25, 2021 | Approved | |
NordPass 2.26.6 | 132 | Monday, February 15, 2021 | Approved | |
NordPass 2.25.11 | 96 | Tuesday, February 9, 2021 | Approved | |
NordPass 2.24.2 | 135 | Wednesday, February 3, 2021 | Approved | |
NordPass 2.23.3 | 119 | Thursday, January 28, 2021 | Approved | |
NordPass 2.22.8 | 122 | Tuesday, January 19, 2021 | Approved | |
NordPass 2.21.10 | 127 | Monday, January 11, 2021 | Approved | |
NordPass 2.20.18 | 118 | Tuesday, December 22, 2020 | Approved | |
NordPass 2.19.10 | 107 | Thursday, December 10, 2020 | Approved | |
NordPass 2.18.19 | 118 | Wednesday, December 2, 2020 | Approved | |
NordPass 2.17.8 | 118 | Tuesday, November 24, 2020 | Approved | |
NordPass 2.16.21 | 114 | Tuesday, November 17, 2020 | Approved | |
NordPass 2.15.11 | 137 | Thursday, November 5, 2020 | Approved | |
NordPass 2.15.9 | 104 | Tuesday, November 3, 2020 | Approved | |
NordPass 2.14.7 | 137 | Monday, October 26, 2020 | Approved | |
NordPass 2.13.7 | 128 | Tuesday, October 20, 2020 | Approved | |
NordPass 2.12.0 | 124 | Tuesday, October 13, 2020 | Approved | |
NordPass 2.11.0 | 124 | Tuesday, October 6, 2020 | Approved | |
NordPass 2.10.2 | 113 | Wednesday, September 30, 2020 | Approved | |
NordPass 2.10.0 | 102 | Tuesday, September 29, 2020 | Approved | |
NordPass 2.9.0 | 131 | Tuesday, September 22, 2020 | Approved | |
NordPass 2.8.0 | 102 | Tuesday, September 15, 2020 | Approved | |
NordPass 2.7.0 | 121 | Tuesday, September 8, 2020 | Approved | |
NordPass 2.6.2 | 117 | Tuesday, September 1, 2020 | Approved | |
NordPass 2.5.1 | 116 | Monday, August 31, 2020 | Approved | |
NordPass 2.3.1 | 118 | Sunday, August 2, 2020 | Approved |
Copyright © 2020 NordPass.com
This package has no dependencies.
Ground Rules:
- This discussion is only about NordPass and the NordPass package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or NordPass, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.