electron-util
Reuse common utilities across Electron main, renderer, and Node contexts.
- Stars
- 1,337
- Forks
- 65
- Updated
- Updated Jun 11, 2026
Reuse common utilities across Electron main, renderer, and Node contexts.
electron-util packages common helpers for Electron applications into separate shared, main-process, and pure Node.js entry points. Developers can use it for environment and process detection, development-mode checks, and ASAR path handling without duplicating small utilities. Main-process features still require an IPC layer when exposed to a renderer, and the current package requires Electron 37 or later.
Resource types
Use cases
Audience
Public GitHub facts last synced Jul 14, 2026.
Stream and share BitTorrent files from browser or Node.js applications.
Manage lightweight local JSON data with JavaScript
Scaffold codebases from a product spec or embed a developer agent.
Create WebRTC video, voice, and data channels in JavaScript