Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

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

NordPass

  • 1
  • 2
  • 3

5.9.25 | Updated: 16 Nov 2023

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


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 17 Nov 2023.

Description

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.

tools\chocolateyBeforeModify.ps1
$serviceName = 'NordPass*'
$services = Get-Process $serviceName

if ($services) {
  $services | Stop-Process
}
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$installDir = Join-Path $(Get-ToolsLocation) "NordPass"

$packageArgs = @{
  packageName    = $env:chocolateyPackageName
  unzipLocation  = $toolsDir
  fileType       = 'exe'
  url            = 'https://downloads.npass.app/windows_x86/NordPassSetup_x86.exe'
  url64bit       = 'https://downloads.npass.app/windows/NordPassSetup.exe'

  softwareName   = 'NordPass*'

  checksum       = '2C05FA68AA7B926FB4CBB7D3F33C1EB691BC9C35128F4EC35133FA54DB0D6004B7EB7450AF97974C6AE1B1C1C515F24C218C090F6E0F9BAEEC6BCC5B180EB79F'
  checksumType   = 'sha512'
  checksum64     = 'E3EF93E194E290694443A3C13AA1C66B2A5FA369DC564FFB6C82E53EB526E556C02F8BDF2FACAE463DFB20D536BF759976CB23AF9FF4EC50003EC82888972E03'
  checksumType64 = 'sha512'

  # MSI
  silentArgs     = "/S /D=$installDir"
  validExitCodes = @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$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.

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.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

This package has no dependencies.

Discussion for the NordPass Package

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.
comments powered by Disqus