ZIP
WinGet
Electron
OpenJS Foundation · 34.3.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-v34.3.0-win32-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.Electron.34
Version
34.3.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/v34.3.0/electron-v34.3.0-win32-x64.zip
Release Notes
Release Notes for v34.3.0
Features
- Added support for roundedCorners BrowserWindow constructor option on Windows. #45739 (Also in 35)
Fixes
- Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45659 (Also in 32, 33, 35)
- Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45687 (Also in 33, 35)
- Fixed v8.setHeapSnapshotNearHeapLimit api in main and utility process, along with support for --diagnostic-dir Node.js cli flag to sp…