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.
- 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
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-clibw [command] [options]login— Authenticate with your Bitwarden accountlogout— End your sessionlist— List all vault itemsget <item>— Retrieve a specific itemadd— Add a new item
Configure your environment variables or use a config file as needed for authentication.
git clone https://github.com/VitexSoftware/bw-cli.git
cd bw-cli
debuild -us -ucContributions are welcome! Please open issues or submit pull requests on GitHub.
This project is licensed under the MIT License.