Pass (The Standard Unix Password Manager)
The standard unix password manager following the Unix philosophy with GPG and Git.
Why consider Pass (The Standard Unix Password Manager)?
Pass is the standard Unix password manager written by Jason A. Donenfeld (creator of WireGuard) in Bash. It stores each password inside a GPG-encrypted file in a clear directory tree, utilizing Git for distributed history tracking and synchronization.
Learn Pass (The Standard Unix Password Manager) by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Pass
Pass manages credentials cleanly via simple command-line invocations integrated with standard Unix GPG keys.
Quickstart
# Initialize password storepass init "your-gpg-id"pass insert email/workpass show email/workPass is licensed under the GNU General Public License v2.0 (GPL-2.0).
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.