Build cross platform desktop apps with JavaScript, HTML, and CSS
C++ JavaScript Objective-C++ Python Objective-C HTML Other
Switch branches/tags
Latest commit ccabee7 Nov 28, 2016 @kevinsawicki kevinsawicki Bump v1.4.10
Permalink
Failed to load latest commit information.
atom Bump v1.4.10 Nov 28, 2016
chromium_src Fix oops typos Oct 11, 2016
default_app Add toggledevtools menu item role Nov 17, 2016
docs-translations Fix indentation in menu template example Nov 23, 2016
docs Sort by codes Nov 23, 2016
lib Remove unintended returns Nov 28, 2016
script Fixed linting on Windows Nov 23, 2016
spec Add more origin comparison specs Nov 28, 2016
tools Update more download URLs from atom-shell to electron Nov 4, 2016
vendor Upgrade to Chrome 53.0.2785.143 Nov 9, 2016
.clang-format Add clang-format config file. Oct 4, 2016
.gitignore Consolidate log files Nov 1, 2016
.gitmodules
.node-version Update .node-version Jul 21, 2016
.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 Add link to dutch translation in CONTRIBUTING.md Oct 6, 2016
ISSUE_TEMPLATE.md 🎨 Nov 4, 2016
LICENSE Add copyright range of 2013-2016 to LICENSE Nov 7, 2016
README.md link to more relevant yarn doc Nov 14, 2016
appveyor.yml Use VS2015 on appveyor May 13, 2016
common.gypi Update to Node 6.5.0 Sep 14, 2016
electron.gyp Bump v1.4.10 Nov 28, 2016
filenames.gypi add about: protocol handler Nov 9, 2016
package.json Bump v1.4.10 Nov 28, 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 | Brazilian Portuguese | Traditional 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

To install prebuilt Electron binaries, use npm (or yarn):

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

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

See the releases page for prebuilt binaries, debug symbols, and more.

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.

License

MIT

When using the Electron or other GitHub logos, be sure to follow the GitHub logo guidelines.