Electron Forge Electron Forge is a batteries-included toolkit for building and publishing Electron apps. Get your Electron app started the right way with first-class support for JavaScript bundling and an extensible module ecosystem.
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!
This guide will step you through the process of creating a barebones Hello World app in Electron.
Website Photo & Video lightgallery A modern, electron and nodejs based image viewer for Mac, Windows and Linux.
Electron is a framework enabling developers to build cross-platform desktop applications for macOS, Windows, and Linux by combining web technologies (HTML, JavaScript, CSS) with Node.js and native code. It is open-source, MIT-licensed, and free for both commercial and personal use. In this document, we’ll explain why companies and developers choose Electron.
When Electron switched to Wayland on Linux last fall, most people didn't notice. Major Linux distributions adopted the modern display protocol years ago, and both the KDE Plasma and GNOME desktop environments are in the process of dropping X11 support completely. But a platform migration isn't complete without apps, and a large part of the Linux app ecosystem went through a second Wayland ...
Electron v41.2.0 - Release details Features Added allowExtensions privilege to protocol.registerSchemesAsPrivileged() to enable Chrome extensions on custom protocols. #50529 (Also in 40, 42) Fixes BrowserWindow now enforces min/max size constraints on window creation, even if they conflict with the requested width and height. #50753 (Also in 42) Fixed a regression on Linux where transparent ...