Electron Core Knowledge Deep Knowledge : Use with technology: for comprehensive API documentation. When NOT to Use This Skill - Tauri applications - Use the skill for Rust-based desktop apps - Web applications only - Electron is for desktop apps, not web deployment - Mobile applications - Electron doesn't support iOS/Android natively - CLI tools - Use Node.js directly for command-line applications --- Architecture Process Model Project Structure --- IPC Communication Essentials Preload Script Main Process Handlers Full Reference : See ipc-security.md for complete IPC patterns and type-safe se…