I built + open-sourced the browser picker I wanted on macOS
If you run more than one browser or multiple Chrome profiles for work, personal, and side projects. You have experienced this, every link goes to the wrong place until you copy the URL and paste it somewhere else.
I shipped Choose Browser to fix that. Set it as your default browser. Click any link. Pick the browser and profile. Done.
It’s a spiritual successor to Browserosaurus, with profile support built in from day one.
What it does
Default-browser handler — intercepts
http/httpslinks system-wide.Browser + profile chooser — Chrome, Edge, Brave, Arc, Safari, Firefox, and whatever else you have installed.
Search — filter by browser name, profile label, or profile folder.
Remember — save a per-domain rule so
github.comalways opens in your work profile without asking again.Menu bar app — lives in the tray; refresh browsers, open your rules file, quit.
Rules live at ~/Library/Application Support/ChooseBrowser/rules.json. Delete the file to reset.
Try it
Requires macOS 14+. Build from source (no release binary yet):
git clone https://github.com/sdrth/choose-browser.git
cd choose-browser
./Scripts/build_app.sh releaseDrag Choose Browser.app into Applications, launch it, then:
System Settings → Desktop & Dock → Default web browser → Choose Browser


