A cross-platform browser configuration manager and launcher for Microsoft Edge and Google Chrome.
- Support for multiple browsers (Edge and Chrome)
- Multiple channel support (Stable/Beta/Dev/Canary)
- Custom launch arguments
- Configuration management
- Cross-platform support (Windows, macOS, Linux)
Clone the repository
git clone https://github.com/halton/BrowserLauncher.gitGo into the repository
cd BrowserLauncherInstall dependencies
npm installnpm startBuild for your platform:
npm run buildBuild packages for specific platform
npm run build:win # Windows
npm run build:mac # macOS
npm run build:linux # Linux