Bitwarden client apps (web, browser extension, desktop, and cli). bitwarden.com
Go to file
2020-10-12 21:26:26 +02:00
.github
.vscode
jslib@f30d6f8027
proxy Split native messaging into renderer and background service. Encrypt messages and verify timestamp 2020-10-12 21:18:28 +02:00
resources
scripts
src Fix firefox manifest, use correct application executable. 2020-10-12 21:26:26 +02:00
stores
.editorconfig
.gitignore
.gitmodules
.nvmrc
.travis.yml
appveyor.yml
CONTRIBUTING.md
crowdin.yml
gulpfile.js
ISSUE_TEMPLATE.md
LICENSE.txt
package-lock.json
package.json Add extraResources to linux and mac 2020-10-05 20:58:58 +02:00
README.md
SECURITY.md
tsconfig.json
tslint.json
webfonts.list
webpack.main.js
webpack.renderer.js

appveyor build travis build Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Desktop Application

Platforms

The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.

Desktop Vault

Build/Run

Requirements

  • Node.js
  • Windows users: To compile the native node modules used in the app you will need the Visual C++ toolset, available through the standard Visual Studio installer. You will also need to install the Microsoft Build Tools 2015 and Windows 10 SDK 17134 as additional dependencies in the Visual Studio installer.

Run the app

npm install
npm run electron

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.