Electron Wrapper for Bun Web Apps This skill guides wrapping an existing Bun web server into a native desktop app using Electron. It's based on a proven implementation that solved every major integration challenge. Architecture "Electron as chrome, Bun as server" — Two runtimes working together: - Electron/Node.js handles window management, native menus, auto-updates, and IPC - Bun runs the actual web server with all your application logic The Electron main process spawns a bundled Bun binary that runs your server, then loads in a . Your web app doesn't know or care that it's inside Electron…