No Description

Samuel Attard 9822953d31 build: lock chromium major to 78 on 7-0-x (#19552) 5 years ago
.circleci 6b7c66aa04 revert: use circleci v2.1 (#19456) 5 years ago
.github 4d547bdd3a docs: mention fiddle in bug report template (#19248) 5 years ago
build 2983701c75 fix: remove .pdb from symbol file names (#19483) 5 years ago
buildflags 95977291f7 feat: preliminary support for //extensions (#17440) 5 years ago
chromium_src bd526f97a5 chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166) 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 c6061cce41 doc: add missing MenuItem roles (#19555) 5 years ago
docs-translations e9de194b89 update references to renamed i18n repo 7 years ago
lib c6061cce41 doc: add missing MenuItem roles (#19555) 5 years ago
native_mate f6fb877de9 chore: pass base::StringPiece args by value (#19432) 5 years ago
npm 4b674c1daf build: ensure that we bundle the correct version of @types/node (#19102) 5 years ago
patches 9822953d31 build: lock chromium major to 78 on 7-0-x (#19552) 5 years ago
script 9e815afc02 build: fix first beta version choosing logic 5 years ago
shell 9822953d31 build: lock chromium major to 78 on 7-0-x (#19552) 5 years ago
spec c6061cce41 doc: add missing MenuItem roles (#19555) 5 years ago
spec-main c6061cce41 doc: add missing MenuItem roles (#19555) 5 years ago
tools aa211c6c50 chore: update to Node.js v12.4.0 (#18924) 5 years ago
typings 95977291f7 feat: preliminary support for //extensions (#17440) 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 95977291f7 feat: preliminary support for //extensions (#17440) 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 9822953d31 build: lock chromium major to 78 on 7-0-x (#19552) 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 b7e5213afc Bump v7.0.0-beta.1 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 0f5cb7995f ci: report test results to appveyor (#19434) 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 d008d217f9 chore: bump chromium to 2a7aff41ce73adc0eeee67d364989 (master) (#18505) 5 years ago
filenames.auto.gni 12bbbef688 docs: fix type information for contents.sendInputEvent (#19479) 5 years ago
filenames.gni e74daf2d19 refactor: move `gfx::ImageSkia` functions to their own util file (#19460) 5 years ago
package.json b7e5213afc Bump v7.0.0-beta.1 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 db3cf52add docs: add support for readonly,deprecated and platform doc annotations (#19478) 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.