No Description

Jeremy Apthorp f537366387 test: move security warnings spec to main runner (#20055) 5 years ago
.circleci c61020e9d3 build: use a lower process count for publish builds with no sccache (#19913) 5 years ago
.github 538c4763cf chore: remove unused config files (#19997) 5 years ago
build 7825d043f2 refactor: unify module-list format and exports/electron (#19697) 5 years ago
buildflags 9ccd6aa0dd feat: enable picture-in-picture mode for video tags (#17686) 5 years ago
chromium_src cddbddc543 feat: HTTP preconnect feature minimal for electronjs (#18671) 5 years ago
components 2ccf5904e0 chore: fix linking errors on Windows 6 years ago
default_app 79f0c444fd fix: app.getAppPath() returning default-app path for files or directories without package.json (#18763) 5 years ago
docs f537366387 test: move security warnings spec to main runner (#20055) 5 years ago
docs-translations e9de194b89 update references to renamed i18n repo 7 years ago
lib 01fdb80f7c refactor: implement isRemoteModuleEnabled via getLastWebPreferences() (#19220) 5 years ago
native_mate 181f663cf1 refactor: use C++11 member initializers in native_mate (#19925) 5 years ago
npm 1f43af5cea feat: add openbsd support in the node module (#19860) 5 years ago
patches 90d62e5b98 fix: nws13n: make ses.setUserAgent work (#20014) 5 years ago
script bfe256891c build: add gn-check to precommit linting (#19850) 5 years ago
shell 614079654c Bump v8.0.0-nightly.20190902 5 years ago
spec f537366387 test: move security warnings spec to main runner (#20055) 5 years ago
spec-main f537366387 test: move security warnings spec to main runner (#20055) 5 years ago
tools aa211c6c50 chore: update to Node.js v12.4.0 (#18924) 5 years ago
typings 81e9dab52f refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574) 5 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 98c51dd660 build: ensure consistent lock files across multiple machines (#17955) 6 years ago
.gitattributes 442f05dfe7 chore: force patches to be checked out with LF line endings (#14789) 6 years ago
.gitignore 98c51dd660 build: ensure consistent lock files across multiple machines (#17955) 6 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 cddbddc543 feat: HTTP preconnect feature minimal for electronjs (#18671) 5 years ago
CODE_OF_CONDUCT.md 1f8de33e75 Change Contact Emails (#12278) 7 years ago
CONTRIBUTING.md 5cb25c27b0 Update CONTRIBUTING.md 5 years ago
DEPS 2542c51c48 chore: bump node in DEPS to v12.9.1 (#19980) 5 years ago
Dockerfile 50b9c7051e chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 5 years ago
Dockerfile.arm32v7 0732da1b4a build: remove GConf and dconf dependencies on linux (#19498) 5 years ago
Dockerfile.arm64v8 0732da1b4a build: remove GConf and dconf dependencies on linux (#19498) 5 years ago
ELECTRON_VERSION 614079654c Bump v8.0.0-nightly.20190902 5 years ago
LICENSE 5957ede41a fix: update license year (#16287) 6 years ago
README.md 24ffc3cfb0 docs: update badges (#18955) 5 years ago
SECURITY.md 1f8de33e75 Change Contact Emails (#12278) 7 years ago
appveyor.yml 4bc7b3b1a4 build: start building Windows on Arm builds (#19780) 5 years ago
azure-pipelines-woa.yml 4bc7b3b1a4 build: start building Windows on Arm builds (#19780) 5 years ago
electron_paks.gni d008d217f9 chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 5 years ago
electron_resources.grd d7557cb66a chore: use c++ manifests instead of json 6 years ago
electron_strings.grdp 9ccd6aa0dd feat: enable picture-in-picture mode for video tags (#17686) 5 years ago
filenames.auto.gni 81e9dab52f refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574) 5 years ago
filenames.gni 7e61cd0dfb fix: i18n of gtk msgbox buttons (#19904) 5 years ago
package.json 614079654c Bump v8.0.0-nightly.20190902 5 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 e389fa75ea test: run all tests on arm linux platforms (#19318) 5 years ago
vsts-arm32v7.yml 50b9c7051e chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 5 years ago
vsts-arm64v8.yml e389fa75ea test: run all tests on arm linux platforms (#19318) 5 years ago
yarn.lock bdc84d0bfb test: tsify session spec (#19604) 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.