Bitwarden

Bitwarden

Powerful, fully-featured tool for accessing and managing your vault.

Category
Security
License
GPL 3
Platforms
Windows macOS Linux
Released
2018
Path
c:\bitwarden\bw.exe
Benefits
Most features that you find in other Bitwarden client applications (desktop, browser extension, etc.) are available from the CLI.
Version
Latest known: 2026.5.0 (2025-06-01)

Examples

1. Retrieve the password for the vault item named "Github"

bw.exe get password Github

2. Generate a 16-character password with uppercase, lowercase, numbers and special characters

bw.exe generate --length 16 --uppercase --lowercase --number --special

3. Lists all vault items contains "Github" in their name or fields (returns JSON output)

bw.exe list items --search Github