Link Search Menu Expand Document

Electron

framework

Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and Linux.

Release Released Supported Latest
24 1 month and 3 weeks ago
(04 Apr 2023)
Ends in 4 months
(05 Oct 2023)
24.4.0
(25 May 2023)
23 3 months and 3 weeks ago
(07 Feb 2023)
Ends in 2 months and 1 week
(06 Aug 2023)
23.3.4
(25 May 2023)
22 6 months ago
(30 Nov 2022)
Ends in 1 month and 1 week
(07 Jul 2023)
22.3.11
(25 May 2023)
21 8 months ago
(26 Sep 2022)
Ended 1 month and 3 weeks ago
(04 Apr 2023)
21.4.4
(04 Apr 2023)
20 10 months ago
(01 Aug 2022)
Ended 3 months and 3 weeks ago
(06 Feb 2023)
20.3.12
(09 Feb 2023)
19 1 year ago
(23 May 2022)
Ended 6 months ago
(30 Nov 2022)
19.1.9
(30 Nov 2022)
18 1 year and 2 months ago
(29 Mar 2022)
Ended 8 months ago
(27 Sep 2022)
18.3.15
(27 Sep 2022)
17 1 year and 3 months ago
(01 Feb 2022)
No 17.4.11
(01 Aug 2022)
16 1 year and 6 months ago
(16 Nov 2021)
Ended 1 year ago
(24 May 2022)
16.2.8
(24 May 2022)
15 1 year and 8 months ago
(21 Sep 2021)
Ended 1 year ago
(24 May 2022)
15.5.7
(24 May 2022)
14 1 year and 9 months ago
(30 Aug 2021)
No 14.2.9
(30 Mar 2022)
13 2 years ago
(25 May 2021)
No 13.6.9
(01 Feb 2022)
12 2 years and 3 months ago
(02 Mar 2021)
No 12.2.3
(15 Nov 2021)
11 2 years and 6 months ago
(16 Nov 2020)
No 11.5.0
(31 Aug 2021)
10 2 years and 9 months ago
(24 Aug 2020)
No 10.4.7
(24 May 2021)
9 3 years ago
(19 May 2020)
No 9.4.4
(03 Mar 2021)
8 3 years ago
(03 Feb 2020)
No 8.5.5
(18 Nov 2020)
7 3 years and 7 months ago
(21 Oct 2019)
No 7.3.3
(25 Aug 2020)
6 3 years and 10 months ago
(29 Jul 2019)
No 6.1.12
(18 May 2020)
5 4 years ago
(24 Apr 2019)
No 5.0.13
(17 Dec 2019)

The latest three stable major versions are currently supported. Only the latest minor release in each major version is supported. A new major stable version is released every 8 weeks.

All supported release get fixes backported that were previously merged to main, though this may be on a case-by-case basis for some older supported releases. When an API is changed or removed in a way that breaks existing functionality, the previous functionality will be supported for a minimum of two major versions when possible before being removed.

The Chromium version of Electron is usually bumped within one or two weeks after a new stable Chromium version gets released. This estimate is not guaranteed and depends on the amount of work involved with upgrading. Only the stable channel of Chromium is used. If an important fix is in Chromium’s beta or dev channel, it is back-ported.

End-of-life

When a release branch reaches the end of its support cycle, the series will be deprecated in NPM and a final end-of-support release will be made. This release will add a warning to inform that an unsupported version of Electron is in use.

The End-of-life dates for current releases are approximated using 6 months (8x3 weeks) as the lifecycle of a release.

More information is available on the Electron website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
npm show electron version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/electron.json. See the API Documentation for more information. You can subscribe to the iCalendar feed at /calendar/electron.ics.