Skip to content

esiqveland/bitw

 
 

Repository files navigation

bitw

A simple BitWarden client. Requires Go 1.13 or later.

cd $(mktemp -d); go mod init tmp; go get mvdan.cc/bitw

The goal is a static and portable client which integrates well with one's system. For example, on Linux it implements the org.freedesktop.secrets D-Bus service.

Note that this tool is still a work in progress.

Quickstart

Log in and sync, providing a password when asked:

export [email protected]
bitw sync

You can then view your secrets:

bitw dump

You can also start the D-Bus service, and use it:

bitw serve
secret-tool lookup name mysecret

Non-goals

These features are not planned at the moment:

  • A graphical interface - use vault.bitwarden.com
  • Querying secrets directly - use D-Bus clients like secret-tool
  • Integration with gnome-keyring - they both implement the same D-Bus service

Further reading

Talking to BitWarden:

Integrating with the OS:

About

Minimalist BitWarden client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%