Bitwarden is an open source password manager
The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase.
We believe that being open source is one of the most important features of Bitwarden. Source code transparency is an absolute requirement for security solutions like Bitwarden.
Code Repositories
Server
https://github.com/bitwarden/server
Browser
https://github.com/bitwarden/clients/tree/master/apps/browser
Web
https://github.com/bitwarden/clients/tree/master/apps/web
Mobile
https://github.com/bitwarden/mobile
Desktop
https://github.com/bitwarden/clients/tree/master/apps/desktop
CLI
https://github.com/bitwarden/clients/tree/master/apps/cli
Host It Yourself
Don‘t want to use the Bitwarden cloud? You don‘t have to. With Docker you can easily host Bitwarden‘s entire infrastructure stack on the platform of your choice.
$ curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \
&& chmod +x bitwarden.sh
$ ./bitwarden.sh install
$ ./bitwarden.sh start
learn about our open beta for a simplified deploymentread complete self-hosting documentationCommunity
Join us in our Gitter chat channel to talk directly with Bitwarden developers about code contributions or swing by our community forums to ask questions or discuss product features.