No description
Find a file
Kevin Sawicki f87e417f7f Merge pull request #4962 from erkyrath/doc-issue-4884
Added information about the enabled, visible, and checked properties
2016-03-31 15:43:22 -07:00
atom Merge pull request #4929 from deepak1556/url_request_fetch_job_patch 2016-03-31 19:37:28 +09:00
chromium_src devtools: fix filesyatem api usage and use prefs to track filesystem paths 2016-03-15 07:51:36 +05:30
default_app Don't quit on window-all-closed when in repl mode 2016-03-24 16:02:02 -07:00
docs Merge pull request #4962 from erkyrath/doc-issue-4884 2016-03-31 15:43:22 -07:00
docs-translations Merge pull request #4926 from preco21/master 2016-03-31 19:31:29 +09:00
lib Merge pull request #4887 from sergeybekrin/master 2016-03-30 16:34:42 -07:00
script Do not copy system libraries on Linux 2016-03-11 22:29:03 +09:00
spec Merge pull request #4840 from atom/undefined-menu-accelerator 2016-03-21 21:02:44 +09:00
tools set path for pkg-config when using sysroot 2016-03-10 17:34:42 +05:30
vendor Update native-mate for #4892 2016-03-31 10:21:21 +09:00
.gitignore linux: optionaly allow building x64 targets with sysroot 2016-03-10 17:34:42 +05:30
.gitmodules Checkout boto in our repo 2015-07-03 23:33:49 +08:00
.node-version Add .node-version pinned to 5.1.1 2016-03-18 11:11:56 -07:00
.travis.yml Use Xcode 7. 2015-10-06 16:34:20 -04:00
appveyor.yml Avoid duplicate building for PR 2015-12-10 13:18:23 +08:00
atom.gyp Bump v0.37.3 2016-03-27 12:16:12 +09:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md 2015-12-03 18:06:18 -06:00
common.gypi Export symbols of node::Environment 2016-03-27 20:36:39 +09:00
CONTRIBUTING-ko.md Update as upstream 2015-12-04 13:48:38 +09:00
CONTRIBUTING.md link to CoC from README and CONTRIBUTING 2015-12-03 18:06:58 -06:00
filenames.gypi startup helper is renamed 2016-03-10 17:06:21 +09:00
ISSUE_TEMPLATE.md Remove all but prompts for version numbers 2016-02-18 08:57:31 -08:00
LICENSE Switch to use MIT license. 2014-05-04 20:29:08 +08:00
package.json Bump v0.37.3 2016-03-27 12:16:12 +09:00
README-ko.md 📝 Update Korean readme as upstream 2016-03-23 09:42:14 +09:00
README.md Link to root build page 2016-03-11 09:39:12 -08:00
toolchain.gypi Move toolchain related configures into one place 2016-03-10 22:40:09 +09:00

Electron Logo

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

Formerly known as Atom Shell

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 in the Atom editor.

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 atom@github.com.

Downloads

Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X 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-prebuilt -g

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