A browser picker. When you (or another application) open a link anywhere on your system, Pick Browser intercepts it and lets you choose which browser to open it in.
npm install
npm run tauri buildThe installer will be output to src-tauri/target/release/bundle/.
npm install
npm run tauri dev- Run the build step, and run the installer that was created.
- Set Pick Browser as your default browser (there's a button in the app, or do it manually via your OS settings).
- Click any link — Pick Browser will pop up and let you choose which browser to open it in.