Electron (software framework)

Electron (formerly known as Atom Shell[4]) is an open-source software framework developed and maintained by GitHub.[5] It allows for the development of desktop GUI applications using web technologies: it combines the Chromium rendering engine and the Node.js runtime.[6] Electron is the main GUI framework behind several notable open-source projects including Atom,[7] GitHub Desktop,[8] Light Table,[9] Visual Studio Code,[10] and WordPress Desktop.[11]

Electron
Original author(s)GitHub
Developer(s)OpenJS Foundation
Initial release15 July 2013 (2013-07-15)[1]
Stable release
9.2.0 / 7 August 2020 (2020-08-07)[2]
Preview release
10.0.0-beta.21 / 11 August 2020 (2020-08-11)[2]
Repository
Written inC++, JavaScript, Objective-C++, Python and Objective-C
Operating systemLinux, macOS and Windows
PlatformIA-32, x86-64, ARM
LicenseMIT License[3]
Websitewww.electronjs.org

Architecture

Electron applications are composed of multiple processes. There is the "browser" process and several "renderer" processes. The browser 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 browser 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]

Security

Because Electron applications are web applications running in the Chromium engine, they may be vulnerable to web-related attacks such as cross-site scripting attacks, through the same attack vectors as a browser (e.g. Chromium) or other internal components (Node.js) if using certain versions of Electron.[13] Examples of such vulnerabilities have been fixed in the 1.7.13, 1.8.4, and 2.0.0-beta.5 Electron releases.[14]

Criticism

Electron applications have been criticized for containing very significant overhead due to their Chromium dependency, especially when their performance is compared to that of similar native applications.[15][16]

Versions

ReleaseStatusRelease dateChromium versionNode.js versionModule versionN-API versionICU version
v11.0.xNightlyTBDTBD12.1682565.1
Current stable version: v10.0.xBeta2020-08-258512.1682565.1
Current stable version: v9.0.xCurrent2020-05-188312.1480565.1
Older version, yet still maintained: v8.3.xActive2020-02-048012.376565.1
Older version, yet still maintained: v7.3.xActive2019-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

A number of desktop applications are built with Electron including:[17]

Offshoot

Electron.NET

On October 27, 2017, the community released a port called Electron.NET for the .NET Core framework. This is an open source project that enables native Electron APIs using the C# programming language. The .NET developer remains in their usual ecosystem, rather than using JavaScript.

See also

References

  1. "electron/electron". GitHub. Retrieved 8 May 2018.
  2. "Releases - electron/electron". Retrieved 11 August 2020 via GitHub.
  3. "electron/LICENSE at master". GitHub. Retrieved 3 July 2020.
  4. Sawicki, Kevin (23 April 2015). "Atom Shell is now Electron". Atom. Retrieved 3 July 2020.
  5. "electron/electron". GitHub. Retrieved 8 May 2018.
  6. "Electron Internals: Using Node as a Library". electronjs.org. Retrieved 3 July 2020.
  7. "atom/atom". GitHub. Retrieved 8 May 2018.
  8. "GitHub Desktop". GitHub. Retrieved 16 June 2019.
  9. Horner, Gabriel (10 December 2015). "Light Table 0.8.0". lighttable.com. Retrieved 3 July 2020.
  10. James, Mike (23 November 2015). "Visual Studio Code - Now With Added Extensions". I Programmer. Retrieved 3 July 2020.
  11. "GitHub Repository". Retrieved 16 June 2019.
  12. "From native to JavaScript in Electron | Electron Blog". electronjs.org. Retrieved 26 April 2019.
  13. "Electron nodeIntegration Bypass". 10 May 2018.
  14. "Webview Vulnerability Fix". 21 March 2018.
  15. "Electron considered harmful". Drew DeVault's Blog. Retrieved 2 October 2019.
  16. Beyer, Casper. "Electron is Cancer". Commit Log. Medium. Retrieved 2 October 2019.
  17. "Apps". Electron. Retrieved 13 June 2020.
  18. Sawicki, Kevin (23 April 2015). "Atom Shell is now Electron". Electron. Retrieved 15 July 2017.
  19. "CrashPlan for Small Business version 6.7". Code42 CrashPlan Release Notes. Retrieved 25 April 2018.
  20. "Etcher on GitHub". Retrieved 7 July 2020.
  21. Haack, Phil (16 May 2017). "Announcing Git Integration for Atom and GitHub Desktop Beta". The GitHub Blog. Retrieved 15 July 2017.
  22. "Electron Helper and branding". techcommunity.microsoft.com. 20 May 2017. Retrieved 8 May 2018.
  23. "Building hybrid applications with Electron". Several People Are Coding. Retrieved 12 August 2017.
  24. "symphonyoss/SymphonyElectron". GitHub. Retrieved 27 September 2018.
  25. Bright, Peter (29 April 2015). "Microsoft's new Code editor is built on Google's Chromium". Ars Technica. Retrieved 18 November 2015.
  26. "Open Source project".
  27. "wireapp/wire-desktop". GitHub. Retrieved 8 May 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.