If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: web.archive.org/web/20221206010859/https://www.electronjs.org/docs/latest - Introduction | Electron.

site address: web.archive.org/web/20221205064008/https://www.electronjs.org/docs/latest redirected to: web.archive.org/web/20221206010859/https://www.electronjs.org/docs/latest

site title: Introduction Electron

Our opinion (on Monday 21 September 2026 6:54:11 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=Welcome to the Electron documentation! If this is your first time developing an Electron app, read through this Getting Started section to get familiar with the basics. Otherwise, feel free to explore our guides and API documentation!;

Headings (most frequently used words):

what, is, electron, getting, started, running, examples, with, fiddle, in, the, docs, help,

Text of the page (most frequently used words):
electron (35), and (19), the (14), app (12), fiddle (11), you (10), with (9), #getting (6), docs (6), #examples (6), your (6), html (6), span (6), const (6), started (5), this (5), are (5), how (5), development (5), open (4), forge (4), what (4), quick (4), start (4), our (4), version (4), node (4), github (3), community (3), tools (3), api (3), help (3), running (3), into (3), new (3), developing (3), get (3), references (3), javascript (3), create (3), end (3), processes (3), tutorial (3), documentation (3), content (3), type (3), process (3), for (3), element (3), createwindow (3), browserwindow (3), preload (3), path (3), org (3), introduction (3), 2021 (2), more (2), discord (2), resources (2), governance (2), security (2), checklists (2), reference (2), page (2), bug (2), see (2), issue (2), from (2), other (2), links (2), places (2), can (2), contributing (2), applications (2), testing (2), debugging (2), users (2), distribution (2), guides (2), features (2), when (2), best (2), practices (2), work (2), all (2), one (2), body (2), chrome (2), chromium (2), using (2), hello (2), world (2), head (2), http (2), meta (2), title (2), replacetext (2), text (2), selector (2), window (2), platform (2), index (2), win (2), require (2), main (2), also (2), through (2), button (2), will (2), that (2), required (2), electronjs (2), recommend (2), building (2), apps (2), english (2), blog (2), web (2), copyright, openjs, foundation, contributors, collective, stack, overflow, twitter, performance, next, edit, suspect, package, please, check, any, existing, issues, match, problem, not, feel, free, fill, out, report, template, submit, tracker, need, great, place, advice, developers, server, stuck, anywhere, here, few, look, compiling, making, contributions, daunting, try, make, easier, section, useful, better, understand, project, works, organized, debug, write, tests, used, quality, learn, distribute, miscellaneous, add, important, keep, mind, depth, them, guide, publish, first, application, official, available, sidebar, these, different, categories, expect, each, unsafe, inline, self, script, src, policy, equiv, utf, charset, doctype, versions, innertext, getelementbyid, document, domcontentloaded, addeventlistener, quit, darwin, closed, length, getallwindows, activate, then, whenready, loadfile, __dirname, join, webpreferences, 600, height, 800, width, function, fiddles, integrates, nicely, browsing, tutorials, frequently, underneath, code, block, have, installed, link, automatically, load, example, copy, pasting, sandbox, written, supported, maintainers, highly, installing, learning, tool, experiment, apis, prototype, during, which, distributing, good, browse, around, discover, things, framework, desktop, css, embedding, its, binary, allows, maintain, codebase, cross, windows, macos, linux, native, experience, advanced, installation, instructions, search, русский, português, 日本語, français, español, deutsch, releases, showcase, introducing, complete, pipeline, read, announcement, skip, wayback, machine, archive, 20221206010859, https, www, latest, timestamps, about, capture, fail, success, 2023, 2022, jan, dec, nov,


Text of the page (random words):
introduction electron nov dec jan 06 2021 2022 2023 success fail about this capture timestamps the wayback machine http web archive org web 20221206010859 https www electronjs org docs latest skip to main content introducing electron forge 6 a complete pipeline for building your electron apps read more in the forge 6 announcement blog electron docs api blog tools electron forge electron fiddle community governance showcase resources releases github english english deutsch español français 日本語 português русский 中文 search get started introduction quick start advanced installation instructions tutorial processes in electron best practices examples development distribution testing and debugging references contributing get started introduction on this page what is electron electron is a framework for building desktop applications using javascript html and css by embedding chromium and node js into its binary electron allows you to maintain one javascript codebase and create cross platform apps that work on windows macos and linux no native development experience required getting started we recommend you to start with the tutorial which guides you through the process of developing an electron app and distributing it to users the examples and api documentation are also good places to browse around and discover new things running examples with electron fiddle electron fiddle is a sandbox app written with electron and supported by electron s maintainers we highly recommend installing it as a learning tool to experiment with electron s apis or to prototype features during development fiddle also integrates nicely with our documentation when browsing through examples in our tutorials you ll frequently see an open in electron fiddle button underneath a code block if you have fiddle installed this button will open a fiddle electronjs org link that will automatically load the example into fiddle no copy pasting required docs fiddles quick start 22 0 0 open in fiddle main js preload js index html const app browserwindow require electron const path require path function createwindow const win new browserwindow width 800 height 600 webpreferences preload path join __dirname preload js win loadfile index html app whenready then createwindow app on activate if browserwindow getallwindows length 0 createwindow app on window all closed if process platform darwin app quit window addeventlistener domcontentloaded const replacetext selector text const element document getelementbyid selector if element element innertext text for const type of chrome node electron replacetext type version process versions type doctype html html head meta charset utf 8 title hello world title meta http equiv content security policy content script src self unsafe inline head body h1 hello world h1 p we are using node js span id node version span chromium span id chrome version span and electron span id electron version span p body html what is in the docs all the official documentation is available from the sidebar these are the different categories and what you can expect on each one tutorial an end to end guide on how to create and publish your first electron application processes in electron in depth reference on electron processes and how to work with them best practices important checklists to keep in mind when developing an electron app examples quick references to add features to your electron app development miscellaneous development guides distribution learn how to distribute your app to end users testing and debugging how to debug javascript write tests and other tools used to create quality electron applications references useful links to better understand how the electron project works and is organized contributing compiling electron and making contributions can be daunting we try to make it easier in this section getting help are you getting stuck anywhere here are a few links to places to look if you need help with developing your app our community discord server is a great place to get advice from other electron app developers if you suspect you re running into a bug with the electron package please check the github issue tracker to see if any existing issues match your problem if not feel free to fill out our bug report template and submit a new issue edit this page next quick start getting started running examples with electron fiddle what is in the docs getting help docs getting started api reference checklists performance security tools electron forge electron fiddle community governance resources discord twitter stack overflow more github open collective copyright 2021 openjs foundation and electron contributors
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)
  • loading
  • Electron homepage
  • OpenJS Foundation Logo
  • OpenJS Foundation Logo

