Electron v45.0.0-alpha.10

Latest Pre Release
Released Sep 21, 2026Yesterday
npm
npm install --save-dev electron@45.0.0-alpha.10
yarn
yarn add --dev electron@45.0.0-alpha.10
Google ChromeChromium
155.0.8046.0
Node.jsNode.js
24.21.0
V8V8
15.5.18

Release Notes

Breaking Changes

  • Reduced sandboxed renderer startup work for preload scripts that do not use Buffer. #54048

    • Removed the events, timers and url modules and the Buffer, setImmediate and clearImmediate globals from sandboxed preload scripts; use a polyfill.

    • Made sandboxed renderers without a preload script start faster.

    • Made sandboxed preload scripts start faster; Electron no longer evaluates a JavaScript bundle of its own in sandboxed renderers unless webviewTag is enabled.

Fixes

  • Fixed a crash when calling setIgnoreMenuShortcuts() on DevTools. #54115 (Also in 43, 44)

  • Fixed alignment of the text label and popup menu in the macOS save dialog. #54144 (Also in 44)

  • Fixed an "Invalid guestInstanceId" error when removing a loaded <webview> from the DOM. #54096 (Also in 42, 43, 44)

  • Fixed GPU shaders compiled by Skia not being cached between launches. #54156 (Also in 44)

  • Fixed ready-to-show never firing for some hidden windows on Windows and Linux. #54110 (Also in 43, 44)

  • Fixed the tray context menu not working for snap-confined apps because AppArmor blocked the /org/chromium/DbusMenu path. #54102 (Also in 44)