1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-19 07:50:08 +01:00
L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Oscar Hinton 20561fff87
Add support for helpers in environment service (#1002)
* Add support for helpers in environment service

* Add environment service to register component

* Bump jslib
2021-07-23 17:15:32 -04:00
.github fixing the delayed release logic (#987) 2021-07-09 07:31:34 -07:00
.vscode
jslib@e1ce721364 Add support for helpers in environment service (#1002) 2021-07-23 17:15:32 -04:00
patches
resources Write native messaging manifests for Chromium (#862) 2021-04-29 16:12:57 +02:00
scripts
src Add support for helpers in environment service (#1002) 2021-07-23 17:15:32 -04:00
stores new screenshots 2021-06-02 13:54:46 -04:00
.editorconfig
.gitignore
.gitmodules
.nvmrc Update .nvmrc from 10.13.0 to 14.17.0 2021-05-18 18:30:24 +02:00
CONTRIBUTING.md
crowdin.yml
gulpfile.js Bump dependencies (#848) 2021-04-23 10:45:30 +02:00
ISSUE_TEMPLATE.md
LICENSE.txt
package-lock.json Add jslib as a "real" dependency (#941) 2021-06-07 19:26:36 +02:00
package.json Default to development environment settings 2021-06-10 15:37:39 -04:00
README.md Bump NPM to v7 (#922) 2021-05-26 22:44:48 +02:00
SECURITY.md
sign.js
tsconfig.json Add jslib as a "real" dependency (#941) 2021-06-07 19:26:36 +02:00
tsconfig.renderer.json Fix VS code ts language server no longer working after #866 (#872) 2021-05-06 16:45:27 +02:00
tslint.json
webfonts.list
webpack.main.js Default to development environment settings 2021-06-10 15:37:39 -04:00
webpack.renderer.js Cleanup tsconfig (#866) 2021-05-05 09:47:35 +02:00

Github Workflow build on master 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 v14.17 or greater
  • NPM v7
  • 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

Debug Native Messaging

Native Messaging (communication with the browser extension) works by having the browser start a lightweight proxy application baked into our desktop binary. To setup an environment which allows for easy debugging you will need to build the application for distribution, i.e. npm run dist:<platform>, start the dist version and enable desktop integration. This will write some manifests to disk, Consult the native manifests documentation for more details of the manifest format, and the exact locations for the different platforms. Note that disabling the desktop integration will delete the manifests, and the files will need to be updated again.

The generated manifests are pre-configured with the production ID for the browser extensions. In order to use them with the development builds, the browser extension ID of the development build needs to be added to the allowed_extensions section of the manifest. These IDs are generated by the browser, and can be found in the extension settings within the browser.

It will then be possible to run the desktop application as usual using npm run electron and communicate with the browser.

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.