No description
Find a file
2017-06-05 14:16:44 -07:00
atom Add TODO for hidden-inset deprecation 2017-06-05 13:58:50 -07:00
brightray Merge pull request #9269 from electron/main-notifications 2017-05-31 17:21:05 +09:00
chromium_src Remove unused generated_resources.h file 2017-05-30 16:08:21 -07:00
default_app Remove test code 2017-05-31 16:39:53 +09:00
docs Doc customButtonsOnHover in frameless window guide 2017-06-05 14:16:44 -07:00
docs-translations
lib Merge pull request #9269 from electron/main-notifications 2017-05-31 17:21:05 +09:00
script Remove unused function 2017-05-30 09:17:05 -07:00
spec Merge pull request #9572 from shubham2892/api-height-menubar-macos 2017-06-05 10:35:16 -07:00
tools Remove runas and code no longer using it 2017-05-30 08:49:54 -07:00
vendor
.clang-format
.gitignore
.gitmodules
.node-version Bump Node.JS version in .node-version 2017-05-31 10:06:38 +02:00
.travis.yml
appveyor.yml
CODE_OF_CONDUCT.md
common.gypi
CONTRIBUTING.md
electron.gyp
filenames.gypi Merge pull request #9572 from shubham2892/api-height-menubar-macos 2017-06-05 10:35:16 -07:00
ISSUE_TEMPLATE.md
LICENSE
package.json change request version 2017-06-04 13:49:59 -04:00
README.md
SECURITY.md
toolchain.gypi

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.