Electron v43.7.1

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

Release Notes

Fixes

  • Fixed a main-process crash when an app called loadURL() again right after a load failed because the renderer process exited before the page committed. #53944 (Also in 44, 45)

  • Fixed a memory leak on Windows when app.getPreferredSystemLanguages() was called. #53867 (Also in 44, 45)

  • Fixed a potential UAF in app.getPreferredSystemLanguages() on Windows. #53866 (Also in 44, 45)

  • Fixed a renderer crash when an iframe was removed right after loading with nodeIntegrationInSubFrames enabled and sandbox disabled, e.g. on pages that embed Meta Pixel. #53884 (Also in 42, 44, 45)

  • Fixed a Windows renderer crash when no default locale could be determined. #53948

  • Fixed webContents.capturePage() on offscreen windows returning an image resampled to the display's scale factor instead of rendered at the window's offscreen.deviceScaleFactor. #53818 (Also in 44, 45)