Bitwarden
- Website
- GitHub: Bitwarden Labs
- Docs
- Switch between Bitwarden accounts quickly and easily
- Share credentials across machines using chezmoi and bitwarden
- Understanding unlock vs. log in
Issues
Client
- For dmenu/rofi/wofi/tofi menu/selector see
./menu-integrations.md
Official GUI client
- Config and data storage:
~/.config/Bitwarden/
Install:
sudo pacman -S bitwarden
Official cli client
see cli-client
Browser extension
- Password Manager Browser Extensions
- Extension activation steps
- Arch packages:
- AUR: bitwarden-chromium
- Installs, but doesn't register as chrommium extension out of the box
- firefox-extension-bitwarden
- AUR: bitwarden-chromium
Install for firefox:
pamac install firefox-extension-bitwarden-bin
Git credentials helper
Client libraries
Python
- Official
Bitwarden python SDK
- Supports only management of
- Secrets
- Projects
- Run arbitrary commands
- Supports only management of
- JunkyDeveloper/bitwardentools
- Bitwarden python api client and additional tools like for migrating from Vaultier to Bitwarden
- Supports much more elements than the official SDK
- USAGE.md
- birlorg/bitwarden-cli
- Last commit 2022
- bitwarden_secrets_manager_python
- Wrapper for bw cli
- Only supports secret item management
- s6r-bitwarden-cli
- Wrapper for bw cli
- Search and get secrets, collections, organizations
- bitwarden-labs/admin-scripts
- Bash, Powershell and Python script examples
API
- Bitwarden Public API
- Vault Management API
accessible from the Bitwarden CLI using the
bw serve
command
Other tools
- bitwarden-menu
- Config at
~/.config/bwm/
- Config at
- BitwardenDecrypt
- Decrypts encrypted Bitwarden vault and export files
Backup / export
We recommend using one of the
.json
options for a more complete export, as .csv files won't currently export cards or identities, and only .json exports include stored passkeys. No export formats include items in the trash or Sends.
Organization vault
Warning: Only the organization vault associated with casita will be exported! Items in individual vaults or other organizations will not be included.
Individual vault
Warning: Exporting your individual data will not export any data owned by an organization that you belong to!