No description
Find a file
Zeke Sikelianos f61010df96 do not standardize rpc-server.js because reasons
standard-format freaks out on this line:

let obj = new (Function.prototype.bind.apply(constructor,
[null].concat(args)))

http://stackoverflow.com/questions/1606797/use-of-apply-with-new-operato
r-is-this-possible
2016-03-30 17:00:31 -07:00
atom Get rid of the global_env 2016-03-27 19:21:12 +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 first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
docs mention standard in coding style doc 2016-03-30 17:00:05 -07:00
docs-translations Merge pull request #4854 from preco21/master 2016-03-27 14:47:50 +09:00
lib tiptoeing along, keeping the suite passing 2016-03-30 17:00:31 -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 Export symbols of node::Environment 2016-03-27 20:36:39 +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 do not standardize rpc-server.js because reasons 2016-03-30 17:00:31 -07: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.