Electron v43.7.4

Released Sep 22, 2026Today
npm
npm install --save-dev electron@43.7.4
yarn
yarn add --dev electron@43.7.4
Google ChromeChromium
150.0.7871.250
Node.jsNode.js
24.21.0
V8V8
15.0.245.31

Release Notes

Fixes

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

  • Fixed a spurious "sandboxed_renderer.bundle.js script failed to run" console error when DevTools attached to a sandboxed frame before its first navigation. #54176 (Also in 42)

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

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