No description
Find a file
2015-09-01 17:55:45 +08:00
atom Merge pull request #2556 from etiktin/fix_msg_box_no_close_btn 2015-08-25 13:57:24 +08:00
chromium_src Fix print spooler hangs when printing more than 3 pages on Windows. 2015-09-01 17:55:45 +08:00
docs Merge pull request #2533 from atom/jl-snd-docs 2015-08-25 14:37:48 -07:00
docs-translations Reset and remove unrelated files 2015-08-25 22:28:27 +09:00
script No need to ship ffmpeg in dist 2015-08-21 16:27:29 +08:00
spec Fix path comparison in api-ipc-spec 2015-08-22 19:50:54 +03:00
tools
vendor Revert "Rename xx-ko.md to xx.md" 2015-08-25 22:17:24 +09:00
.gitignore
.gitmodules
.travis.yml
atom.gyp Now working at 0.31.0 2015-08-21 13:58:49 +08:00
common.gypi
CONTRIBUTING.md Open Code of Conduct -> Contributor Covenant 2015-08-11 09:45:45 -07:00
filenames.gypi Implement protocol.registerFileProtocol 2015-08-12 15:22:19 +08:00
LICENSE
package.json asar@0.7.x 2015-08-24 15:50:19 +08:00
README-ko.md Reset and remove unrelated files 2015-08-25 22:28:27 +09:00
README.md Add documentation translation links 2015-08-23 17:19:37 +02:00
toolchain.gypi

Electron Logo

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 io.js and Chromium and is used in the Atom editor.

Follow @ElectronJS on Twitter for important announcements.

This project adheres to the Contributor Covenant 1.2. 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 Mac 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

Community

There is an electron category on the Atom forums as well as an #atom-shell channel on Freenode.

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.