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.
 
 
 
 
 
Daniel James Smith 84be42595b Modified build badge to use Github workflow 5 years ago
.github/workflows fixing the weird source 5 years ago
jslib@5c734747a9 Update jslib (#1748) 5 years ago
src Use azure direct upload for send and attachments (#1744) 5 years ago
store New translations copy.resx (Chinese Traditional) 5 years ago
.editorconfig https link to EditorConfig.org (#1385) 5 years ago
.gitignore ignore dist-safari 5 years ago
.gitmodules convert to jslib submodule 8 years ago
CONTRIBUTING.md expand contributing guide 5 years ago
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 6 years ago
LICENSE.txt
README.md Modified build badge to use Github workflow 5 years ago
SECURITY.md Uppercase Bitwarden 8 years ago
crowdin.yml map en-IN 5 years ago
gulpfile.js Removed Appveyor from BuildNumberGenerator 5 years ago
karma.conf.js exclude lowdb 8 years ago
package-lock.json patched date & time inputs on safari 5 years ago
package.json implemented date & time fallbacks for safari and FF 5 years ago
tsconfig.json Initial work of biometric unlock for browser 5 years ago
tslint.json Linter updates and fixes (#1604) 5 years ago
webfonts.list Added google web fonts. 9 years ago
webpack.config.js Add support for WebAuthn to browser extension (#1379) 5 years ago

README.md

Github Workflow build on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

Build/Run

Requirements

  • Node.js v8.11 or greater
  • Gulp (npm install --global gulp-cli)
  • Chrome (preferred), Opera, or Firefox browser

Run the app

npm install
npm run build:watch

You can now load the extension into your browser through the browser's extension tools page:

  • Chrome/Opera:
    1. Type chrome://extensions in your address bar to bring up the extensions page.
    2. Enable developer mode (toggle switch)
    3. Click the "Load unpacked extension" button, navigate to the build folder of your local extension instance, and click "Ok".
  • Firefox
    1. Type about:debugging in your address bar to bring up the add-ons page.
    2. Click the Load Temporary Add-on button, navigate to the build/manifest.json file, and "Open".

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.