No Description

trop[bot] 87d98480fa docs: add missing deprecated systemPreferences APIs to breaking-changes (#26934) 4 years ago
.circleci 5604037294 build: use all-for-one goma (#26699) (#26799) 4 years ago
.github 98e5836eb6 chore: update PR template to suggest 'none' instead of no-notes (#22864) 5 years ago
build d563c79521 fix: handle electron script errors better (#25331) (#25452) 4 years ago
buildflags ffd1e9bad2 fix: `nativeTheme.themeSource = 'dark'` on windows (#26237) 4 years ago
chromium_src 15db70d661 chore: change some for loops to range-based (#26262) 4 years ago
default_app ee372c152a fix: isTrustedSender() in test-app (#24230) 4 years ago
docs 87d98480fa docs: add missing deprecated systemPreferences APIs to breaking-changes (#26934) 4 years ago
lib 883b089e0f fix: systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance() (#26852) (#26882) 4 years ago
npm 1746ae8c35 fix: do not ignore electron exit signals in cli.js wrapper (#22878) 5 years ago
patches 6d468cd9b5 chore: cherry-pick 290fe9c6e245 from v8 (#26896) 4 years ago
script 66e548333f build: fix usage of octokit/rest and make uploading better (#26388) 4 years ago
shell 5481d27bcd fix: message box missing an "OK" button in GTK (#26915) 4 years ago
spec 570f9827ce fix: LC_ALL env should not be changed (#26550) 4 years ago
spec-main 34fe161bdd fix: add check in IsMaximized for non-WS_THICKFRAME windows (#26779) 4 years ago
tools 8320160fe2 build: use autogenerated docker images for CI runs (#21056) 5 years ago
typings 83db340eb3 fix: ensure that internal messages are sent from the main process (#26439) 4 years ago
vendor 541e10b081 chore: temporarily use submodule and gn DEPS for requests/boto 6 years ago
.clang-format a846088eac Add clang-format config file. 8 years ago
.dockerignore 79ac99c09b build: remove scripts in the tools dir that are unused (#18944) 5 years ago
.env.example 842830d709 build: move Windows release builds to AppVeyor cloud (#18337) 5 years ago
.eslintrc.json 2d747acd67 perf: pass primitives directly through the context bridge, avoids copying (#24551) 4 years ago
.gitattributes 9b6b09216b chore: force source code and markdown files to use LF line ending (#25175) 4 years ago
.gitignore 01f5e9c5c4 build: make CI faster, magic contained within (#21086) 5 years ago
.gitmodules 541e10b081 chore: temporarily use submodule and gn DEPS for requests/boto 6 years ago
.remarkrc 2441d51093 add remark lint to ensure fenced codeblocks are formatted properly. 7 years ago
BUILD.gn 9900e697b5 fix: transparently package bundles as zip archives (#26555) 4 years ago
CODE_OF_CONDUCT.md 5f2746c48b docs: update code of conduct (#23137) 5 years ago
CONTRIBUTING.md a7e26fdc61 docs: Update Issue Closure in CONTRIBUTING.md (#20545) 5 years ago
DEPS 430a6ada64 chore: bump chromium to 85.0.4183.121 (10-x-y) (#25559) 4 years ago
ELECTRON_VERSION e24e77f4a2 Bump v10.1.7 4 years ago
LICENSE 70029aa069 chore: update license year (#21657) 5 years ago
README.md 620ac9c2b4 docs: update README.md (#20644) 5 years ago
SECURITY.md 1f8de33e75 Change Contact Emails (#12278) 7 years ago
appveyor.yml 5604037294 build: use all-for-one goma (#26699) (#26799) 4 years ago
azure-pipelines-woa.yml e492b88f9f ci: fix WOA failing tests (10-x-y) (#25107) 4 years ago
electron_paks.gni 552ec2267b build: fix build with enable_pdf_viewer=false (#25494) (#25508) 4 years ago
electron_resources.grd d590f2efe3 feat: enable pdf viewer (#21794) 5 years ago
electron_strings.grdp 19e7af9841 chore: bump chromium to 85.0.4181.1 (10-x-y) (#23987) 4 years ago
filenames.auto.gni de0ddd5b56 chore: tsify net-log (#25670) 4 years ago
filenames.gni 9900e697b5 fix: transparently package bundles as zip archives (#26555) 4 years ago
filenames.hunspell.gni 3e8d77d564 chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999) 5 years ago
package.json e24e77f4a2 Bump v10.1.7 4 years ago
tsconfig.default_app.json 6d68026c6c chore: fix ts config to not complain about extraneous files (#16790) 6 years ago
tsconfig.electron.json 6d68026c6c chore: fix ts config to not complain about extraneous files (#16790) 6 years ago
tsconfig.json 2d747acd67 perf: pass primitives directly through the context bridge, avoids copying (#24551) 4 years ago
tsconfig.spec.json ca701bb9af spec: initial spike of main-process based tests 6 years ago
vsts-arm-test-steps.yml 63058b8a2d ci: fix crash on arm testing (#21407) 5 years ago
vsts-arm32v7.yml 9f21accfc2 build: move to ACR for docker image storage (#25732) 4 years ago
vsts-arm64v8.yml 9f21accfc2 build: move to ACR for docker image storage (#25732) 4 years ago
yarn.lock 4aa4d1914b build: auto-push patch file changes (#26235) (#26433) 4 years ago

README.md

Electron Logo

CircleCI Build Status AppVeyor Build Status devDependency Status

:memo: Available Translations: 🇨🇳 🇹🇼 🇧🇷 🇪🇸 🇰🇷 🇯🇵 🇷🇺 🇫🇷 🇹🇭 🇳🇱 🇹🇷 🇮🇩 🇺🇦 🇨🇿 🇮🇹 🇵🇱. View these docs in other languages at electron/i18n.

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].

Installation

To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app:

npm install electron --save-dev [--save-exact]

The --save-exact flag is recommended for Electron prior to version 2, as it does not follow semantic versioning. As of version 2.0.0, Electron follows semver, so you don't need --save-exact flag. For info on how to manage Electron versions in your apps, see Electron versioning.

For more installation options and troubleshooting tips, see installation.

Quick start & Electron Fiddle

Use Electron Fiddle to build, run, and package small Electron experiments, to see code examples for all of Electron's APIs, and to try out different versions of Electron. It's designed to make the start of your journey with Electron easier.

Alternatively, clone and run the electron/electron-quick-start repository to see a minimal Electron app in action:

git clone https://github.com/electron/electron-quick-start
cd electron-quick-start
npm install
npm start

Resources for learning Electron

Programmatic usage

Most people use Electron from the command line, but if you require electron inside your Node app (not your Electron app) it will return the file path to the binary. Use this to spawn Electron from Node scripts:

const electron = require('electron')
const proc = require('child_process')

// will print something similar to /Users/maf/.../Electron
console.log(electron)

// spawn Electron
const child = proc.spawn(electron)

Mirrors

Documentation Translations

Find documentation translations in electron/i18n.

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.

Community

Info on reporting bugs, getting help, finding third-party tools and sample apps, and more can be found in the support document.

License

MIT

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