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