BitWarden commandline tool repack for Debian
Find a file
2026-03-02 11:56:33 +01:00
debian ci: sync debian/Jenkinsfile.release from reference 2026-03-02 11:56:33 +01:00
.gitignore Initial release of bw-cli Debian package with complete packaging files and documentation. 2025-05-23 00:38:13 +02:00
LICENSE Initial commit 2025-05-23 00:13:19 +02:00
README.md Add description of package contents to README 2025-05-23 00:53:14 +02:00

bw-cli debian package

Package built contains repacked https://bitwarden.com/download/?app=cli&platform=linux binary, man page and zsh completion.

bw is a command-line interface tool for interacting with Bitwarden, a secure password manager.

Features

  • Securely access and manage your Bitwarden vault from the terminal
  • Add, edit, and delete items
  • Search and view vault entries
  • Supports login, logout, and session management

Installation

sudo apt install lsb-release wget apt-transport-https bzip2

wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update

sudo apt install bw-cli

Usage

bw [command] [options]

Common Commands

  • login — Authenticate with your Bitwarden account
  • logout — End your session
  • list — List all vault items
  • get <item> — Retrieve a specific item
  • add — Add a new item

Configuration

Configure your environment variables or use a config file as needed for authentication.

Building

git clone https://github.com/VitexSoftware/bw-cli.git
cd bw-cli
debuild -us -uc

Contributing

Contributions are welcome! Please open issues or submit pull requests on GitHub.

License

This project is licensed under the MIT License.