C++ JavaScript Objective-C++ Python Objective-C HTML Other
Latest commit dfab104 May 31, 2017 @zeke zeke committed on GitHub Merge pull request #9640 from electron/bump-ts
bump ts linter with fixes for numeric keys
Permalink
Failed to load latest commit information.
atom Merge pull request #9623 from miniak/gpu-info May 31, 2017
brightray Merge pull request #9269 from electron/main-notifications May 31, 2017
chromium_src Remove unused generated_resources.h file May 30, 2017
default_app Remove test code May 31, 2017
docs-translations Fix typo in Japanese docs May 22, 2017
docs Add return type to systemPreferences.isAeroGlassEnabled() May 31, 2017
lib Merge pull request #9269 from electron/main-notifications May 31, 2017
script Remove unused function May 30, 2017
spec Use assert.fail for unexpected values May 31, 2017
tools Remove runas and code no longer using it May 30, 2017
vendor Upgrade to libchromiumcontent@94c5817 May 26, 2017
.clang-format Add clang-format config file. Oct 4, 2016
.gitignore Only build against Jessie for arm64 arch May 23, 2017
.gitmodules Move brightray submodules to root vendor May 10, 2017
.node-version Bump Node.JS version in .node-version May 31, 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 create folders for translation work May 10, 2017
SECURITY.md Add SECURITY.md Jan 30, 2017
appveyor.yml Use VS2015 on appveyor May 13, 2016
common.gypi atom-shell -> electron in node_release_urlbase May 17, 2017
electron.gyp Bump v1.7.2 May 26, 2017
filenames.gypi Merge pull request #9269 from electron/main-notifications May 31, 2017
package.json bump ts linter with fixes for numeric keys May 31, 2017
toolchain.gypi Link with correct targets in toolchain.gypi May 23, 2017

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.