A CLI tool that runs Electron applications while suppressing verbose and irrelevant terminal output.
run-electron is a Node.js CLI tool that runs Electron applications while filtering out the framework's excessive terminal output. It solves the problem of cluttered terminals filled with Electron's warnings, CORS errors, and debug messages, allowing developers to see only their application logs.
Electron developers who are frustrated by verbose terminal output during development and want a cleaner debugging experience.
It provides a seamless, drop-in replacement for the electron command that dramatically improves terminal readability without requiring code changes or configuration.
Run Electron without all the junk terminal output
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Filters out excessive warnings, CORS errors, and debug messages, as demonstrated in the before/after terminal examples, leaving only app logs.
Acts as a drop-in replacement for the electron command, supporting all CLI arguments without requiring code changes or configuration.
Preserves only application logging, reducing distractions and improving productivity during development, per the project's philosophy.
Requires just npm installation and can be used immediately, as shown in the usage instructions with no additional steps.
Offers no way to customize filtered messages, potentially hiding important warnings or errors that could be relevant for debugging.
Electron must be installed separately, as it's not bundled, adding an extra step compared to using Electron directly.
May indiscriminately suppress output, including messages useful for diagnosing specific issues, since it's designed to hide 'all the junk'.