A simple package that retrieves the path of the most known browsers (if installed), no matter the OS.
If browser is not found, it returns null.
Other browsers (Opera, Brave, ...) will be added in future, feel free to help me!
npm i browser-paths
import { getChromiumPath } from "browser-paths"; # or any other supported browser
path = getChromiumPath()
- Google Chrome
- Microsoft Edge
- Thorium Browser (only linux)
- Chromium (fallback on the other generic chromium based browsers)
- Mozilla Firefox