A command-line REPL tool for Electron applications that allows you to execute JavaScript code in the main process.
- Connect to running Electron applications
- Execute JavaScript code in the main process
- Support for macOS and Linux (Windows support coming soon)
- Command history support
- Colored output for better readability
cargo install electron-repl
electron-repl <app-name> [port]
app-name
: Name of the Electron application (required)port
: Port number for DevTools (default: 9222)
electron-repl Discord
- macOS
- Linux
- Windows (coming soon)
MIT License - see LICENSE for details