Skip to content

halton/BrowserLauncher

Repository files navigation

BrowserLauncher

A cross-platform browser configuration manager and launcher for Microsoft Edge and Google Chrome.

BrowserLauncher Screenshot

Features

  • 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)

Development

Clone the repository

git clone https://github.com/halton/BrowserLauncher.git

Go into the repository

cd BrowserLauncher

Install dependencies

npm install

Run build

npm start

Build packages

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

License

MIT