ZIP
WinGet
Electron
OpenJS Foundation · 34.5.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
electron-v34.5.0-win32-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.34
Version
34.5.0
Description
Build cross-platform desktop apps with JavaScript, HTML, and CSS.
License
MIT
↗
Homepage
https://www.electronjs.org/
Installer URL
https://github.com/electron/electron/releases/download/v34.5.0/electron-v34.5.0-win32-arm64.zip
Release Notes
Release Notes for v34.5.0
Fixes
- Fixed an issue where context-menu event weren't emitted as expected on Windows in draggable regions. #46328 (Also in 35, 36)
- Fixed an issue where calling UtilityProcess.fork prior to the app ready event would cause a crash. #46405 (Also in 35, 36)
- Fixed memory leak in AutofillPopupView. #46411 (Also in 35, 36)
- When a menu item on macOS is disabled (enabled = false), it is now greyed out. #46340 (Also in 35, 36)
Other Changes
- Updated Node.js to v20.19.0.…