No Description

trop[bot] a57e7eb2e5 docs: default of allowRendererProcessReuse is true (#23913) 4 years ago
.circleci 56e84acab9 build: use correct v8_context_snapshot_generator in mksnapshot zip (#23540) 5 years ago
.github b26a6793ba chore: delete the security issue template (#21344) 5 years ago
build dd7c9fb55b build: make electron renderer init scripts profilable (#23892) 4 years ago
buildflags ebbd3081b9 fix: build when some buildflags are disabled (#23337) 5 years ago
chromium_src 2f8150891b fix: crashReporter incompatible with sandbox on Linux (#23265) (#23461) 5 years ago
default_app 5a34ad4e21 build: enable JS semicolons (#22785) 5 years ago
docs a57e7eb2e5 docs: default of allowRendererProcessReuse is true (#23913) 4 years ago
lib 718bbf137c fix: nativeImage remote serialization (#23796) 4 years ago
npm ae49b8be42 fix: npm download failed when define 'npm_config_platform=mas' (#21801) 5 years ago
patches 89340008ee fix: add patch to prevent crash during frame swap with ctx isolation enabled (#23895) 4 years ago
script 14945be56c fix: don't run environment bootstrapper (#23689) 4 years ago
shell 12afb18487 Bump v9.0.2 4 years ago
spec 314cfa7aec test: refactor how spec files are collected (#23814) 4 years ago
spec-main 718bbf137c fix: nativeImage remote serialization (#23796) 4 years ago
tools 8320160fe2 build: use autogenerated docker images for CI runs (#21056) 5 years ago
typings 8803c12715 test: do not run spellchecker tests if the feature is disabled (9-x-y) (#23724) 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 90833d372f build: allow use of BUILDFLAG directives from within JS code (#23496) 4 years ago
.gitattributes 8a4d41cd46 build: set merge=union for .patches (#22991) 5 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 3a51ee5ce5 fix: generate symbols for the correct crashpad handler binary (#23573) 5 years ago
CODE_OF_CONDUCT.md 1f8de33e75 Change Contact Emails (#12278) 7 years ago
CONTRIBUTING.md a7e26fdc61 docs: Update Issue Closure in CONTRIBUTING.md (#20545) 5 years ago
DEPS 32ecaae8a8 chore: bump chromium in DEPS to 83.0.4103.94 (#23875) 4 years ago
ELECTRON_VERSION 12afb18487 Bump v9.0.2 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 011b2733d6 build: save mksnapshot args on Windows (#23641) 4 years ago
azure-pipelines-woa.yml 0f96402c78 ci: deflake WOA tests (#23770) 4 years ago
electron_paks.gni 0e31826043 feat: enable pdf viewer 5 years ago
electron_resources.grd 0e31826043 feat: enable pdf viewer 5 years ago
electron_strings.grdp 6bcf67e051 feat: enable builtin spellchecker (#20692) 5 years ago
filenames.auto.gni 90833d372f build: allow use of BUILDFLAG directives from within JS code (#23496) 4 years ago
filenames.gni 320487080f refactor: remove the RenderFrameFunctionStore and use privates to memory manage (#23592) (#23617) 5 years ago
filenames.hunspell.gni 7894ae9c01 chore: bump chromium to 83.0.4102.3 (#22941) 5 years ago
package.json 12afb18487 Bump v9.0.2 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 c79613b037 chore: convert more files to TypeScript (#18820) 5 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 8320160fe2 build: use autogenerated docker images for CI runs (#21056) 5 years ago
vsts-arm64v8.yml 8320160fe2 build: use autogenerated docker images for CI runs (#21056) 5 years ago
yarn.lock 2f8150891b fix: crashReporter incompatible with sandbox on Linux (#23265) (#23461) 5 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.