Apple officially unveiled macOS 27 Golden Gate at WWDC 2026 on June 8, shipping a developer beta the same day. The release marks the end of Intel Mac support, a refined take on Liquid Glass, and the deepest Apple Intelligence integration macOS has ever seen.
Key Highlights
- Apple Silicon exclusive — Intel Macs receive no support, Rosetta 2 ends completely
- Liquid Glass redesigned with improved readability and customizable tint levels
- Siri rebuilt from scratch with Apple Intelligence: conversational, context-aware, cross-app
- Visual Intelligence arrives on Mac for the first time
- App launch speeds up 30%, AirDrop transfers up to 80% faster
- 5K ultrawide display support at 120Hz
The End of an Era: Intel Macs Left Behind
macOS 27 Golden Gate is the first version of macOS to run exclusively on Apple Silicon. The minimum supported hardware is:
- MacBook Air / Pro — Apple Silicon models from 2020 onward
- iMac — 2021 or later
- Mac mini — 2020 or later
- Mac Studio — 2022 or later
- Mac Pro — 2023 or later
Rosetta 2 — Apple's x86-to-ARM translation layer introduced alongside the original M1 in 2020 — is removed entirely. Developers with legacy Intel-only binaries need to ship Universal or native Apple Silicon builds before September.
Advanced Siri AI capabilities carry an additional hardware bar: M3 or newer with at least 12 GB of unified memory. M1 and M2 machines with 8 GB will run macOS 27 but with a stripped-back Siri experience.
Liquid Glass Refined
macOS 26 introduced Liquid Glass and promptly received a wave of readability complaints. Apple has addressed the most common criticisms in version 27:
- Stronger contrast ratios across menus and toolbars
- Consistent refraction rendering — no more jagged edges on sidebars
- Edge-to-edge sidebar layouts that match the iOS 27 aesthetic
- A new Customizable Liquid Glass slider, letting users dial the transparency from ultra-clear to fully tinted
The refinements align macOS more tightly with iOS 27 and iPadOS 27 without abandoning the translucency direction Apple committed to last year.
Siri AI: Built on Apple Intelligence
The headline feature is a ground-up redesign of Siri, now a dedicated app that syncs conversation history across iPhone, iPad, and Mac via iCloud. Key capabilities:
- Personal context — Siri reads your Calendar, Messages, and Mail to answer questions like "What did Sarah say about the Tuesday meeting?"
- Cross-app actions — ask Siri to "move all the PDFs from my Downloads to the project folder and rename them by date" without leaving what you are doing
- Web-grounded answers — real-time lookups without switching to Safari
- Conversational follow-ups — context is retained across turns in the same session
The Siri app stores transcripts on-device by default; iCloud sync is opt-in and end-to-end encrypted.
Visual Intelligence on Mac
Previously an iPhone-only feature introduced in iOS 18, Visual Intelligence lands on macOS 27. Users can point the cursor at anything on screen — an image in a webpage, a chart in a PDF, text in a screenshot — and invoke Siri to answer questions about it. The feature works with third-party apps through a new Screen Context API that developers can adopt to surface richer answers.
Safari: Smarter Tabs and Custom Extensions
Safari ships three notable additions:
- Automatic tab grouping — the browser clusters open tabs by topic in real time, with no manual dragging required
- Notify Me — set a watch on any webpage; Safari alerts you when prices drop, items come back in stock, or content changes
- Generate Extension — describe what you want a browser extension to do in plain text, and Safari generates and installs it locally
Photos and Creative AI
The Photos app gains:
- Spatial Reframing — AI recomposes a shot for a different aspect ratio without visible cropping
- Extend — expands an image beyond its original edges using generative fill
- Upgraded Object Removal that handles complex backgrounds and moving subjects
Performance at a Glance
| Area | Improvement |
|---|---|
| App launch speed | up to 30% faster |
| AirDrop transfers | up to 80% faster |
| Network file browsing | significantly improved |
| Ultrawide display | 5K at 120Hz |
| Safari page load | improved (Apple-internal testing) |
Release Timeline
| Milestone | Date |
|---|---|
| Developer Beta 1 | June 8, 2026 |
| Public Beta | July 2026 |
| General Release | ~September 14, 2026 |
What This Means for Developers
macOS 27 raises the floor in several ways developers should act on before September:
- Drop Intel-only binaries — any app still shipping x86-only will stop working on macOS 27 at install time, not just at launch. Update your CI to build Universal or Apple Silicon targets.
- Test on 8 GB M1/M2 machines — the reduced Siri feature set on lower-memory machines affects any app that integrates Apple Intelligence APIs. Make sure your fallback paths are solid.
- Adopt Screen Context API — Visual Intelligence hooks give your app richer Siri answers for free if you implement the protocol before the public beta.
- Target new Safari APIs — the Notify Me and custom extension generator APIs are in the beta SDK today.
Developers can download macOS 27 Golden Gate Developer Beta 1 from the Apple Developer portal or via System Settings on an enrolled Mac.
Source: Apple Developer Documentation