gopass

Standard Unix Password Manager for Teams. Written in Go. More information: <https://www.gopass.pw>.

Install

All systems
curl cmd.cat/gopass.sh
Debian Debian
apt-get install gopass
Ubuntu
apt-get install gopass
Arch Arch Linux
pacman -S gopass
image/svg+xml Kali Linux
apt-get install gopass
Windows (WSL2)
sudo apt-get update sudo apt-get install gopass
OS X
brew install gopass

Standard Unix Password Manager for Teams. Written in Go. More information: <https://www.gopass.pw>.

  • Initialize the configuration settings:
    gopass init
  • Create a new entry:
    gopass new
  • Show all stores:
    gopass mounts
  • Mount a shared Git store:
    gopass mounts add store_name git_repo_url
  • Search interactively using a keyword:
    gopass show keyword
  • Search using a keyword:
    gopass find keyword
  • Sync all mounted stores:
    gopass sync
  • Show a particular password entry:
    gopass store_name|path/to/directory|[email protected]

© tl;dr; authors and contributors