About 256 results
Open links in new tab
  1. 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.

  2. Building your First App - Electron

    This guide will step you through the process of creating a barebones Hello World app in Electron.

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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.

  9. 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 …

  10. 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.