C++ JavaScript Objective-C++ Python Objective-C HTML Other
Latest commit 0a1b5a0 Jul 11, 2017 @kevinsawicki kevinsawicki committed on GitHub Merge pull request #9959 from electron/add-OSR-to-glossary
add OSR to glossary
Permalink
Failed to load latest commit information.
atom 🎨 Make Notification getters const methods Jun 30, 2017
brightray 🍎 Add subtitle to Notification properties Jun 30, 2017
chromium_src Remove unused generated_resources.h file May 30, 2017
default_app Remove test code May 31, 2017
docs-translations One more correction Jul 9, 2017
docs Merge pull request #9959 from electron/add-OSR-to-glossary Jul 11, 2017
lib Merge pull request #9644 from electron/webview-sandbox Jun 28, 2017
script Remove OSR disabling Jun 29, 2017
spec Fix error message of `assertWithinDelta()` Jul 4, 2017
tools Remove runas and code no longer using it May 30, 2017
vendor Upgrade to electron/libchromiumcontent@8cfd08f Jul 10, 2017
.clang-format Add clang-format config file. Oct 4, 2016
.gitignore Only build against Jessie for arm64 arch May 23, 2017
.gitmodules Move brightray submodules to root vendor May 10, 2017
.node-version Bump Node.JS version in .node-version May 31, 2017
.travis.yml Update Travis config to build on node 4.5.0 Sep 8, 2016
CODE_OF_CONDUCT.md 📝 Update to v1.4 of the Code of Conduct May 5, 2016
CONTRIBUTING.md [email protected] -> [email protected] Jun 19, 2017
ISSUE_TEMPLATE.md Incorporate feedback Mar 6, 2017
LICENSE Update copyright year in LICENSE file Jan 3, 2017
README.md Add link to German translation Jun 16, 2017
SECURITY.md Add SECURITY.md Jan 30, 2017
appveyor.yml Use VS2015 on appveyor May 13, 2016
common.gypi atom-shell -> electron in node_release_urlbase May 17, 2017
electron.gyp Merge pull request #9857 from alexeykuzmin/add-enable-osr-flag Jun 29, 2017
features.gypi Add enable_osr build flag Jun 28, 2017
filenames.gypi Add enable_osr build flag Jun 28, 2017
package.json Bump v1.7.4 Jun 28, 2017
toolchain.gypi Link with correct targets in toolchain.gypi May 23, 2017

README.md

Electron Logo

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

📝 Available Translations: Korean | Simplified Chinese | Brazilian Portuguese | Traditional Chinese | Spanish | Turkish | German

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 [email protected].

Downloads

To install prebuilt Electron binaries, use npm:

# Install as a development dependency
npm install electron --save-dev

# Install the `electron` command globally in your $PATH
npm install electron -g

See the releases page for prebuilt binaries, debug symbols, and more.

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.

License

MIT

When using the Electron or other GitHub logos, be sure to follow the GitHub logo guidelines.