1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
2021-01-04 20:52:13 +00:00
.az-pipelines testing publishing and moving to agent tools directory 2021-01-04 20:52:13 +00:00
.github fix set-env refs 2020-11-03 13:29:00 -05:00
.vscode
jslib@63fe38b3f4 Update jslib 2020-12-11 15:48:55 +01:00
resources Update manifest generation to work with the electron embeeded proxy 2020-11-25 14:29:53 +01:00
scripts change snap push to upload 2020-11-14 23:06:05 -05:00
src trying the kv straight up 2020-12-30 21:51:05 +00:00
stores
.editorconfig
.gitignore
.gitmodules
.nvmrc
.travis.yml
appveyor.yml
CONTRIBUTING.md fix typo 2020-11-10 17:44:04 +10:00
crowdin.yml
gulpfile.js
ISSUE_TEMPLATE.md
LICENSE.txt
package-lock.json Hide dock icon, handle errors occurring on mac 2020-11-25 10:52:01 +01:00
package.json debugging configuration object to see what I've got to work with 2020-12-30 22:06:48 +00:00
README.md
SECURITY.md
sign.js Install and use latest AST (this will probably break when it is updated because Google won't tell me how to make a clean build of a .NET project) 2020-12-31 22:09:00 +00:00
tsconfig.json Initial PoC for browser <-> desktop communication 2020-10-05 15:27:52 +02:00
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.