ZIP
WinGet
Electron
OpenJS Foundation · 33.0.2 · 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-v33.0.2-win32-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.33
Version
33.0.2
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/v33.0.2/electron-v33.0.2-win32-arm64.zip
Release Notes
Release Notes for v33.0.2
Fixes
- Fixed trace-startup not working on macOS. #44276 (Also in 32, 34)
- Fixed an issue where closing a window after printing on Linux triggered a crash. #44285 (Also in 31, 32, 34)
- Fixed an issue where the exit event could be emitted twice from the utilityProcess. #44266 (Also in 31, 32, 34)
- Fixed calling setAlwaysOnTop on a hidden window which is then shown with showInactive on Linux under X11. #44324 (Also in 31, 32, 34)
- Fixed race condition in which WebCont…