| title | Quick Install |
|---|---|
| weight | 1 |
| toc | true |
Fast installation using package managers for Pass-CLI across all supported platforms.
# Using Homebrew
brew tap reyamira/homebrew-tap
brew install pass-cli# Using Scoop
scoop bucket add pass-cli https://github.com/reyamira/scoop-bucket
scoop install pass-cliPackage managers provide the easiest installation method with automatic updates.
Homebrew is the recommended installation method for macOS and Linux.
- macOS 10.15+ or Linux (any modern distribution)
- Homebrew installed (installation instructions)
# Add the Pass-CLI tap
brew tap reyamira/homebrew-tap
# Install Pass-CLI
brew install pass-cli
# Verify installation
pass-cli version# Update Homebrew
brew update
# Upgrade Pass-CLI
brew upgrade pass-cli# List available versions
brew info pass-cli
# Install specific version (if available)
brew install pass-cli@0.0.1Scoop is the recommended installation method for Windows.
- Windows 10+ or Windows Server 2019+
- PowerShell 5.1+ or PowerShell Core 7+
- Scoop installed (installation instructions)
# Add the Pass-CLI bucket
scoop bucket add pass-cli https://github.com/reyamira/scoop-bucket
# Install Pass-CLI
scoop install pass-cli
# Verify installation
pass-cli version# Update Scoop
scoop update
# Upgrade Pass-CLI
scoop update pass-cli# List available versions
scoop info pass-cli
# Install specific version
scoop install pass-cli@0.0.1