ZIP
WinGet
Electron
OpenJS Foundation · 35.2.1 · x86
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-v35.2.1-win32-ia32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.35
Version
35.2.1
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/v35.2.1/electron-v35.2.1-win32-ia32.zip
Release Notes
Release Notes for v35.2.1
Fixes
- Fixed Minimize menu button to follow set window minimizability on Windows. #46715 (Also in 34, 36)
- Fixed a potential crash in utilityProcess.postMessage when calling with an invalid transferable. #46666 (Also in 36)
- Fixed case where file dialog filters would get mixed up, if a * filter was included. #46721 (Also in 34, 36)
- Fixed crash on reconversion with google IME and editcontext on macOS. #46700 (Also in 34, 36)
- Microtasks are no longer (incorrectly)…