★ wanayoo — archive 1999 https://github.com/electron/electronNouvelle recherche | Portail wanayoo
Skip to content
Build cross platform desktop apps with web technologies
C++ JavaScript Objective-C++ Python Objective-C HTML Other
Latest commit a4de40e Apr 22, 2016 @jlord jlord Merge pull request #5254 from preco21/document-fixes-3
docs: Improve documentations
Failed to load latest commit information.
atom Bump v0.37.7 Apr 22, 2016
chromium_src Make the length of SingletonSocket's path as short as we can Apr 21, 2016
default_app Update source code for new org Apr 4, 2016
docs-translations Update screen.md Apr 20, 2016
docs :memo: Remove additional whitespaces Apr 22, 2016
lib Merge pull request #5244 from electron/disable-node-in-web-view-when-… Apr 22, 2016
script Fix the link error Apr 14, 2016
spec Add failing spec Apr 21, 2016
tools Fix problem with old Node Apr 7, 2016
vendor Update brightray for #5208 Apr 20, 2016
.gitignore linux: optionaly allow building x64 targets with sysroot Mar 10, 2016
.gitmodules Update submodules for new org Apr 4, 2016
.node-version :arrow_up: node@5.10.0 Apr 8, 2016
.travis.yml Use Xcode 7. Oct 6, 2015
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md Dec 3, 2015
CONTRIBUTING-ko.md Update readme and contributing guide for new org Apr 4, 2016
CONTRIBUTING.md Update readme and contributing guide for new org Apr 4, 2016
ISSUE_TEMPLATE.md Remove all but prompts for version numbers Feb 18, 2016
LICENSE Switch to use MIT license. May 4, 2014
README-ko.md Update readme and contributing guide for new org Apr 4, 2016
README.md Update links for new Electron org Apr 4, 2016
appveyor.yml Avoid duplicate building for PR Dec 10, 2015
common.gypi Allow bootstrap to be invoked via python2 Apr 7, 2016
electron.gyp Bump v0.37.7 Apr 22, 2016
filenames.gypi expose api only on platforms using nss cert database Apr 19, 2016
package.json Bump v0.37.7 Apr 22, 2016
toolchain.gypi Allow bootstrap to be invoked via python2 Apr 7, 2016

README.md

Electron Logo

Travis Build Status AppVeyor Build Status devDependency Status Join the Electron Community on Slack

:zap: Formerly known as Atom Shell :zap:

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 electron/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.

Something went wrong with that request. Please try again.