The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.
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 (recommended) or by installing
windows-build-tools
throughnpm
. See more at Compiling native Addon modules.
Run the app
npm install
npm run electron