proton-pass-cli
v1.9.0
Published
npm installer for the Proton Pass CLI — download and manage Proton Pass secrets from the command line
Downloads
52
Maintainers
Readme
proton-pass-cli
npm installer for the Proton Pass CLI — manage Proton Pass secrets from the command line.
Install
npm install -g proton-pass-cliOr run directly with npx:
npx proton-pass-cli --helpUsage
After installation, pass-cli is available as a command:
pass-cli --help
pass-cli login
pass-cli item listSupported Platforms
| OS | Architecture | |---------|-------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64 |
How It Works
This package downloads the official Proton Pass CLI binary during npm install (via a postinstall script). The binary is fetched directly from Proton's CDN and verified against its published SHA256 hash.
No dependencies are required — only Node.js >= 18.
Version Update
The npm package version tracks the Proton Pass CLI version. When Proton releases a new version, this package is updated to match.
Disclaimer
This is an unofficial community package. It is not created, maintained, or endorsed by Proton AG. The Proton Pass CLI binary is proprietary software owned by Proton AG and subject to Proton's terms. The MIT license in this repository covers only the wrapper/installer code, not the Proton Pass CLI binary itself.
