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. We even have our own Browser plugin.
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.15.14/gopass_1.15.14_linux_amd64.deb
sudo dpkg -i gopass_1.15.14_linux_amd64.deb
curl https://packages.gopass.pw/repos/gopass/gopass-archive-keyring.gpg | sudo tee /usr/share/keyrings/gopass-archive-keyring.gpg cat << EOF | sudo tee /etc/apt/sources.list.d/gopass.sources Types: deb URIs: https://packages.gopass.pw/repos/gopass Suites: stable Architectures: amd64 arm64 armhf Components: main Signed-By: /usr/share/keyrings/gopass-archive-keyring.gpg EOF sudo apt install gopass-archive-keyring gopass
apk add gopass
sudo pacman -S gopass
emerge -av gopass
dnf install gopass
dnf copr enable daftaupe/gopass
dnf install gopass
cd /usr/ports/security/gopass
make install
cd /usr/ports/security/gopass
make install
go install github.com/gopasspw/gopass@latest
to install gopass from source.