2015-04-28 14:48:54 +00:00
[![Electron Logo ](http://electron.atom.io/images/electron-logo.svg )](http://electron.atom.io/)
2015-04-23 20:46:48 +00:00
2015-04-23 20:50:43 +00:00
[![Build Status ](https://travis-ci.org/atom/electron.svg?branch=master )](https://travis-ci.org/atom/electron)
2015-04-23 21:00:40 +00:00
[![devDependency Status ](https://david-dm.org/atom/electron/dev-status.svg )](https://david-dm.org/atom/electron#info=devDependencies)
2015-06-29 23:46:22 +00:00
[![Join the Electron Community on Slack ](http://atom-slack.herokuapp.com/badge.svg )](http://atom-slack.herokuapp.com/)
2015-04-20 18:22:50 +00:00
:zap: *formerly known as Atom Shell* :zap:
2015-04-08 17:16:10 +00:00
The Electron framework lets you write cross-platform desktop applications
2015-03-05 21:33:02 +00:00
using JavaScript, HTML and CSS. It is based on [io.js ](http://iojs.org ) and
2014-05-05 18:56:35 +00:00
[Chromium ](http://www.chromium.org ) and is used in the [Atom
editor](https://github.com/atom/atom).
2013-04-12 01:46:58 +00:00
2015-04-24 00:00:04 +00:00
Follow [@ElectronJS ](https://twitter.com/electronjs ) on Twitter for important
announcements.
2014-05-04 12:58:59 +00:00
## Downloads
2013-04-12 01:46:58 +00:00
2015-04-16 03:10:24 +00:00
Prebuilt binaries and debug symbols of Electron for Linux, Windows and Mac can
be found on the [releases ](https://github.com/atom/electron/releases ) page.
2015-02-26 05:56:47 +00:00
2015-04-17 18:25:06 +00:00
You can also use [`npm` ](https://docs.npmjs.com/ ) to install prebuilt electron
binaries:
2015-04-29 17:56:31 +00:00
```sh
2015-04-17 18:25:06 +00:00
# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g
# Install as a development dependency
npm install electron-prebuilt --save-dev
```
2015-01-19 14:30:33 +00:00
### Mirrors
2015-05-10 08:15:12 +00:00
- [China ](https://npm.taobao.org/mirrors/electron )
2015-01-19 14:30:33 +00:00
2014-05-05 18:56:35 +00:00
## Documentation
2013-04-12 01:46:58 +00:00
2014-05-07 05:06:35 +00:00
Guides and the API reference are located in the
2015-04-16 03:10:24 +00:00
[docs ](https://github.com/atom/electron/tree/master/docs ) directory. It also
contains documents describing how to build and contribute to Electron.
2014-05-14 18:32:24 +00:00
## Community
2015-04-20 16:34:32 +00:00
There is an [`electron` category on the Atom forums ](http://discuss.atom.io/category/electron )
2014-05-14 18:32:24 +00:00
as well as an `#atom-shell` channel on Freenode.
2015-05-16 15:03:19 +00:00
Check out [awesome-electron ](https://github.com/sindresorhus/awesome-electron ) for a community maintained list of useful example apps, tools and resources.