Bitwarden client applications (web, browser extension, desktop, and cli)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kyle Spearrin 456a091c05 fixes to cask-update script 8 years ago
.vscode persist and restore window state 8 years ago
jslib@e8814e8864 update jslib 8 years ago
resources build for mac app store 8 years ago
scripts fixes to cask-update script 8 years ago
src version bump 8 years ago
stores choco pack script with chocolateyinstall updates 8 years ago
.editorconfig stub out angular app with webpack 8 years ago
.gitignore fixes to cask-update script 8 years ago
.gitmodules submodule via https 8 years ago
.travis.yml npm install on mac 8 years ago
CONTRIBUTING.md license and contrib 8 years ago
LICENSE.txt license and contrib 8 years ago
README.md Update README.md 8 years ago
SECURITY.md license and contrib 8 years ago
bitwarden-desktop.sln stub out angular app with webpack 8 years ago
crowdin.yml crowdin config 8 years ago
package-lock.json update jslib 8 years ago
package.json updatesub script 8 years ago
tsconfig.json jslib as a submodule 8 years ago
tsconfig.main.json tsconfig for building main without webpack 8 years ago
tslint.json stub out angular app with webpack 8 years ago
webpack.main.js jslib as a submodule 8 years ago
webpack.renderer.js jslib as a submodule 8 years ago
yarn.lock yarn lock updates 8 years ago

README.md

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

Bitwarden Desktop Application

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

My Vault

Build/Run

Requirements

By default the extension is targeting the production API. If you are running the Core API locally, you'll need to switch the extension to target your local instance. Open jslib/src/services/api.service.ts and set this.baseUrl and this.identityBaseUrl to your local API instance (ex. http://localhost:5000).

You should also make sure that you have pulled the latest for the jslib submodule by running:

git submodule update --init --recursive

Then run the following commands:

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.