2015-04-28 08:48:54 -06:00
|
|
|
[](http://electron.atom.io/)
|
2015-04-23 14:46:48 -06:00
|
|
|
|
2016-04-04 13:18:37 -06:00
|
|
|
[](https://travis-ci.org/electron/electron)
|
2016-05-02 09:59:25 -06:00
|
|
|
[](https://ci.appveyor.com/project/Atom/electron)
|
2016-10-12 14:17:26 -06:00
|
|
|
[](https://david-dm.org/electron/electron?type=dev)
|
2015-06-29 17:46:22 -06:00
|
|
|
[](http://atom-slack.herokuapp.com/)
|
|
|
|
|
2016-10-26 00:09:36 -06:00
|
|
|
:memo: Available Translations: [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR/project/README.md) | [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN/project/README.md) | [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR/project/README.md) | [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW/project/README.md)
|
2016-09-06 15:58:50 -06:00
|
|
|
|
2015-04-08 11:16:10 -06:00
|
|
|
The Electron framework lets you write cross-platform desktop applications
|
2015-11-03 10:13:48 -07:00
|
|
|
using JavaScript, HTML and CSS. It is based on [Node.js](https://nodejs.org/) and
|
2016-05-24 11:20:52 -06:00
|
|
|
[Chromium](http://www.chromium.org) and is used by the [Atom
|
|
|
|
editor](https://github.com/atom/atom) and many other [apps](http://electron.atom.io/apps).
|
2013-04-11 19:46:58 -06:00
|
|
|
|
2015-04-23 18:00:04 -06:00
|
|
|
Follow [@ElectronJS](https://twitter.com/electronjs) on Twitter for important
|
|
|
|
announcements.
|
|
|
|
|
2015-12-03 17:06:58 -07:00
|
|
|
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).
|
|
|
|
By participating, you are expected to uphold this code. Please report unacceptable
|
2016-05-24 11:20:52 -06:00
|
|
|
behavior to electron@github.com.
|
2015-07-08 14:29:24 -06:00
|
|
|
|
2014-05-04 06:58:59 -06:00
|
|
|
## Downloads
|
2013-04-11 19:46:58 -06:00
|
|
|
|
2016-11-14 14:52:07 -07:00
|
|
|
To install prebuilt Electron binaries, use
|
2016-11-14 14:57:12 -07:00
|
|
|
[`npm`](https://docs.npmjs.com/) (or [`yarn`](https://yarnpkg.com/en/docs/managing-dependencies)):
|
2015-04-17 12:25:06 -06:00
|
|
|
|
2015-04-29 11:56:31 -06:00
|
|
|
```sh
|
2015-04-17 12:25:06 -06:00
|
|
|
# Install as a development dependency
|
2016-08-13 22:42:26 -06:00
|
|
|
npm install electron --save-dev
|
2016-11-14 14:52:07 -07:00
|
|
|
|
|
|
|
# Install the `electron` command globally in your $PATH
|
|
|
|
npm install electron -g
|
2015-04-17 12:25:06 -06:00
|
|
|
```
|
|
|
|
|
2016-11-14 14:52:07 -07:00
|
|
|
See the [releases page](https://github.com/electron/electron/releases) for
|
|
|
|
prebuilt binaries, debug symbols, and more.
|
|
|
|
|
2015-01-19 07:30:33 -07:00
|
|
|
### Mirrors
|
|
|
|
|
2015-05-10 02:15:12 -06:00
|
|
|
- [China](https://npm.taobao.org/mirrors/electron)
|
2015-01-19 07:30:33 -07:00
|
|
|
|
2014-05-05 12:56:35 -06:00
|
|
|
## Documentation
|
2013-04-11 19:46:58 -06:00
|
|
|
|
2014-05-06 23:06:35 -06:00
|
|
|
Guides and the API reference are located in the
|
2016-03-31 17:51:42 -06:00
|
|
|
[docs](https://github.com/electron/electron/tree/master/docs) directory. It also
|
2015-04-15 21:10:24 -06:00
|
|
|
contains documents describing how to build and contribute to Electron.
|
2014-05-14 12:32:24 -06:00
|
|
|
|
2015-08-23 09:19:37 -06:00
|
|
|
## Documentation Translations
|
|
|
|
|
2016-03-31 17:51:42 -06:00
|
|
|
- [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
|
|
|
|
- [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
|
|
|
|
- [Japanese](https://github.com/electron/electron/tree/master/docs-translations/jp)
|
|
|
|
- [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es)
|
|
|
|
- [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
|
|
|
|
- [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
|
2016-04-25 15:49:34 -06:00
|
|
|
- [Turkish](https://github.com/electron/electron/tree/master/docs-translations/tr-TR)
|
2016-03-31 17:51:42 -06:00
|
|
|
- [Ukrainian](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
|
|
|
|
- [Russian](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
|
|
|
|
- [French](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
|
2015-08-23 09:19:37 -06:00
|
|
|
|
2015-10-19 16:52:02 -06:00
|
|
|
## Quick Start
|
|
|
|
|
2016-04-04 13:18:37 -06:00
|
|
|
Clone and run the [`electron/electron-quick-start`](https://github.com/electron/electron-quick-start)
|
2015-10-19 16:52:02 -06:00
|
|
|
repository to see a minimal Electron app in action.
|
|
|
|
|
2014-05-14 12:32:24 -06:00
|
|
|
## Community
|
|
|
|
|
2015-10-02 23:42:34 -06:00
|
|
|
You can ask questions and interact with the community in the following
|
2015-09-09 12:34:20 -06:00
|
|
|
locations:
|
2015-11-02 22:16:12 -07:00
|
|
|
- [`electron`](http://discuss.atom.io/c/electron) category on the Atom
|
2015-09-09 12:34:20 -06:00
|
|
|
forums
|
|
|
|
- `#atom-shell` channel on Freenode
|
|
|
|
- [`Atom`](http://atom-slack.herokuapp.com/) channel on Slack
|
2015-12-02 08:27:23 -07:00
|
|
|
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
|
2016-01-20 03:05:35 -07:00
|
|
|
- [`electron-kr`](http://www.meetup.com/electron-kr/) *(Korean)*
|
2016-02-16 10:20:38 -07:00
|
|
|
- [`electron-jp`](https://electron-jp-slackin.herokuapp.com/) *(Japanese)*
|
2016-06-22 01:11:13 -06:00
|
|
|
- [`electron-tr`](http://www.meetup.com/Electron-JS-Istanbul/) *(Turkish)*
|
2016-07-13 01:07:46 -06:00
|
|
|
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
|
2016-06-22 02:02:14 -06:00
|
|
|
|
2015-10-02 23:42:34 -06:00
|
|
|
Check out [awesome-electron](https://github.com/sindresorhus/awesome-electron)
|
2015-09-09 12:34:20 -06:00
|
|
|
for a community maintained list of useful example apps, tools and resources.
|
2016-09-30 21:33:51 -06:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2016-11-07 15:26:21 -07:00
|
|
|
[MIT](https://github.com/electron/electron/blob/master/LICENSE)
|
2016-11-07 13:08:11 -07:00
|
|
|
|
2016-11-07 15:26:21 -07:00
|
|
|
When using the Electron or other GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
|