No Description

trop[bot] 9ce16a44db fix: increase stack size on windows x86 (#30244) 3 years ago
.circleci e3a78f62b5 ci: fixup cross arch mksnapshot testing (#29923) 3 years ago
.github 430cef8a62 docs: remove semantic commit checklist item (#26168) 4 years ago
build f836ef0f47 chore: don't minimize js in development (#28585) 4 years ago
buildflags f489e3054a feat: honor `nativeTheme.themeSource = 'dark'` before creating BrowserWindow on Windows (#25373) 4 years ago
chromium_src 0c5b6bfd30 chore: bump chromium to 89.0.4388.2 (12-x-y) (#27280) 4 years ago
default_app 37d42ec6a9 fix: only set backgroundColor in default-app for default index.html (#28841) 4 years ago
docs 08ce5bbd33 docs: fix fiddle path (#30143) 3 years ago
lib 1f21dfd838 fix: self.module.paths not working in web workers (#30012) 3 years ago
npm 2aa5a1f494 build: lint the npm folder (#26085) 4 years ago
patches 3ec9f58c8e chore: cherry-pick e76178b896f2 from v8 (#30185) 3 years ago
script f551883fb8 build: handle release failure by existing with code 1 (#30220) 3 years ago
shell 9ce16a44db fix: increase stack size on windows x86 (#30244) 3 years ago
spec bb149b0e93 fix: crash when clicking links with target=_blank from webview (#29950) 3 years ago
spec-main 9ce16a44db fix: increase stack size on windows x86 (#30244) 3 years ago
typings c285da9071 fix: adjust initial webContents focus calculation (#29204) (#29235) 3 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 d27046272e build: do not require vsts token for releases (#28650) 4 years ago
.eslintrc.json 0b85fdf26c feat: add webContents.setWindowOpenHandler API (#24517) 4 years ago
.gitattributes 5e1950ceff chore: force source code and markdown files to use LF line ending (#25134) 4 years ago
.gitignore 50094b3a25 chore: clean up some spec things (#28730) 4 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 b8941d084d fix: pdf viewer missing resources (#27747) 4 years ago
CODE_OF_CONDUCT.md 5f2746c48b docs: update code of conduct (#23137) 5 years ago
CONTRIBUTING.md 5c5e006e46 docs: fix typos (#24982) 4 years ago
DEPS 4de3e451ac chore: bump chromium to 89.0.4389.128 (12-x-y) (#28659) 4 years ago
ELECTRON_VERSION a52eaeb6e1 Bump v12.0.15 3 years ago
LICENSE 70029aa069 chore: update license year (#21657) 5 years ago
README.md 59ad90d135 Create README.md (#29148) 3 years ago
SECURITY.md 303fcc69be fix(docs): update outdated ref to NSP (#24925) 4 years ago
appveyor.yml 731fe11db6 ci: Add goma fallback flag (#28545) 4 years ago
azure-pipelines-arm.yml f146a164af build: add apple silicon support (#24545) 4 years ago
azure-pipelines-woa.yml b2636e171a ci: ignore errors deleting user app directories on WOA testing (#27939) 4 years ago
electron_paks.gni b8941d084d fix: pdf viewer missing resources (#27747) 4 years ago
electron_resources.grd d590f2efe3 feat: enable pdf viewer (#21794) 5 years ago
electron_strings.grdp f26025301a fix: enable navigator.setAppBadge/clearAppBadge (#27431) 4 years ago
filenames.auto.gni 7eceb43859 docs: rework sandbox guide (#29103) 3 years ago
filenames.gni 5c10eb4c26 fix: load source maps from custom protocols and asar bundles (#28616) 4 years ago
filenames.hunspell.gni 8bbdc224ac chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256) 4 years ago
package.json a52eaeb6e1 Bump v12.0.15 3 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 3f54f240bd perf: pass primitives directly through the context bridge, avoids copying (#24531) 4 years ago
tsconfig.script.json 07ee75b745 build: auto-push patch file changes (#26235) 4 years ago
tsconfig.spec.json ca701bb9af spec: initial spike of main-process based tests 6 years ago
vsts-arm-test-steps.yml d8be385d4b fix: do not register the node ESM loader in renderer processes (#24301) 4 years ago
vsts-arm32v7.yml 3142b1181b build: move to ACR for docker image storage (#25710) 4 years ago
vsts-arm64v8.yml 3142b1181b build: move to ACR for docker image storage (#25710) 4 years ago
yarn.lock 0b85fdf26c feat: add webContents.setWindowOpenHandler API (#24517) 4 years ago

README.md

Electron Logo

CircleCI Build Status AppVeyor Build Status devDependency Status Electron Discord Invite

: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

For more installation options and troubleshooting tips, see installation. For info on how to manage Electron versions in your apps, see Electron versioning.

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.