Every other app will work with the basics of gopass, too. Just jump in with your existing setup!
We initialize a git repository in your store by default. Additionally we automatically pull and push if you write to the store.
Out of the box we support not only the common default store, but you can add as many other stores, so-called mounts, as you like.
We prompt you to verify the recipients you're about to encrypt for by default, so you can be sure to always target the right people.
Because we're compatible with pass there are other projects out there that you can use to complement gopass on other platforms.
With gopass you can store more than just simple passwords.
You are able to store any kind of data as binary to the password store.
Coming soon!
wget https://github.com/gopasspw/gopass/releases/download/v1.8.6/gopass-1.8.6-linux-amd64.deb
sudo dpkg -i gopass-1.8.6-linux-amd64.deb
sudo pacman -S gopass
layman -a go-overlay
emerge -av gopass
dnf copr enable daftaupe/gopass
dnf install gopass
go get github.com/gopasspw/gopass
to install gopass from source.