Lives in the menu bar
No windows hanging around. Negligible idle CPU.
A tiny URL router for your Mac
Work links in Work. Personal links in Personal.
Rootie quietly sends them
to the right Chromium profile.
here’s the whole trick
Links from outside your browser pass through one small set of rules. A match picks a profile. No match just uses your default.
tiny on purpose
No windows hanging around. Negligible idle CPU.
Readable JSON at ~/.rootie/config.json.
No account, analytics, cloud sync, or mystery service.
ready when you are
The little CLI finds your installed browsers and profile names. Pick a default, add a few rules, and you’re done.
$ brew install --cask hmbakhsh/tap/rootie
✓ Rootie was successfully installed!
$ rootie setup
Chromium browser:
1) Helium (default)
2) Google Chrome
› 1
Not notarized just yet—macOS may ask you to approve the first launch in Privacy & Security.
{
"defaultProfile": "Personal",
"rules": [{
"name": "Acme stuff",
"profile": "Work",
"enabled": true,
"match": {
"host": "github.com",
"pathPrefix": "/acme"
}
}]
}
no new language to learn
Exact domains, subdomains, or path prefixes. First match wins. That’s really it.
See the config guide →