clients/apps/desktop
aj-bw 2e6cbf4be1
[bre-1650] update electron-builder and update MacOS installer UI background (#19558)
* add updated background and background2x images, remove old image

* update build instructions with background file location

* test bumping electron-builder version to resolve bug

* drop electron-builder version to earliest with the background fix, newer version had breakage

* attempt to resolve build errors due to dep changes including prebuild files to be bundled with other platform types

* fix macos universal build conflicts due electron builder bump

* simplify approach, push to ci for further testing after local tests hit some arch friction

* pulling in @abergs change from PR#18474 to fix the same issue

* add identifier name, add desktop_napi version to see if that resolve it not being found during ci build

* address changes in getTreeFromWorkspaces in electron-builder

* bump electron-builder version further up to resolve dep getTreeFromWorkspaces resolution issue

* update pack script to work around bug during intermediate signing process for mac MAS app

* updated background resources, arrow moved up slightly. assets provided by design team

* electron-builder 26.8.2's collector only bundles modules found in _dependencies (from npm list). Workspace members must be explicitly declared as dependencies to appear there — the workspaces array alone is not sufficient. Without this, desktop-napi is silently missing from the asar on all platforms.

* filter by platform and arch

* update before pack script

* revert before-pack change, update x64 arch files in EB json

* fix linting fail due to missing dep, fix matching logic
2026-03-26 08:59:46 -04:00
..
.vscode Multi root workspace tweaks (#2858) 2022-06-13 21:39:36 -05:00
config [deps] SM: Update typescript-eslint monorepo to v8 (major) (#10601) 2025-01-14 11:23:59 -05:00
desktop_native [deps] Platform: Update windows (#18084) 2026-03-23 16:39:48 -05:00
fastlane [BRE-1281] Strip bullets from changelog in fastlane (#17237) 2025-11-05 19:54:58 +00:00
macos Add generic autofill provider library [PM-29786] (#18075) 2026-01-27 13:41:07 -05:00
native-messaging-test-runner [deps]: Update module-alias to v2.3.4 (#19000) 2026-03-13 10:44:00 -04:00
resources [bre-1650] update electron-builder and update MacOS installer UI background (#19558) 2026-03-26 08:59:46 -04:00
scripts [bre-1650] update electron-builder and update MacOS installer UI background (#19558) 2026-03-26 08:59:46 -04:00
src [CL-1023][CL-1031] Design system refresh: Milestone 1 (#19061) 2026-03-25 10:55:06 -05:00
stores Bump year in copyright (#18132) 2025-12-29 09:10:34 -06:00
.gitignore [bre-1089] mac desktop publish automation using fastlane (#16091) 2025-08-28 10:53:17 -04:00
CLAUDE.md [PM-26337] Create a Claude markdown file (#16676) 2025-10-03 16:48:01 +02:00
crowdin.yml Fix Crowdin Pull workflow (#2667) 2022-05-10 10:20:32 -04:00
custom-appx-manifest.xml [BRE-1621] Fix Appx Release (#19043) 2026-02-18 06:57:29 -06:00
electron-builder.beta.json Add publisherName to Electron build process (#19591) 2026-03-17 07:44:56 -04:00
electron-builder.json [bre-1650] update electron-builder and update MacOS installer UI background (#19558) 2026-03-26 08:59:46 -04:00
installer.nsh [PM-2021] Remove startup entry on windows uninstall (#16701) 2025-10-03 17:57:47 +02:00
jest.config.js Implement and extend tsconfig.base across projects (#14554) 2025-06-02 20:38:17 +00:00
package.json [bre-1650] update electron-builder and update MacOS installer UI background (#19558) 2026-03-26 08:59:46 -04:00
postcss.config.js eslint: report unused disable directives (#13463) 2025-03-10 09:33:08 -04:00
project.json build(desktop): integrate nx (#16860) 2025-10-14 06:27:38 -04:00
README.md Remove gitter chat badges from READMEs (#19368) 2026-03-04 16:33:27 +00:00
sign.js Add signing options for DLLs and Node files (#19197) 2026-02-25 13:25:12 -05:00
tailwind.config.js [PM-29448] Consume the new send table in web (#17923) 2025-12-19 16:00:37 +01:00
test.setup.ts [PM-18599] Forbid unknown property and element in tests (#13556) 2025-02-25 14:02:19 -08:00
tsconfig.json [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00
tsconfig.main.json [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00
tsconfig.preload.json [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00
tsconfig.renderer.json [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00
tsconfig.spec.json [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00
webpack.base.js [PM-30404] Exclude .wasm.js from babel (#18555) 2026-02-06 08:42:08 +01:00
webpack.config.js [deps] Platform: Update electron-store to v11 (#16846) 2026-01-13 08:04:40 -07:00

Github Workflow build on main Crowdin

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

Documentation

Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.