
Build cross-platform desktop apps with JavaScript, HTML, and CSS
Powered by the web Electron embeds Chromium and Node.js to bring JavaScript to the desktop.
Building your First App - Electron
This guide will step you through the process of creating a barebones Hello World app in Electron.
Introduction | Electron
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 …
Why Electron | Electron
Electron is a framework enabling developers to build cross-platform desktop applications for macOS, Windows, and Linux by combining web technologies (HTML, JavaScript, CSS) with …
Prerequisites - Electron
Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into a single binary file, Electron allows you to create cross …
Electron
Cross platform desktop application that supports brightness adjustment for integrated laptop monitor as well as external monitors and dark mode toggle supporting Windows and MacOSX …
Examples Overview - Electron
A set of examples for common Electron featuresExamples Overview In this section, we have collected a set of guides for common features that you may want to implement in your Electron …
app - Electron
Expect a different format on Linux, possibly with a .desktop suffix. This method returns the application name of the default handler for the protocol (aka URI scheme) of a URL.
Application Packaging - Electron
Application Packaging To distribute your app with Electron, you need to package and rebrand it. To do this, you can either use specialized tooling or manual approaches. With tooling There …
Deep Links - Electron
When you package your app you'll need to make sure the macOS Info.plist and the Linux .desktop files for the app are updated to include the new protocol handler.