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.git
Go into the repository
cd BrowserLauncher
Install dependencies
npm install
npm start
Build for your platform:
npm run build
Build packages for specific platform
npm run build:win # Windows
npm run build:mac # macOS
npm run build:linux # Linux