Apple announced macOS 27, branded “Golden Gate,” at WWDC 2026. It’s in developer beta now, with a public release this fall. It’s Apple-silicon-only and is reportedly the last version to fully support Rosetta 2 — so if you still ship or run Intel binaries, the clock is ticking.
A more refined Liquid Glass
The Liquid Glass design introduced last year gets tuned for the Mac: a new transparency slider to dial translucency up or down, better contrast over busy content, refined window shadows, more uniform toolbars, and edge-to-edge sidebars. Importantly for developers, Liquid Glass adoption is now effectively mandatory — recompiling with Xcode 27 opts your app in automatically.
What’s new for users
- Siri AI comes to the Mac with a standalone app and a “Search or Ask” field in Spotlight (Cmd+Space).
- Safari gets automatic tab organization, “Notify Me” page monitoring, and natural-language custom extension generation.
- Performance: app launches up to ~30% faster and external-drive transfers up to ~5x faster.
- Photos & productivity: Reframe/Extend editing, full-resolution shared albums, Shortcuts that auto-generate from a plain-language description, and Markdown in Notes.
The Mac becomes an AI-native dev machine
For development teams, Golden Gate is mostly about the toolchain:
- Xcode 27 is Apple-silicon-only and ~30% smaller, with agentic coding throughout — agents that build, test, render previews, drive devices, and debug. A new Device Hub replaces the Simulator UI, and third-party agents from Anthropic, OpenAI and Google plug in, along with plugins (Figma, GitHub) via the Agent Client Protocol.
Foundation Modelson the Mac add anfmcommand-line tool and a Python SDK for the same on-device model, and the framework is being open-sourced with Linux server support — so the model you prototype on a Mac can run in your Swift backend.- Core AI for running and converting custom on-device models, including PyTorch conversion to Apple silicon.
What it means for teams
Two practical takeaways: make sure your build machines are on Apple silicon and plan for the Rosetta 2 sunset, and budget a little time for Liquid Glass — once you build against Xcode 27, your Mac app inherits the new look whether you’re ready or not. The upside is a genuinely AI-native development workflow that can meaningfully speed up delivery.
Based on Apple’s WWDC 2026 announcements and developer betas; final features and timing may change before the fall release.