Documentation Index
Fetch the complete documentation index at: https://mintlify.com/0xdps/default-tamer/llms.txt
Use this file to discover all available pages before exploring further.
What is Default Tamer?
Default Tamer is a macOS menu bar utility that acts as your system’s default browser — but instead of opening URLs itself, it intelligently routes them to the right browser based on where the link came from and what URL it points to. Set Default Tamer as your default browser once — from then on, your links open exactly where you want them.Default Tamer requires macOS 13.0 or later and is built with Swift 5.9.
How It Works
When you click a link anywhere on your Mac, Default Tamer evaluates your rules in order. The first matching rule wins, and unmatched links go to your fallback browser.- Check if app is enabled
- Check for Option key override (shows manual browser chooser)
- Evaluate each enabled rule until one matches
- Fall back to default browser if no rules match
Key Features
Smart Routing
Route links based on source app (Slack, Cursor, etc.) and URL patterns
Domain Rules
Send specific domains to specific browsers with exact, suffix, or contains matching
Override Chooser
Hold ⌥ Option while clicking any link to manually pick a browser
Fallback Browser
Configurable default for unmatched links
Launch at Login
Optionally start at system login
Activity Logging
Optional, privacy-first diagnostic log of recent routes
Rule Types
Default Tamer supports three types of routing rules:Source App Rules
Route links based on which application sent them. Example: All links from Slack open in ChromeDomain Rules
Route based on the domain with three matching types:- Exact:
github.commatches only github.com (also normalizes www.github.com) - Suffix:
.atlassian.netmatches mycompany.atlassian.net, jira.atlassian.net, etc. - Contains:
jiramatches any domain containing “jira”
URL Pattern Rules
Route based on URL content:- Contains: Simple string matching (e.g.,
/adminmatches any URL with /admin) - Regex: Advanced pattern matching with full regex support
/admin open in Safari
Privacy First
All processing is local — no network calls, no telemetry
Stores no personal information
Activity logging is opt-in; URLs are sanitized before storage (tokens, API keys, secrets are stripped)
What’s Next?
Installation
Download and set up Default Tamer as your default browser
Quick Start
Create your first routing rule in under 2 minutes