Bitwarden TUI written in Go for Linux. GoBW is a interative wrapper around the Bitwarden CLI. It uses the Bubbletea Framework as TUI.
- Copy Username and Password
- Basic Search Features using the Name of the entry.
- Download the Release File.
- Unpack the Archive:
tar -xzf <releasefile>.tar.gz
- CHange permissions to make the binary executable:
chmod +x gobw
- Execute the binary:
./gobw
k/j and up/down: Move selection up or down
h/l and left/right: Move to next/previous page
/: Search through list
q: Quit Program/Clear clipboard and return to list
AltEnter: Copy Username
Enter: Copy Password
This program will never write the password onto the screen or memory and will overwrite the clipboard after the 10 seconds. Be aware that the password might be still be saved in the clipboard history. It will however save the Token provided by Bitwarden CLI after logging in or unlocking the vault during runtime. Make sure to quit the program after you are done using it.
- SSO Login is not directly supported. Login using
bw login --sso
and start gobw afterwards. - Entries without a Name are not selectable. Make sure to always set a Name for a entry
This Project uses the Bubbletea Framework by Charmbracelet