2015-04-28 17:48:54 +03:00
|
|
|
[![Electron Logo](http://electron.atom.io/images/electron-logo.svg)](http://electron.atom.io/)
|
2015-04-23 23:46:48 +03:00
|
|
|
|
2015-04-23 23:50:43 +03:00
|
|
|
[![Build Status](https://travis-ci.org/atom/electron.svg?branch=master)](https://travis-ci.org/atom/electron)
|
2015-04-24 00:00:40 +03:00
|
|
|
[![devDependency Status](https://david-dm.org/atom/electron/dev-status.svg)](https://david-dm.org/atom/electron#info=devDependencies)
|
2015-06-30 02:46:22 +03:00
|
|
|
[![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/)
|
|
|
|
|
2015-09-09 21:34:20 +03:00
|
|
|
:zap: *Formerly known as Atom Shell* :zap:
|
2015-04-20 21:22:50 +03:00
|
|
|
|
2015-04-08 20:16:10 +03:00
|
|
|
The Electron framework lets you write cross-platform desktop applications
|
2015-11-03 20:13:48 +03:00
|
|
|
using JavaScript, HTML and CSS. It is based on [Node.js](https://nodejs.org/) and
|
2014-05-05 22:56:35 +04:00
|
|
|
[Chromium](http://www.chromium.org) and is used in the [Atom
|
|
|
|
editor](https://github.com/atom/atom).
|
2013-04-12 05:46:58 +04:00
|
|
|
|
2015-04-24 03:00:04 +03:00
|
|
|
Follow [@ElectronJS](https://twitter.com/electronjs) on Twitter for important
|
|
|
|
announcements.
|
|
|
|
|
2015-11-03 08:16:12 +03:00
|
|
|
This project adheres to the [Contributor Covenant 1.2](http://contributor-covenant.org/version/1/2/0/).
|
2015-10-03 08:42:34 +03:00
|
|
|
By participating, you are expected to uphold this code. Please report
|
2015-09-09 21:34:20 +03:00
|
|
|
unacceptable behavior to atom@github.com.
|
2015-07-08 23:29:24 +03:00
|
|
|
|
2014-05-04 16:58:59 +04:00
|
|
|
## Downloads
|
2013-04-12 05:46:58 +04:00
|
|
|
|
2015-10-31 05:30:18 +03:00
|
|
|
Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can
|
2015-04-16 06:10:24 +03:00
|
|
|
be found on the [releases](https://github.com/atom/electron/releases) page.
|
2015-02-26 08:56:47 +03:00
|
|
|
|
2015-04-17 21:25:06 +03:00
|
|
|
You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron
|
|
|
|
binaries:
|
|
|
|
|
2015-04-29 20:56:31 +03:00
|
|
|
```sh
|
2015-04-17 21:25:06 +03: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 17:30:33 +03:00
|
|
|
### Mirrors
|
|
|
|
|
2015-05-10 11:15:12 +03:00
|
|
|
- [China](https://npm.taobao.org/mirrors/electron)
|
2015-01-19 17:30:33 +03:00
|
|
|
|
2014-05-05 22:56:35 +04:00
|
|
|
## Documentation
|
2013-04-12 05:46:58 +04:00
|
|
|
|
2014-05-07 09:06:35 +04:00
|
|
|
Guides and the API reference are located in the
|
2015-04-16 06:10:24 +03: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 22:32:24 +04:00
|
|
|
|
2015-08-23 18:19:37 +03:00
|
|
|
## Documentation Translations
|
|
|
|
|
2015-09-04 17:52:27 +03:00
|
|
|
- [Brazilian Portuguese](https://github.com/atom/electron/tree/master/docs-translations/pt-BR)
|
2015-09-19 09:30:30 +03:00
|
|
|
- [Korean](https://github.com/atom/electron/tree/master/docs-translations/ko-KR)
|
2015-08-23 18:19:37 +03:00
|
|
|
- [Japanese](https://github.com/atom/electron/tree/master/docs-translations/jp)
|
|
|
|
- [Spanish](https://github.com/atom/electron/tree/master/docs-translations/es)
|
2015-08-31 06:02:37 +03:00
|
|
|
- [Simplified Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-CN)
|
2015-09-03 12:10:32 +03:00
|
|
|
- [Traditional Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-TW)
|
2015-08-23 18:19:37 +03:00
|
|
|
|
2015-10-20 01:52:02 +03:00
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
Clone and run the [`atom/electron-quick-start`](https://github.com/atom/electron-quick-start)
|
|
|
|
repository to see a minimal Electron app in action.
|
|
|
|
|
2014-05-14 22:32:24 +04:00
|
|
|
## Community
|
|
|
|
|
2015-10-03 08:42:34 +03:00
|
|
|
You can ask questions and interact with the community in the following
|
2015-09-09 21:34:20 +03:00
|
|
|
locations:
|
2015-11-03 08:16:12 +03:00
|
|
|
- [`electron`](http://discuss.atom.io/c/electron) category on the Atom
|
2015-09-09 21:34:20 +03:00
|
|
|
forums
|
|
|
|
- `#atom-shell` channel on Freenode
|
|
|
|
- [`Atom`](http://atom-slack.herokuapp.com/) channel on Slack
|
2015-05-16 18:03:19 +03:00
|
|
|
|
2015-10-03 08:42:34 +03:00
|
|
|
Check out [awesome-electron](https://github.com/sindresorhus/awesome-electron)
|
2015-09-09 21:34:20 +03:00
|
|
|
for a community maintained list of useful example apps, tools and resources.
|