keepassxc

keepassxc 2.7.12

Offline password manager with many features

<rendered-html><p>A community fork of KeePassX, which is itself a port of KeePass Password Safe. The goal is to extend and improve KeePassX with new features and bugfixes, to provide a feature-rich, fully cross-platform and modern open-source password manager. Accessible via native cross-platform GUI, CLI, has browser integration using the KeePassXC Browser Extension (<a href="https://github.com/keepassxreboot/keepassxc-browser">https://github.com/keepassxreboot/keepassxc-browser</a>)</p> </rendered-html>

https://keepassxc.org/
GNU General Public License v2.0 or later
main program: keepassxcprograms: keepassxc, keepassxc-proxy, keepassxc-cli
Platforms (25)
powerpc-linuxmicroblaze-linuxarc-linuxloongarch64-linuxi686-linuxarmv5tel-linuxriscv32-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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