ZIP
WinGet
Electron
OpenJS Foundation · 40.0.0 · 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-v40.0.0-win32-ia32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.40
Version
40.0.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/v40.0.0/electron-v40.0.0-win32-ia32.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes for v40.0.0
Stack Upgrades
- Chromium 144.0.7559.60
- New in 144
- New in 143
- Node v24.11.1
- Node 24.11.1 blog post
- V8 14.4
Breaking Changes
- Deprecated clipboard API access from renderer processes #48923
- Fixed an error on debug symbol upload by moving dsym.zip to use tar.xz compression. #48952
Features
Additions
- Added "memory-eviction" as a possible reason for a child process to exit. #48362
- Added RGBAF16 output format with scRGB HDR color space support to Offscr…