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.
GitHub Code Repositories
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.
Linux / MacOS
$ curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \
&& chmod +x bitwarden.sh
$ ./bitwarden.sh install
$ ./bitwarden.sh start
Windows
> Invoke-RestMethod -OutFile bitwarden.ps1 `
-Uri https://go.btwrdn.co/bw-ps
> .\bitwarden.ps1 -install
> .\bitwarden.ps1 -start
Community
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.
Additional Resources