Verified site has: 46 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-46


The site also has references to the 2 subdomain(s)

  archive.org  Verify   help.archive.org  Verify


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 302 FOUND
Server nginx
Date Mon, 21 Sep 2026 06:54:10 GMT
Content-Type text/plain; charset=utf-8
Content-Length 0
Connection close
x-archive-redirect-reason found capture at 20221206010859
location htt???/web.archive.org/web/20221206010859/htt????/www.electronjs.org/docs/latest
server-timing captures_list;dur=0.731525, exclusion.robots;dur=0.052487, exclusion.robots.policy;dur=0.040724, esindex;dur=0.009669, cdx.remote;dur=12.244977, LoadShardBlock;dur=1303.474395, PetaboxLoader3.resolve;dur=122.200091, PetaboxLoader3.datanode;dur=1146.213488
x-app-server wwwb-app244-dc8
x-ts 302
x-tr 1360
server-timing TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie wb-p-SERVER=wwwb-app244; path=/
X-location All
X-AS 16276
X-RL 0
X-NA 0
X-Page-Cache MISS
Server-Timing MISS
X-NID OVH SAS
Referrer-Policy no-referrer-when-downgrade
Permissions-Policy interest-cohort=()
X-sd 0
HTTP/1.1 200 OK
Server nginx
Date Mon, 21 Sep 2026 06:54:11 GMT
Content-Type text/html
Transfer-Encoding chunked
Connection close
x-archive-orig-content-length 61189
x-archive-orig-content-md5 ltyteCCPAJGsmRbRogyBHA==
x-archive-orig-last-modified Tue, 06 Dec 2022 00:34:35 GMT
x-archive-orig-accept-ranges bytes
x-archive-orig-etag 0x8DAD721A6A7F497
x-archive-orig-x-ms-request-id b77a14e8-b01e-00bb-590f-09a414000000
x-archive-orig-x-ms-version 2018-03-28
x-archive-orig-x-cache CONFIG_NOCACHE
x-archive-orig-x-azure-ref 0K5aOYwAAAAByQORwuA9QR4Z1DjRtaBbTU0pDRURHRTAzMTcANGYxMThlNzUtNDhjZC00ZmMxLTlkMzMtMDQ3ZGM5ZmEyYzcw
x-archive-orig-date Tue, 06 Dec 2022 01:08:59 GMT
x-archive-orig-connection close
x-archive-guessed-content-type text/html
x-archive-guessed-charset utf-8
memento-datetime Tue, 06 Dec 2022 01:08:59 GMT
link <htt????/www.electronjs.org/docs/latest>; rel= original , <htt???/web.archive.org/web/timemap/link/htt????/www.electronjs.org/docs/latest>; rel= timemap ; type= application/link-format , <htt???/web.archive.org/web/htt????/www.electronjs.org/docs/latest>; rel= timegate , <htt???/web.archive.org/web/20210401181503/htt????/electronjs.org/docs/latest>; rel= first memento ; datetime= Thu, 01 Apr 2021 18:15:03 GMT , <htt???/web.archive.org/web/20221206010857/htt????/electronjs.org/docs/latest>; rel= prev memento ; datetime= Tue, 06 Dec 2022 01:08:57 GMT , <htt???/web.archive.org/web/20221206010859/htt????/www.electronjs.org/docs/latest>; rel= memento ; datetime= Tue, 06 Dec 2022 01:08:59 GMT , <htt???/web.archive.org/web/20221207011747/htt????/electronjs.org/docs/latest>; rel= next memento ; datetime= Wed, 07 Dec 2022 01:17:47 GMT , <htt???/web.archive.org/web/20260920173942/htt????/www.electronjs.org/docs/latest>; rel= last memento ; datetime= Sun, 20 Sep 2026 17:39:42 GMT
content-security-policy default-src self unsafe-eval unsafe-inline data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src RUS-20221206005926-crawl903/RUS-20221206010443-00009.warc.gz
server-timing captures_list;dur=2.735242, exclusion.robots;dur=0.187193, exclusion.robots.policy;dur=0.135400, esindex;dur=0.038631, cdx.remote;dur=50.834538, LoadShardBlock;dur=638.414186, PetaboxLoader3.datanode;dur=616.202905, PetaboxLoader3.resolve;dur=80.639611, load_resource;dur=194.891277, nav;dur=0.204526
x-app-server wwwb-app54-dc6
x-ts 200
x-tr 1075
server-timing TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie wb-p-SERVER=wwwb-app54; path=/
X-location All
X-AS 16276
X-RL 0
X-NA 0
X-Page-Cache MISS
Server-Timing MISS
X-NID OVH SAS
Referrer-Policy no-referrer-when-downgrade
Permissions-Policy interest-cohort=()
X-sd 0
Content-Encoding gzip

