What is Electron Electron is a free tool developed by GitHub for developing cross-platform desktop apps with JS, HTML and CSS. Electron uses web pages as its GUI, so you can also see it as a minimal Chromium browser, controlled by JavaScript. So all the electron apps are technically web pages running in a browser … Continue reading Electron Introduction