ZIP
WinGet
Electron
OpenJS Foundation · 42.1.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-v42.1.0-win32-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.42
Version
42.1.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/v42.1.0/electron-v42.1.0-win32-x64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes for v42.1.0
Fixes
- Fixed a crash in the macOS Touch ID WebAuthn prompt caused by a missing string resource, and added touchID.promptReason to app.configureWebAuthn() to customize the prompt text. #51594 ^{(Also in 41, 43)}
- TBA. #51605 ^{(Also in 43)}
Other Changes
- Improved performance of webRequest header conversions and several other gin converter hot paths. #51607 ^{(Also in 43)}
- Improved performance of native event emission, IPC dispatch, and option-dictionary parsing. #5…