**A software framework for building native applications using web technologies.** [Writing Your First Electron App | Electron](https://www.electronjs.org/docs/tutorial/first-app) Electron is an Open Source software framework developed by GitHub. It uses Chromium rendering and Node.js runtime. Electron is an npm package. Electron Apps: - [[Obsidian]] - Vanilla JS - VSCode - Vanilla JS - [[Notion]] - Uses [[React]] # Inspecting Electron Cause you always forget the hotkey: > [!tip] `alt`+`cmd`+`i` --- ## Related - [[NodeJS]]