No Description

Thomas Tuts e829a28947 Clean up code in global shortcut code example 10 years ago
atom 4c48f0cd36 Merge pull request #1882 from atom/get_uploaded_report_api 10 years ago
chromium_src b97c22d4d7 win: Load pdf.dll with abosolute path, fix #1826 10 years ago
docs e829a28947 Clean up code in global shortcut code example 10 years ago
script 4466082592 Revert "Update libchromiumcontent, fix #1786" 10 years ago
spec 57ef6adbbd win: Fix runing clipboard spec 10 years ago
tools 7644799790 Check PATH first 10 years ago
vendor f8c6056eec Upgrade brightray, fix #1901 10 years ago
.gitignore 16fb847009 Add script to setup crashpad repository. 10 years ago
.gitmodules 2396b51cb6 Switch to use crashpad repo under atom org. 10 years ago
.travis.yml cc4b3e9e6f make CI build faster 10 years ago
CONTRIBUTING.md 25019de690 Remove example 10 years ago
LICENSE f176b2c58f Switch to use MIT license. 11 years ago
README.md 36c376b1ec Add link to `awesome-electron` 10 years ago
atom.gyp cefe540ec0 mac: Build dump_syms 10 years ago
common.gypi b44c66b5c2 win: Update referenced symbols on ia32 10 years ago
filenames.gypi 19d742de37 Add CommonWebContentsDelegate 10 years ago
package.json c424d0e9f3 Upgrade CoffeeScript to 1.9.2 10 years ago

README.md

Electron Logo

Build Status devDependency Status

: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 io.js and Chromium and is used in the Atom editor.

Follow @ElectronJS on Twitter for important announcements.

Downloads

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

Community

There is an electron category on the Atom forums as well as an #atom-shell channel on Freenode.

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.