Electrobun Core
Installation
SKILL.md
Electrobun Core Patterns
Electrobun is a cross-platform desktop app framework (macOS/Windows/Linux) using Bun as runtime and a native system webview (or CEF) as renderer. The bun process and renderer run as separate processes; they communicate via RPC (see electrobun-rpc skill).
Project Structure
src/
├── bun/ # Main process (Bun side)
│ └── index.ts # Entry point
└── mainview/ # Renderer process
├── index.html
├── index.css
└── index.ts