No description
Find a file
2021-08-11 16:23:47 -04:00
.circleci ci: make arm64 macos test cleanup more resilient (#30495) 2021-08-11 16:23:47 -04:00
.github chore: add wg-security as required reviewer for other files with IPC handlers (#29092) 2021-05-12 12:04:06 -07:00
.husky chore: Update husky v6.0.0 (#28827) 2021-04-29 09:46:15 +02:00
build build: use fully qualified path names for deps (#30414) 2021-08-05 11:03:50 -07:00
buildflags
chromium_src feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
default_app refactor: use PathProvider for user-data-dir and others (#29649) 2021-06-15 09:32:56 +09:00
docs feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
lib feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
npm fix: download the arm64 version of Electron when running node under rosetta (#29953) 2021-07-06 10:40:26 +09:00
patches feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
script build: rebase release branch before reverting bump (#30400) 2021-08-05 10:49:12 -07:00
shell fix: explicitly define REFGUID from ::GUID&, not base::GUID (#30442) 2021-08-11 12:43:33 -07:00
spec chore: bump chromium to 93.0.4566.0 (main) (#29980) 2021-07-06 08:17:13 -04:00
spec-main feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
typings feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
.clang-format
.dockerignore
.env.example
.eslintrc.json
.gitattributes
.gitignore build: remove the vendor directory (#28883) 2021-04-28 00:38:08 -07:00
.markdownlint.autofix.json
.markdownlint.json fix: ensure the typescript definitions only export correct value types (#28712) 2021-06-15 13:50:31 -07:00
.remarkrc
appveyor.yml build: enable woa testing (#28952) 2021-05-03 09:53:51 -04:00
azure-pipelines-arm.yml
azure-pipelines-woa.yml chore: bump node to v16.5.0 (main) (#30031) 2021-07-15 11:25:00 -04:00
BUILD.gn chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md chore: update releases to 8 weeks in CONTRIBUTING (#30115) 2021-07-13 13:57:19 -07:00
DEPS chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
electron_paks.gni
electron_resources.grd
electron_strings.grdp feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
ELECTRON_VERSION Bump v16.0.0-nightly.20210811 2021-08-11 06:01:26 -07:00
filenames.auto.gni feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
filenames.gni feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
filenames.hunspell.gni
filenames.libcxx.gni chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
filenames.libcxxabi.gni test: rebuild nan tests with libc++ and libc++abi (#29281) 2021-05-22 11:48:38 -07:00
LICENSE
package.json build: update remark (#30493) 2021-08-11 11:13:33 -07:00
README.md docs: remove devDependencies badge from README (#29499) 2021-06-03 09:44:48 -07:00
SECURITY.md
tsconfig.default_app.json
tsconfig.electron.json
tsconfig.json
tsconfig.script.json
tsconfig.spec.json
vsts-arm-test-steps.yml
vsts-arm32v7.yml build: update build images to update npm and node (#30359) 2021-08-02 10:01:59 +09:00
vsts-arm64v8.yml build: update build images to update npm and node (#30359) 2021-08-02 10:01:59 +09:00
yarn.lock build: update remark (#30493) 2021-08-11 11:13:33 -07:00

Electron Logo

CircleCI Build Status AppVeyor Build Status Electron Discord Invite

📝 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 coc@electronjs.org.

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.