Electron (software framework)

Electron (formerly known as Atom Shell[5]) is a free and open-source software framework developed and maintained by GitHub.[6] It allows for the development of desktop GUI applications using web technologies: it combines the Chromium rendering engine and the Node.js runtime.[7]

Electron
Original author(s)GitHub
Developer(s)OpenJS Foundation
Initial release15 July 2013 (2013-07-15)[1]
Stable release
18.0.2[2]  / 6 April 2022 (6 April 2022)
Preview release
17.0.0-beta.8[3]  / 27 January 2022 (27 January 2022)
Repository
Written inC++, JavaScript, Objective-C++, Python and Objective-C
Operating systemLinux, macOS and Windows
PlatformIA-32, x86-64, ARM
LicenseMIT License[4]
Websitewww.electronjs.org

It was originally built for Atom.[5] Electron is the main GUI framework behind several open-source projects including Atom, GitHub Desktop, Light Table,[8] Visual Studio Code, Evernote,[9] WordPress Desktop,[10] and Eclipse Theia.[11]

Architecture

Electron applications comprise multiple processes. There is the "main" process and several "renderer" processes. The main process runs the application logic, and can then launch multiple renderer processes, rendering the windows that appear on a user's screen rendering HTML and CSS.

Both the main and renderer processes can run with Node.js integration if enabled.

Most of Electron's APIs are written in C++ or Objective-C and then exposed directly to the application code through JavaScript bindings.[12]

History

In September of 2021, Electron moved to an 8 week release cycle between major versions to match the release cycle of Chromium Extended Stable and to comply with a new requirement from the Microsoft Store that requires browser-based apps to be within 2 major versions of the latest release of the browser engine.[13]

Electron actively supports the latest three stable major versions.[14] From September 2021 to May 2022, four major versions were temporarily supported due to the change in release cycles.

Version history
ReleaseStatusRelease dateChromium versionNode.js versionModule versionN-API versionICU version
Latest preview version of a future release: v19.x.yAlpha ?10216.14 ? ? ?
Current stable version: v18.x.yCurrent2022-03-29[15]10016.13 ? ? ?
Older version, yet still maintained: v17.x.yActive2022-1-31[16]9816.13101 ? ?
Older version, yet still maintained: v16.x.yActive2021-11-15[17]9616.999 ? ?
Older version, yet still maintained: v15.x.yActive2021-09-219416.598 ? ?
Old version, no longer maintained: v14.x.yEnd-of-Life2021-08-309214.1789869.1
Old version, no longer maintained: v13.x.yEnd-of-Life2021-05-259114.1689768.1
Old version, no longer maintained: v12.0.xEnd-of-Life2021-03-028914.1687768.1
Old version, no longer maintained: v11.4.xEnd-of-Life2020-11-168712.1885565.1
Old version, no longer maintained: v10.4.xEnd-of-Life2020-08-258512.1682565.1
Old version, no longer maintained: v9.4.xEnd-of-Life2020-05-188312.1480565.1
Old version, no longer maintained: v8.3.xEnd-of-Life2020-02-048012.1376565.1
Old version, no longer maintained: v7.3.xEnd-of-Life2019-10-227812.875464.2
Old version, no longer maintained: v6.1.xEnd-of-Life2019-07-297612.473464.2
Old version, no longer maintained: v5.1.xEnd-of-Life2019-04-247312.070463.1
Old version, no longer maintained: v4.2.xEnd-of-Life2018-12-206910.1169362.2
Old version, no longer maintained: v3.1.xEnd-of-Life2018-09-186610.2643 ?
Old version, no longer maintained: v2.0.xEnd-of-Life2018-05-01618.957 ? ?
Old version, no longer maintained: v1.8.xEnd-of-Life2017-12-12598.257 ? ?

Software using Electron

Desktop applications built with Electron include Atom,[18] balenaEtcher,[19] Eclipse Theia,[11] Microsoft Teams,[20] Slack[21] and Visual Studio Code.[22][23]

See also

References

  1. "electron/electron". GitHub. Retrieved 8 May 2018.
  2. "electron v18.0.2". 6 April 2022. Retrieved 7 April 2022.
  3. https://github.com/electron/electron/releases/tag/v17.0.0-beta.8.
  4. "electron/LICENSE at master". GitHub. Retrieved 3 July 2020.
  5. Sawicki, Kevin (23 April 2015). "Atom Shell is now Electron". Electron. Archived from the original on 9 November 2017. Retrieved 6 January 2022.
  6. "electron/electron". GitHub. Retrieved 8 May 2018.
  7. "Electron Internals: Using Node as a Library". electronjs.org. 8 August 2016. Retrieved 3 July 2020.
  8. Horner, Gabriel (10 December 2015). "Light Table 0.8.0". lighttable.com. Retrieved 3 July 2020.
  9. Small, Ian (7 October 2020). "Introducing the New Evernote for Windows and Mac". I Programmer. Retrieved 3 November 2020.
  10. "GitHub Repository". GitHub. Retrieved 16 June 2019.
  11. "Theia - Cloud and Desktop IDE Platform". theia-ide.org. Retrieved 31 December 2021.
  12. "From native to JavaScript in Electron | Electron Blog". electronjs.org. 19 March 2019. Retrieved 26 April 2019.
  13. "New Electron Release Cadence | Electron". electronjs.org. 14 July 2021.
  14. "Electron Support | Electron". electronjs.org.
  15. "Release electron v18.0.0 · electron/electron". GitHub.
  16. "Release electron v17.0.0 · electron/electron". GitHub.
  17. "Release electron v16.0.0 · electron/electron". GitHub.
  18. Sawicki, Kevin (23 April 2015). "Atom Shell is now Electron". Electron. Archived from the original on 16 October 2019. Retrieved 15 July 2017.
  19. "Etcher on GitHub". GitHub. Retrieved 7 July 2020.
  20. msdmaguire. "How Microsoft Teams uses memory - Microsoft Teams". docs.microsoft.com. Retrieved 12 November 2021.
  21. "Building hybrid applications with Electron". Several People Are Coding. 25 October 2016. Retrieved 12 August 2017.
  22. Bright, Peter (29 April 2015). "Microsoft's new Code editor is built on Google's Chromium". Ars Technica. Retrieved 18 November 2015.
  23. "Open Source project". GitHub. 29 March 2022.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.