v44.0.0-alpha.6
electron v44.0.0-alpha.6
View on GitHubView PackagePublished: Jul 24, 2026

Release Notes

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install [email protected].

Release Notes for v44.0.0-alpha.6

Features

  • Added select-client-certificate event support for net.request and net.fetch; requests to servers requesting a client certificate no longer fail with ERR_SSL_CLIENT_AUTH_CERT_NEEDED, and applications can now select a certificate to present. #52397

Fixes

  • Fixed dialog.showOpenDialog/dialog.showSaveDialog opening at an unusable location on Linux when defaultPath is a bare filename without a directory. #52402 (Also in 43)
  • Fixed a crash when showing Linux message boxes while another Linux UI implementation was active. #52409 (Also in 42, 43)

Other Changes

  • Updated Chromium to 152.0.7954.0. #52322