8b5f8e9576
* New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Estonian) * New translations messages.json (French) * New translations messages.json (German) * New translations messages.json (Italian) * New translations messages.json (Romanian) * New translations messages.json (Russian) * New translations messages.json (Spanish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Swedish) |
||
---|---|---|
.vscode | ||
jslib@e8814e8864 | ||
resources | ||
scripts | ||
src | ||
stores | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
bitwarden-desktop.sln | ||
CONTRIBUTING.md | ||
crowdin.yml | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
SECURITY.md | ||
tsconfig.json | ||
tsconfig.main.json | ||
tslint.json | ||
webpack.main.js | ||
webpack.renderer.js | ||
yarn.lock |
Bitwarden Desktop Application
The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.
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.