No Description

Samuel Maddock 1bbfa934f0 fix: early GC of WebFrameMain instances (#27648) 4 years ago
.circleci 59d1b650ca build: fix buildflags.h generation on macos (#27579) 4 years ago
.github 9deae1c3c4 chore: do no semantic check on commit messages (#27276) 4 years ago
build 1a79bedb27 build: remove unused install-build-deps (#26891) 4 years ago
buildflags f489e3054a feat: honor `nativeTheme.themeSource = 'dark'` before creating BrowserWindow on Windows (#25373) 4 years ago
chromium_src ddf3ef0a5f refactor: use C++11 class member variable initialization (#27477) 4 years ago
default_app e7c201288c chore: enable Trusted Types in default app (#27453) 4 years ago
docs c175d41ae8 fix: remove windowName set as title for native window.open() (#27481) 4 years ago
lib bc7c290601 refactor: load preload script directly as a string (#27546) 4 years ago
npm 5521f8acca feat: allow path override with --ignore-scripts (#25377) 4 years ago
patches f69c11105f perf: patch libuv to use posix_spawn on macOS (#27026) 4 years ago
script 70190ec2b1 chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 4 years ago
shell 1bbfa934f0 fix: early GC of WebFrameMain instances (#27648) 4 years ago
spec 4a5c5843c4 fix: <webview> not working with Trusted Types (#27445) 4 years ago
spec-main c175d41ae8 fix: remove windowName set as title for native window.open() (#27481) 4 years ago
typings 79b3393768 chore: remove bunch of usages of any (#27512) 4 years ago
vendor bc6fed5eda build: remove requests from git submodule (#26908) 4 years ago
.clang-format a846088eac Add clang-format config file. 8 years ago
.dockerignore 1a79bedb27 build: remove unused install-build-deps (#26891) 4 years ago
.env.example 842830d709 build: move Windows release builds to AppVeyor cloud (#18337) 5 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 51db2a6b34 build: fix JS linting (#26876) 4 years ago
.markdownlint.autofix.json 63ca878210 chore: use markdownlint to lint the docs (#26792) 4 years ago
.markdownlint.json 63ca878210 chore: use markdownlint to lint the docs (#26792) 4 years ago
.remarkrc 2441d51093 add remark lint to ensure fenced codeblocks are formatted properly. 7 years ago
BUILD.gn 59d1b650ca build: fix buildflags.h generation on macos (#27579) 4 years ago
CODE_OF_CONDUCT.md abb1504ecc docs: use asterisks for unordered lists (#26552) 4 years ago
CONTRIBUTING.md 03a70896c7 chore: tidy up markdown (#26554) 4 years ago
DEPS ed126eced4 chore: bump chromium to bf3f97675b5d9eade34526ebf730c (master) (#27305) 4 years ago
ELECTRON_VERSION 0dcc623ab7 Bump v13.0.0-nightly.20210208 4 years ago
LICENSE 70029aa069 chore: update license year (#21657) 5 years ago
README.md 4f2490f8b8 docs: Update Readme, don't mention Electron < 2 (#27535) 4 years ago
SECURITY.md 03a70896c7 chore: tidy up markdown (#26554) 4 years ago
appveyor.yml 4588a41161 chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) (#26535) 4 years ago
azure-pipelines-arm.yml 034a792df1 ci: enable arm64 macOS tests (#24832) 4 years ago
azure-pipelines-woa.yml 708cf44d19 ci: disable CalculateNativeWinOcclusion for woa (#26001) 4 years ago
electron_paks.gni bf6a50c538 fix: pdf viewer missing resources (#27499) 4 years ago
electron_resources.grd d590f2efe3 feat: enable pdf viewer (#21794) 5 years ago
electron_strings.grdp c5a41defbd fix: enable navigator.setAppBadge/clearAppBadge (#27067) 4 years ago
filenames.auto.gni affbf1b3e6 docs: remove v5 and v6 modernization docs (#27498) 4 years ago
filenames.gni 8bf66f8974 fix: clean up implementations of titleBarStyle (#27489) 4 years ago
filenames.hunspell.gni 8bbdc224ac chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256) 4 years ago
package.json fa09183ed1 fix: BrowserView rendering flicker (#27585) 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 70190ec2b1 chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 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 70190ec2b1 chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 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.