Electron v34.5.8

npm
npm install --save-dev electron@34.5.8
yarn
yarn add --dev electron@34.5.8
Google ChromeChromium
132.0.6834.210
Node.jsNode.js
20.19.1
V8V8
13.2.152.41

Release Notes

WARNINGElectron 34.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

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

Other Changes

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