gopass

gopass 1.16.1

Slightly more awesome Standard Unix Password Manager for Teams. Written in Go

<rendered-html><p>gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features. Our target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface. One explicit goal for this project is to make it more approachable to non-technical users. We go by the UNIX philosophy and try to do one thing and do it well, providing a stellar user experience and a sane, simple interface.</p> </rendered-html>

https://www.gopass.pw/
MIT License
main program: gopassprograms: gopass
Platforms (30)
armv7a-linuxi686-linuxaarch64-linuxpowerpc64-linuxs390-linuxaarch64-freebsdi686-freebsdwasm64-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gopass
];
Ad-hoc shell
nix-shell -p gopass
Flake (nix run)
nix run nixpkgs#gopass