Build cross platform desktop apps with JavaScript, HTML, and CSS
C++ JavaScript Objective-C++ Python Objective-C HTML Other
Switch branches/tags
Latest commit 6508677 Nov 23, 2016 @kevinsawicki kevinsawicki Bump v1.3.11
Permalink
Failed to load latest commit information.
atom Bump v1.3.11 Nov 23, 2016
chromium_src Japanese font rendering in flash. Aug 29, 2016
default_app Use const instead of var Sep 6, 2016
docs-translations Move translated project docs to docs-translations folder Sep 6, 2016
docs Add setZoomLevelLimits to planned breaking changes Nov 22, 2016
lib Always use guest contents for canAccessWindow check Nov 23, 2016
script Upload ARM assets without v7l suffix Sep 13, 2016
spec Add failing specs window.opener from <webview> opened window Nov 23, 2016
tools Make js2asar.py more robust May 18, 2016
vendor Update to Node v6.5.0 Sep 27, 2016
.gitignore Gitignore Visual Studio Files Aug 10, 2016
.gitmodules Fix accidentally changed lines Aug 3, 2016
.node-version
.travis.yml Update Travis config to build on node 4.5.0 Sep 8, 2016
CODE_OF_CONDUCT.md 📠Update to v1.4 of the Code of Conduct May 5, 2016
CONTRIBUTING.md Link to translations Sep 6, 2016
ISSUE_TEMPLATE.md Remove all but prompts for version numbers Feb 18, 2016
LICENSE Switch to use MIT license. May 4, 2014
README.md Link to translations Sep 6, 2016
appveyor.yml Use VS2015 on appveyor May 13, 2016
common.gypi Update to Node v6.5.0 Sep 27, 2016
electron.gyp Bump v1.3.11 Nov 23, 2016
filenames.gypi Extend the custom Jump List API Sep 1, 2016
package.json Bump v1.3.11 Nov 23, 2016
toolchain.gypi Move project-specific flags to common.gypi. Aug 11, 2016

README.md

Electron Logo

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

📠Available Translations: Korean | Simplified Chinese

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 macOS 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 -g

# Install as a development dependency
npm install electron --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.