All Projects → bitwarden → Desktop

bitwarden / Desktop

Licence: gpl-3.0
The desktop vault (Windows, macOS, & Linux).

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
powershell
5483 projects

Projects that are alternatives of or similar to Desktop

bitw
Minimalist BitWarden client
Stars: ✭ 110 (-96.59%)
Mutual labels:  bitwarden
Rubywarden
An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
Stars: ✭ 587 (-81.79%)
Mutual labels:  bitwarden
Bitwarden Rofi
Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi
Stars: ✭ 157 (-95.13%)
Mutual labels:  bitwarden
docs
Bitwarden application and API documentation.
Stars: ✭ 66 (-97.95%)
Mutual labels:  bitwarden
Portwarden
Create Encrypted Backups of Your Bitwarden Vault with Attachments
Stars: ✭ 274 (-91.5%)
Mutual labels:  bitwarden
Bitwarden rs
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
Stars: ✭ 12,536 (+288.83%)
Mutual labels:  bitwarden
ansible-modules-bitwarden
Bitwarden integrations for Ansible
Stars: ✭ 92 (-97.15%)
Mutual labels:  bitwarden
Mobile
The mobile app vault (iOS and Android).
Stars: ✭ 3,149 (-2.33%)
Mutual labels:  bitwarden
Chezmoi
Manage your dotfiles across multiple diverse machines, securely.
Stars: ✭ 5,590 (+73.39%)
Mutual labels:  bitwarden
Web
The website vault (vault.bitwarden.com).
Stars: ✭ 2,169 (-32.72%)
Mutual labels:  bitwarden
brand
Logos, icons, screenshots, and other media related to the Bitwarden brand.
Stars: ✭ 60 (-98.14%)
Mutual labels:  bitwarden
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (-97.83%)
Mutual labels:  bitwarden
Server Setup
Home Server Setup
Stars: ✭ 59 (-98.17%)
Mutual labels:  bitwarden
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (-96.25%)
Mutual labels:  bitwarden
Bitwarden Go
A Bitwarden-compatible server written in Golang
Stars: ✭ 202 (-93.73%)
Mutual labels:  bitwarden
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (-98.39%)
Mutual labels:  bitwarden
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+172.86%)
Mutual labels:  bitwarden
Bitbetter
Modify bit warden to provide my own licensing for self hosting
Stars: ✭ 220 (-93.18%)
Mutual labels:  bitwarden
Bitwarden Serverless
Implementation of the Bitwarden API using an AWS serverless stack
Stars: ✭ 217 (-93.27%)
Mutual labels:  bitwarden
Website
The bitwarden.com product website.
Stars: ✭ 110 (-96.59%)
Mutual labels:  bitwarden

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 v16.13.1 (LTS) or greater
  • NPM v8
  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].