ZIP
WinGet
Electron
OpenJS Foundation · 39.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-v39.0.0-win32-ia32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.39
Version
39.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/v39.0.0/electron-v39.0.0-win32-ia32.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes for v39.0.0
Stack Upgrades
- Chromium 142.0.7444.52
- New in 142
- New in 141
- Node 22.20.0
- Node 22.20.0 blog post
- V8 14.2
Breaking Changes
- Added colorSpace to offscreen shared texture info of webContents.on('paint') event.
- Breaking Changed the signature of OffscreenSharedTexture to provide a unified handle that holds the native handle. #47315
- Fixed a spec compliance issue with window.open where it should always create a resizable popup window but did not. #47540…