Black Lives Matter. Support the Equal Justice Initiative and read our statement here.

Build cross-platform desktop apps with JavaScript, HTML, and CSS

Releases

$ npm i -D electron@latest
# Electron   14.0.0
# Node       14.17.0
# Chromium   93.0.4577.58
$ npm i -D electron@beta
# Electron   14.0.0-beta.25
# Node       14.17.0
# Chromium   93.0.4577.51
$ npm i -D electron@alpha
# Electron   15.0.0-alpha.10
# Node       16.5.0
# Chromium   94.0.4606.12
$ npm i -D electron-nightly
# Electron   16.0.0-nightly.20210831
# Node       16.7.0
# Chromium   95.0.4612.5

Apps users love, built with Electron

Thousands of organizations spanning all industries use Electron to build cross-platform software.


It's easier than you think

If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.


Web Technologies

Electron uses Chromium and Node.js so you can build your app with HTML, CSS, and JavaScript.

Open Source

Electron is an open source project maintained by the OpenJS Foundation and an active community of contributors.

Cross Platform

Compatible with Mac, Windows, and Linux, Electron apps build and run on three platforms.

The hard parts made easy

Get started

To get started with Electron, check out the resources below. Learn how to wrap your web app with Electron, access all the APIs, and generate installers.

Spin up the Quick Start app to see Electron in action:

A minimal Electron app with helpful notations.

# Clone the Quick Start repository
$ git clone https://github.com/electron/electron-quick-start

# Go into the repository
$ cd electron-quick-start

# Install the dependencies and run
$ npm install && npm start

Try powerful experiments with Electron Fiddle

Electron Fiddle lets you create and play with small Electron experiments. It greets you with a quick-start template after opening – change a few things, choose the version of Electron you want to run it with, and play around. Then, save your Fiddle either as a GitHub Gist or to a local folder. Once pushed to GitHub, anyone can quickly try your Fiddle out by just entering it in the address bar.

Download from GitHub See more info


Or dive deeper and read the documentation.

Need Help?

Ask questions in the Discord server. Follow @electronjs on Twitter for important announcements. Need to privately reach out? Email info@electronjs.org.

Keyboard Shortcuts

Key Action
/ Focus the search bar
Esc Focus the search bar and cleans it
Select the next search result
Select the previous search result
Enter Open the selected search result
cmdEnter Ctrl+Enter Open the selected search result in a new tab