No description
Find a file
Cheng Zhao 4e355355a9 Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows
Prevent web contents in hidden windows from reporting as focused
2016-08-17 20:15:37 +09:00
atom Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows 2016-08-17 20:15:37 +09:00
chromium_src
default_app
docs Added title to page-title-updated return args 2016-08-15 13:06:29 -04:00
docs-translations
lib Send isMainFrame as argument to did-navigate-in-page event 2016-08-12 01:27:50 +10:00
script Merge pull request #6755 from electron/upgrade-clang 2016-08-12 17:38:03 +09:00
spec Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows 2016-08-17 20:15:37 +09:00
tools
vendor Update brightray for #6755 2016-08-12 17:37:38 +09:00
.gitignore Gitignore Visual Studio Files 2016-08-10 08:54:50 -07:00
.gitmodules
.node-version
.travis.yml
appveyor.yml
CODE_OF_CONDUCT.md
common.gypi Move project-specific flags to common.gypi. 2016-08-11 21:08:12 +02:00
CONTRIBUTING-ko.md
CONTRIBUTING.md
electron.gyp Bump v1.3.3 2016-08-10 16:00:24 +09:00
filenames.gypi
ISSUE_TEMPLATE.md
LICENSE
package.json Add clean npm run script 2016-08-10 17:36:58 -07:00
README-ko.md 📝 Rename electron-prebuilt to electron when install [ci skip] 2016-08-14 12:42:26 +08:00
README.md 📝 Rename electron-prebuilt to electron when install [ci skip] 2016-08-14 12:42:26 +08:00
toolchain.gypi Move project-specific flags to common.gypi. 2016-08-11 21:08:12 +02:00

Electron Logo

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

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 by the Atom editor and many other apps.

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 electron@github.com.

Downloads

Prebuilt binaries and debug symbols of Electron for Linux, Windows and macOS 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 -g

# Install as a development dependency
npm install electron --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.