Electron v35.5.1

npm
npm install --save-dev electron@35.5.1
yarn
yarn add --dev electron@35.5.1
Google ChromeChromium
134.0.6998.205
Node.jsNode.js
22.15.1
V8V8
13.4.114.21

Release Notes

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47339

  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47299 (Also in 34, 36, 37)

  • Fixed crash when pausing in loops due to missing context when desugared. #47286

Other Changes

  • Security: backported fix for CVE-2025-5419. #47354