Build cross platform desktop apps with JavaScript, HTML, and CSS
C++ JavaScript Objective-C++ Python Objective-C HTML Other
Switch branches/tags
Latest commit b2bea57 Jun 8, 2016 @zcbenz zcbenz Bump v1.2.2
Permalink
Failed to load latest commit information.
atom Bump v1.2.2 Jun 8, 2016
chromium_src Get ready to make relauncher cross-platform Jun 1, 2016
default_app Remove . after path to prevent confusion May 24, 2016
docs-translations Merge pull request #5907 from VReality64/master Jun 7, 2016
docs bellow => below Jun 8, 2016
lib Merge pull request #5923 from electron/disable-blink-features Jun 8, 2016
script Update to Chrome 51.0.2704.84 Jun 8, 2016
spec
tools Make js2asar.py more robust May 18, 2016
vendor Update to Chrome 51.0.2704.84 Jun 8, 2016
.gitignore linux: optionaly allow building x64 targets with sysroot Mar 10, 2016
.gitmodules Update crashpad with AppKit patch May 13, 2016
.node-version â¬†ï¸ node@5.10.0 Apr 8, 2016
.travis.yml Ignore failures of OS X on Travis CI May 19, 2016
CODE_OF_CONDUCT.md 📠Update to v1.4 of the Code of Conduct May 5, 2016
CONTRIBUTING-ko.md
CONTRIBUTING.md Update readme and contributing guide for new org Apr 4, 2016
ISSUE_TEMPLATE.md Remove all but prompts for version numbers Feb 18, 2016
LICENSE Switch to use MIT license. May 4, 2014
README-ko.md 📠Update `README.md` May 31, 2016
README.md Link to other apps May 25, 2016
appveyor.yml
common.gypi Update symbol names of icu May 23, 2016
electron.gyp Bump v1.2.2 Jun 8, 2016
filenames.gypi Implement Relaunch on Windows Jun 2, 2016
package.json Bump v1.2.2 Jun 8, 2016
toolchain.gypi

README.md

Electron Logo

Travis Build Status AppVeyor Build Status devDependency Status Join the Electron Community on Slack

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other apps.

Follow @ElectronJS on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to electron@github.com.

Downloads

Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can be found on the releases page.

You can also use npm to install prebuilt electron binaries:

# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g

# Install as a development dependency
npm install electron-prebuilt --save-dev

Mirrors

Documentation

Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to Electron.

Documentation Translations

Quick Start

Clone and run the electron/electron-quick-start repository to see a minimal Electron app in action.

Community

You can ask questions and interact with the community in the following locations:

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.