ZIP
WinGet
Electron
OpenJS Foundation · 35.2.0 · x64
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.0-win32-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.35
Version
35.2.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/v35.2.0/electron-v35.2.0-win32-x64.zip
Release Notes
Release Notes for v35.2.0
Features
- Added nativeTheme.shouldUseDarkColorsForSystemIntegratedUI to distinguish system and app theme. #46599 (Also in 36)
Fixes
- Fixed ElectronAccessibilityUI bug. #46591 (Also in 33, 34, 36)
- Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46581 (Also in 34, 36)
- Fixed an error when calling window.emit('close') after toggling fullscreen mode. #46620 (Also in 36)
- Fixed an inverted conditional in the above PR t…