Enlazor logo

One browser to route them all

Get it on the Mac App Store

Free • macOS 13 or later • Swift & SwiftUI • No data collection

What is Enlazor?

Enlazor is a smart URL opener for macOS. Set it as your default browser and define simple rules so every link opens in the most suitable browser (or profile).

Examples:

How it works (in 10 seconds)

  1. Enlazor registers as your system default browser (HTTP/HTTPS).
  2. When any app opens a link, Enlazor checks your rules locally.
  3. It forwards the URL to the matching browser; otherwise uses your fallback.

Key features

Quick start

  1. Set Enlazor as default browser
    System Settings → Desktop & Dock → Default web browser → Enlazor
  2. Pick a fallback browser in Enlazor.
  3. Add rules in the UI (top-to-bottom evaluation).

Prefer JSON?

~/Library/Containers/com.enlazor.Enlazor/Data/Library/Application Support/Enlazor/config.json

Example:

{
  "defaultBrowserBundleID": "com.apple.Safari",
  "rules": [
    { "browserBundleID": "com.google.Chrome", "pattern": "youtube.com" },
    { "browserBundleID": "org.mozilla.firefox", "pattern": "localhost" }
  ]
}

The first matching rule wins. If none matches, defaultBrowserBundleID is used.

Support & docs


© 2025 Julian Vilas Diaz. Enlazor is distributed via the Mac App Store under Apple’s Standard EULA.