WebmasterID logoWebmasterID
User agents

macOS user agent tokens

Browsers on macOS include a Macintosh; Intel Mac OS X platform token. The macOS version embedded in it is frozen or capped by modern browsers, so it confirms macOS but not the precise release, and it still says Intel even on Apple Silicon for compatibility. Use Client Hints for finer detail.

Verified against primary sources

What this means

On macOS, browsers report a Macintosh; Intel Mac OS X platform token with a version. Modern browsers freeze or cap this version to reduce fingerprinting and avoid breaking version-sniffing sites, so the number plateaus and stops tracking new macOS releases accurately.

Notably, the token continues to say Intel even on Apple Silicon Macs. This is intentional compatibility behaviour; it does not mean the machine has an Intel processor.

What you cannot infer

You cannot read the exact macOS release from the frozen version, and you cannot determine Intel versus Apple Silicon from the legacy string, since it reports Intel universally. Attempts to do either yield misleading data.

Where platform architecture or version genuinely matters, request high-entropy Client Hints (such as Sec-CH-UA-Arch and Sec-CH-UA-Platform-Version) and accept that the browser may not return them.

Practical handling

Group macOS visits by the broad family for analytics and avoid presenting a precise version or chip split derived from the user agent. Such breakdowns are unreliable given the freeze and the universal Intel token.

As always, do not base access control on the platform token alone; it is coarse context and is client-supplied.

How it appears in analytics and logs

A Macintosh / Mac OS X token indicates a macOS desktop browser. The version is frozen or capped, and the architecture still reads Intel even on Apple Silicon Macs, so neither the OS version nor the chip can be read reliably from the user agent.

Diagnostic use case

Interpret the macOS platform token for desktop analytics, and understand why it cannot tell you the exact macOS version or whether the Mac uses Apple Silicon.

What WebmasterID can help detect

WebmasterID treats the macOS token as coarse OS context for human-traffic breakdowns, avoiding any claim about exact macOS version or chip architecture that the user agent cannot support.

Common mistakes

Privacy and accuracy notes

The macOS token is coarse OS context, not an identity or a location. WebmasterID records the broad platform family only and does not combine tokens into a fingerprint.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.