Original author(s) | GitHub |
---|---|
Developer(s) | OpenJS Foundation |
Initial release | 15 July 2013 [1] |
Stable release | |
Preview release | 34.0.0-alpha.1 [3] / October 15, 2024 |
Repository | |
Written in | C++, JavaScript, Objective-C++ and Objective-C |
Operating system | Linux, macOS, and Windows |
Platform | IA-32, x86-64, ARM |
License | MIT License [4] |
Website | www |
Electron (formerly known as Atom Shell [5] ) is a free and open-source software framework developed and maintained by OpenJS Foundation. [6] The framework is designed to create desktop applications using web technologies (mainly HTML, CSS and JavaScript, although other technologies such as front-end frameworks and WebAssembly are possible) that are rendered using a version of the Chromium browser engine and a back end using the Node.js runtime environment. [7] It also uses various APIs to enable functionality such as native integration with Node.js services and an inter-process communication module.
Electron was originally built for Atom [5] and is the main GUI framework behind several other open-source projects including GitHub Desktop, Light Table, [8] Visual Studio Code, WordPress Desktop, [9] and Eclipse Theia. [10]
Electron applications include a "main" process and several "renderer" processes. The main process runs the logic for the application (e.g., menus, shell commands, lifecycle events), and can then launch multiple renderer processes by instantiating an instance of the BrowserWindow
class, which loads a window that appears on the screen by rendering HTML and CSS.[ citation needed ]
Both the main and renderer processes can run with Node.js integration if the nodeIntegration
field in the main process is set to true
.[ citation needed ]
Most of Electron's APIs are written in C++ or Objective-C and are exposed directly to the application code through JavaScript bindings. [11]
In September 2021, Electron moved to an eight-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 two major versions of the latest release of the browser engine. [12]
Electron frequently releases new major versions along every other Chromium release. The latest three stable versions are supported by the Electron team. [13]
Release | Status | Release date | End of life date | Chromium version | Node.js version | Module version | N-API version | ICU version |
---|---|---|---|---|---|---|---|---|
v33.x.y | [14] | Current15 October 2024 | 29 April 2025 | 130 | 20.18 | ? | ? | ? |
v32.x.y | Active | 20 August 2024 | 4 March 2025 | 128 | 20.16 | ? | ? | ? |
v31.x.y | Active | 11 June 2024 | 7 January 2025 | 126 | 20.14 | ? | ? | ? |
v30.x.y | End-of-life | 16 April 2024 | 15 October 2024 | 124 | 20.11 | ? | ? | ? |
v29.x.y | End-of-Life | 20 February 2024 | 20 August 2024 | 122 | 20.9 | ? | ? | ? |
v28.x.y | End-of-Life | 5 December 2023 [15] | 11 June 2024 | 120 | 18.18 | ? | ? | ? |
v27.x.y | End-of-Life | 10 October 2023 [16] | 16 April 2024 | 118 | 18.17 | ? | ? | ? |
v26.x.y | End-of-Life | 15 August 2023 [17] | 20 February 2024 | 116 | 18.16 | ? | ? | ? |
v25.x.y | End-of-Life | 30 May 2023 [18] | 5 December 2023 | 114 | 18.15 | ? | ? | ? |
v24.x.y | End-of-Life | 4 April 2023 [19] | 10 October 2023 | 112 | 18.14 | ? | ? | ? |
v23.x.y | End-of-Life | 30 November 2022 [20] | 15 August 2023 | 110 | 18.12 | ? | ? | ? |
v22.x.y | End-of-Life | 30 November 2022 [21] | 10 October 2023 | 108 | 16.17 | ? | ? | ? |
v21.x.y | End-of-Life | 26 September 2022 [22] | 4 April 2023 | 106 | 16.16 | ? | ? | ? |
v20.x.y | End-of-Life | 2 August 2022 [23] | 7 February 2023 | 104 | 16.15 | ? | ? | ? |
v19.x.y | End-of-Life | 24 May 2022 [24] | 29 November 2022 [21] | 102 | 16.14 | 106 | ? | ? |
v18.x.y | End-of-Life | 29 March 2022 [25] | 26 September 2022 [22] | 100 | 16.13 | 103 | ? | ? |
v17.x.y | End-of-Life | 1 February 2022 [26] | 2 August 2022 | 98 | 16.13 | 101 | ? | ? |
v16.x.y | End-of-Life | 15 November 2021 [27] | 24 May 2022 [24] | 96 | 16.9 | 99 | ? | ? |
v15.x.y | End-of-Life | 21 September 2021 | 24 May 2022 [24] | 94 | 16.5 | 98 | ? | ? |
v14.x.y | End-of-Life | 30 August 2021 | 29 March 2022 [25] | 92 | 14.17 | 89 | 8 | 69.1 |
v13.x.y | End-of-Life | 25 May 2021 | 31 January 2022 [26] | 91 | 14.16 | 89 | 7 | 68.1 |
v12.0.x | End-of-Life | 2 March 2021 | 15 November 2021 [27] | 89 | 14.16 | 87 | 7 | 68.1 |
v11.4.x | End-of-Life | 16 November 2020 | 30 August 2021 | 87 | 12.18 | 85 | 5 | 65.1 |
v10.4.x | End-of-Life | 25 August 2020 | 25 May 2021 | 85 | 12.16 | 82 | 5 | 65.1 |
v9.4.x | End-of-Life | 18 May 2020 | 2 March 2021 | 83 | 12.14 | 80 | 5 | 65.1 |
v8.3.x | End-of-Life | 4 February 2020 | 16 November 2020 | 80 | 12.13 | 76 | 5 | 65.1 |
v7.3.x | End-of-Life | 22 October 2019 | 25 August 2020 | 78 | 12.8 | 75 | 4 | 64.2 |
v6.1.x | End-of-Life | 29 July 2019 | 18 May 2020 | 76 | 12.4 | 73 | 4 | 64.2 |
v5.1.x | End-of-Life | 24 April 2019 | 4 February 2020 | 73 | 12.0 | 70 | 4 | 63.1 |
v4.2.x | End-of-Life | 20 December 2018 | 22 October 2019 | 69 | 10.11 | 69 | 3 | 62.2 |
v3.1.x | End-of-Life | 18 September 2018 | 29 July 2019 | 66 | 10.2 | 64 | 3 | ? |
v2.0.x | End-of-Life | 1 May 2018 | 24 April 2019 | 61 | 8.9 | 57 | ? | ? |
v1.8.x | End-of-Life | 12 December 2017 | 20 December 2018 | 59 | 8.2 | 57 | ? | ? |
Desktop applications built with Electron include Atom, [28] balenaEtcher, [29] Eclipse Theia, [10] Microsoft Teams before 2.0, [30] [31] Slack, [32] and Visual Studio Code. [33] [34] The Brave browser was based on Electron before it was rewritten to use Chromium directly. [35]
The most common criticism of Electron is that it necessitates software bloat when used for simple programs. [36] As a result, Michael Larabel has referred to the framework as "notorious among most Linux desktop users for being resource heavy, not integrating well with most desktops, and generally being despised." [37] Researchers have shown that Electron's large feature set can be hijacked by bad actors with write access to the source JavaScript files. This requires root access on *nix systems and is not considered to be a vulnerability by the Electron developers. [38] Those who are concerned that Electron is not always based on the newest version of Chromium have recommended progressive web applications as an alternative. [39]
A browser engine is a core software component of every major web browser. The primary job of a browser engine is to transform HTML documents and other resources of a web page into an interactive visual representation on a user's device.
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript.
V8 is a JavaScript and WebAssembly engine developed by Google for its Chrome browser. V8 is free and open-source software that is part of the Chromium project and also used separately in non-browser contexts, notably the Node.js runtime system.
Chromium is a free and open-source web browser project, primarily developed and maintained by Google. It is a widely-used codebase, providing the vast majority of code for Google Chrome and many other browsers, including Microsoft Edge, Samsung Internet, and Opera. The code is also used by several app frameworks.
Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser.
Chakra was a free and open-source JavaScript engine developed by Microsoft for its Microsoft Edge Legacy web browser. It is a fork of the same-named JScript engine used in Internet Explorer. Like the EdgeHTML browser engine, the declared intention was that it would reflect the "Living Web". The core components of Chakra were open-sourced as ChakraCore. In 2021, Microsoft terminated support for the engine, citing its transition to a Chromium based engine for Edge. Support has been transferred to the community, where it remains inactive.
Opa is a programming language for developing scalable web applications. It is free and open-source software released under a GNU Affero General Public License (AGPLv3), and an MIT License.
Dart is a programming language designed by Lars Bak and Kasper Lund and developed by Google. It can be used to develop web and mobile apps as well as server and desktop applications.
The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application. This enables developers to add web browsing functionality to their application, as well as the ability to use HTML, CSS, and JavaScript to create the application's user interface.
Brackets is a source code editor with a primary focus on web development. Created by Adobe Inc., it is free and open-source software licensed under the MIT License, and is currently maintained on GitHub by open-source developers. It is written in JavaScript, HTML and CSS. Brackets is cross-platform, available for macOS, Windows, and most Linux distributions. The main purpose of Brackets is its live HTML, CSS and JavaScript editing functionality.
Ember.js is an open-source JavaScript web framework that utilizes a component-service pattern. It is designed to allow developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.
Atom is a free and open-source text and source-code editor for macOS, Linux, and Windows with support for plug-ins written in JavaScript, and embedded Git control. Developed by GitHub, Atom was released on June 25, 2015.
The Windows Library for JavaScript is an open-source JavaScript library developed by Microsoft. It has been designed with the primary goal of easing development of Windows Store apps for Windows 8 and Windows 10, as well as Windows Phone apps for Windows Phone 8.1, Windows 10 Mobile and Xbox One applications using HTML5 and JavaScript, as an alternative to using WinRT XAML and C#, VB.NET or C++ (CX).
Beaker is a discontinued free and open-source web browser developed by Blue Link Labs. Beaker Browser peer-to-peer technology allows users to self-publish websites and web apps directly from the browser, without the need to set up and administrate a separate web server or host their content on a third-party server. All files and websites are transferred using Dat, a hypermedia peer-to-peer protocol, which allows files to be shared and hosted by several users. The browser also supports the HTTP protocol to connect to traditional servers.
Eclipse Theia is an Eclipse open source project providing the Theia Platform and the Theia IDE.
Microsoft, a tech company historically known for its opposition to the open source software paradigm, turned to embrace the approach in the 2010s. From the 1970s through 2000s under CEOs Bill Gates and Steve Ballmer, Microsoft viewed the community creation and sharing of communal code, later to be known as free and open source software, as a threat to its business, and both executives spoke negatively against it. In the 2010s, as the industry turned towards cloud, embedded, and mobile computing—technologies powered by open source advances—CEO Satya Nadella led Microsoft towards open source adoption although Microsoft's traditional Windows business continued to grow throughout this period generating revenues of 26.8 billion in the third quarter of 2018, while Microsoft's Azure cloud revenues nearly doubled.
Deno is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language. Deno was co-created by Ryan Dahl, who also created Node.js.
The Quasar Framework is an open-source Vue.js based framework for building apps with a single codebase. It can be deployed on the Web as a SPA, PWA, SSR, to a Mobile App, using Cordova for iOS & Android, and to a Desktop App, using Electron for Mac, Windows, and Linux. Quasar was created by Razvan Stoenescu and is maintained by a small team of developers and contributors. Most from the core team currently work at various companies such as Lenovo, IntelliView Technologies Inc. and AG Development Services.