Build cross platform desktop apps with JavaScript, HTML, and CSS
C++ JavaScript Objective-C++ Python Objective-C HTML Other
Switch branches/tags
Latest commit dcb5a34 Aug 3, 2017 @zeke zeke Bump empty commit
Permalink
Failed to load latest commit information.
atom Bump v1.6.12 Aug 3, 2017
chromium_src Append printed page to job Apr 5, 2017
default_app
docs-translations Merge pull request #9338 from mcizol/master May 4, 2017
docs Fix webcontents capital May 15, 2017
lib Fix how rpc-server releases references after page reload May 17, 2017
script point to newer 1-6-fixes commit Aug 1, 2017
spec Delete mock.pdf after download completes May 23, 2017
tools Dynamically generate dependencies of browserify build actions Mar 10, 2017
vendor Upgrade node for StartCom/WoSign cert rejection May 16, 2017
.clang-format Add clang-format config file. Oct 4, 2016
.gitignore Consolidate log files Nov 1, 2016
.gitmodules update submodules Mar 13, 2017
.node-version Update .node-version to 7.4 Jan 19, 2017
.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 Incorporate feedback Mar 6, 2017
LICENSE Update copyright year in LICENSE file Jan 3, 2017
README.md Add Russian Telegram community May 5, 2017
SECURITY.md Add SECURITY.md Jan 30, 2017
appveyor.yml
common.gypi Simplify the trick used for referencing symbols Feb 7, 2017
electron.gyp Bump v1.6.12 Aug 3, 2017
filenames.gypi
package.json
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 | Spanish | Turkish

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:

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