Meta Tags

title="Introduction | Electron"
charset="UTF-8"
name="generator" content="Docusaurus v2.2.0"
data-rh="true" name="viewport" content="width=device-width,initial-scale=1"
data-rh="true" name="twitter:card" content="summary_large_image"
data-rh="true" property="og:url" content="htt???/web.archive.org/web/20221206010859/htt????/electronjs.org/docs/latest/"
data-rh="true" name="docusaurus_locale" content="en"
data-rh="true" name="docsearch:language" content="en"
data-rh="true" name="docusaurus_version" content="current"
data-rh="true" name="docusaurus_tag" content="docs-default-current"
data-rh="true" name="docsearch:version" content="current"
data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"
data-rh="true" property="og:title" content="Introduction | Electron"
data-rh="true" name="description" content="Welcome to the Electron documentation! If this is your first time developing an Electron app, read through this Getting Started section to get familiar with the basics. Otherwise, feel free to explore our guides and API documentation!"
data-rh="true" property="og:description" content="Welcome to the Electron documentation! If this is your first time developing an Electron app, read through this Getting Started section to get familiar with the basics. Otherwise, feel free to explore our guides and API documentation!"
itemprop="position" content="1"
itemprop="position" content="2"

Load Info

page size15209
load time (s)3.202515
redirect count1
speed download4749
server IP 207.241.237.3
* all occurrences of the string "http://" have been changed to "htt???/"