macOS Browsers

How to choose a truly private browser for your Mac

Every browser calls itself private now, and the word has been stretched to mean anything from 'blocks some trackers' to 'has a dark window mode.' Here are four questions that separate marketing from architecture — and an honest look at how the browsers you'd actually consider on a Mac answer them.

First: incognito mode is not privacy

Private or incognito windows do one thing — they stop the browser writing history, cookies and form data to your own disk. The sites you visit still see you, your network and ISP still see your traffic, and the browser maker’s own data collection is untouched. Incognito protects you from the next person using your Mac, and from nobody else. Real browser privacy is about what happens on every window, all the time.

The four questions that actually matter

1. What does the browser itself send?

Before worrying about ad networks, ask about the browser: telemetry, crash reports, usage analytics, “safe browsing” lookups, cloud sync that’s on by default. This is the highest-order question because it’s the one you can’t fix with an extension — if the browser phones home, everything else is negotiation. The gold standard is simple to state: a browser that makes zero network calls of its own, so the only traffic leaving your Mac is the sites you chose to visit.

2. Where do the “smart” features run?

The 2026 question. Browsers increasingly summarize pages, suggest next steps, or bundle assistants — and each such feature either runs locally or ships your page content to a server. Neither is automatically wrong, but you should get to know which it is and to say no. Look for features that are opt-in, local, and explainable; be wary when the documentation is vague about where processing happens.

3. What happens to trackers and ads?

Tracker blocking is where most “private browser” marketing lives, and it does matter — cross-site trackers are how your browsing becomes a profile. Prefer blocking that’s built into the browser over an extension: extensions add a party that can itself read your browsing, and content-blocking APIs limit what they can do anyway.

4. Can you verify any of it?

Claims are cheap. Verification is either reading (open source, or at least a precise technical description of what’s collected) or watching (point Little Snitch or a local proxy like mitmproxy at the browser and see what it connects to). A browser whose honest answer to question 1 is “nothing” is the easiest kind to verify — any connection that isn’t a site you visited is a broken promise.

Applying the test on a Mac

Descriptions below come from each browser’s own public documentation; strengths first, honestly.

Where Sill fits

Disclosure: Sill is the browser I build, so judge this section by the four questions rather than by me. Sill’s answers:

Sill's sidebar showing an unread count on the Gmail favorite and an upcoming-meeting card — read locally from the user's own signed-in pages
Sill's heads-up favorites read your own signed-in pages locally — "my data, shown to me," never "something is watching me."

Sill is free early access for macOS 14 Sonoma or later, Apple Silicon and Intel, with no account required.

The five-minute check for any browser

  1. Read the privacy page: what telemetry is on by default, and can it be fully disabled?
  2. Find every AI or suggestion feature and confirm where it processes your data — local or server.
  3. Check whether tracker and ad blocking is built in or requires an extension.
  4. Search for the browser’s data-collection disclosure (Mac App Store privacy labels are a fast proxy).
  5. If you’re serious: watch its connections with Little Snitch for a day.

Frequently asked questions

Is incognito or private browsing mode actually private?

Only locally. Private windows stop the browser saving history, cookies and form data on your machine. Websites, your employer's network, and your ISP see your traffic exactly as before, and the browser maker's own telemetry is unaffected. It's amnesia, not invisibility.

What should a private browser never do?

Phone home with your browsing. The strongest privacy property a browser can have is making no network calls of its own — no telemetry, no cloud sync of history by default, no sending page content to remote AI services. Everything else (tracker blocking, fingerprint resistance) builds on top of that.

Do I need a VPN if I use a private browser?

They solve different problems. A private browser controls what the browser itself collects and what trackers see; a VPN hides your IP address and traffic from your network and ISP. Neither replaces the other.

Is Sill's smart behaviour AI in the cloud?

No. Sill's routine detection is a deterministic engine that runs on your Mac — not a model, not a black box, no LLM anywhere — and it's off by default. It observes metadata only (which sites, when), never page content or keystrokes, and banking, health and government sites are never observed at all.

How can I verify what a browser sends?

Watch it. Run a local proxy like Charles or mitmproxy, or use Little Snitch on macOS, and observe the browser's connections while you browse. A browser that makes zero calls of its own is easy to verify — the only traffic you'll see is the sites you visit.