No description
Find a file
2016-03-11 09:39:12 -08:00
atom Revert "Bump v0.37.0" 2016-03-11 22:20:11 +09:00
chromium_src Fix compilation errors on Windows 2016-03-10 17:06:23 +09:00
default_app Move default_app to root of repo 2016-03-08 11:14:21 -08:00
docs Merge pull request #4751 from maxbeatty/window-blur 2016-03-11 19:15:51 +09:00
docs-translations 📝 Update Korean docs as upstream 2016-03-11 19:37:03 +09:00
lib Don't collect results from delegate.menuWillShow 2016-03-11 08:55:48 -08:00
script Fix the chrome version 2016-03-11 19:53:41 +09:00
spec Merge pull request #4714 from atom/chrome49 2016-03-11 21:39:52 +09:00
tools set path for pkg-config when using sysroot 2016-03-10 17:34:42 +05:30
vendor Update to master branch of brightray and libchromiumcontent 2016-03-11 10:47:15 +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
.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 Revert "Bump v0.37.0" 2016-03-11 22:20:11 +09:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md 2015-12-03 18:06:18 -06:00
common.gypi Move toolchain related configures into one place 2016-03-10 22:40:09 +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 Revert "Bump v0.37.0" 2016-03-11 22:20:11 +09:00
README-ko.md Update as upstream 2016-03-03 20:56:46 +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.