# Electron v44.0.0-beta.3 — electron v44.0.0-beta.3 - Product: Electron (https://whatsnew.fyi/product/electron) - Vendor: OpenJS Foundation - Date: 2026-08-10 - Version: v44.0.0-beta.3 - Original notes: https://github.com/electron/electron/releases/tag/v44.0.0-beta.3 - Permalink: https://whatsnew.fyi/product/electron/releases/v44.0.0-beta.3 - Labels: Pre-release; Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site - **fixed** — Fixed spellcheck not initializing on Linux when the dictionary was already cached from a previous run Note: This is a beta release. Please file new issues for any bugs you find in it. This release is published to npm under the beta tag and can be installed via `npm install electron@beta`, or `npm install electron@44.0.0-beta.3`. # Release Notes for v44.0.0-beta.3 ##### Fixes * Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. [#52724](https://github.com/electron/electron/pull/52724) (Also in [42](https://github.com/electron/electron/pull/52723), [43](https://github.com/electron/electron/pull/52725)) * Fixed spellcheck not initializing on Linux when the dictionary was already cached from a previous run. [#52716](https://github.com/electron/electron/pull/52716) ##### Other Changes * No user-facing change; semver/none. [#52731](https://github.com/electron/electron/pull/52731)