bitwarden-desktop

bitwarden-desktop 2026.9.0

Secure and free password manager for all of your devices

https://bitwarden.com
GNU General Public License v3.0
main program: bitwardenprograms: bitwarden
Platforms (3)
x86_64-linuxaarch64-darwinaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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