electron-docs
Installation
SKILL.md
Electron Skill
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. This skill covers the Electron latest documentation.
When to Use
- Building cross-platform desktop applications with web technologies
- Creating apps that need native OS integration (menus, notifications, dock, taskbar)
- Wrapping web applications as desktop apps with Node.js backend capabilities
- Apps requiring inter-process communication between main and renderer processes
- Distributing auto-updating desktop applications