Quick Install

Quick Install

Fast installation using package managers for Pass-CLI across all supported platforms.

Version Last Updated

Quick Install

macOS / Linux

# Using Homebrew
brew tap arimxyer/homebrew-tap
brew install pass-cli

Windows

# Using Scoop
scoop bucket add pass-cli https://github.com/arimxyer/scoop-bucket
scoop install pass-cli

Package 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

Installation Steps

# Add the Pass-CLI tap
brew tap arimxyer/homebrew-tap

# Install Pass-CLI
brew install pass-cli

# Verify installation
pass-cli version

Update

# Update Homebrew
brew update

# Upgrade Pass-CLI
brew upgrade pass-cli

Install Specific Version

# List available versions
brew info pass-cli

# Install specific version (if available)
brew install pass-cli@0.0.1

Scoop (Windows)

Scoop is the recommended installation method for Windows.

Prerequisites

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 version

Update

# Update Scoop
scoop update

# Upgrade Pass-CLI
scoop update pass-cli

Install Specific Version

# List available versions
scoop info pass-cli

# Install specific version
scoop install pass-cli@0.0.1