macOS Golden Gate Hides Windowed AirPlay Behind a Feature Flag

macOS 27 Golden Gate has a hidden feature that fixes one of the most persistent annoyances for Mac users who receive AirPlay content: the mandatory fullscreen takeover. Beta testers digging through Control Center preferences discovered the flag, and a Reddit thread has the details. The hidden Siri AI features found in earlier builds show this is not the first time testers have turned up unreleased functionality by reading the code.

macOS Golden Gate AirPlay in Window

Since macOS Monterey introduced AirPlay receiver support on Mac in 2021, streaming video from an iPhone or iPad to your Mac has always commandeered the full display, forcing you off your desktop entirely. For anyone working on a single-monitor setup, that meant either breaking the AirPlay session to get back to work or avoiding the feature altogether. The new windowed mode addresses that directly, letting AirPlay content appear as a regular window you can position and resize alongside anything else on your desktop.

How to Enable Windowed AirPlay Now

The feature is off by default, and Apple has not publicly enabled it in any beta release. To turn it on, open Terminal and run the following command, then restart your Mac:

sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && 
sudo defaults write /Library/Preferences/FeatureFlags/Domain/ControlCenter APReceiverInWindow -dict Enabled -bool true

This writes to the FeatureFlags domain under ControlCenter, setting APReceiverInWindow to true. Because it targets a private flag, the UI is noted as unstable, so avoid using it on any machine you rely on for daily work. If you want to install the public beta on a secondary partition or spare machine to test this, that is the safer route. You can also check the common beta problems and fixes before committing.

To disable it, use the below code and restart your Mac:

sudo defaults delete /Library/Preferences/FeatureFlags/Domain/ControlCenter APReceiverInWindow

The implementation may look or behave differently by the time macOS Golden Gate ships this fall. The underlying plumbing is clearly present and functional enough for testers to use. Apple has been working on this for some time even if it was not ready for the public beta launch.

The people who will benefit most are Mac users with a single external display or a MacBook without an external monitor attached. On a dual-display setup, losing one screen to a fullscreen AirPlay session is inconvenient but manageable. On a single screen, it is a genuine workflow disruption. The windowed mode means you could mirror a Keynote rehearsal from your iPad onto your Mac while keeping a notes app visible, or monitor a long video export from your iPhone without surrendering your workspace.

Enterprise and education users who share Mac displays for collaboration or content review could also find this useful, since it removes the all-or-nothing nature of the current receiver experience. Right now, receiving AirPlay content on a Mac is a commitment; windowed mode makes it behave more like any other application.

Apple has positioned macOS Golden Gate similarly to how it framed Mac OS X Snow Leopard in 2009: a release focused on performance and underlying technology rather than a long list of marquee new features. Faster AirDrop transfers, faster network file browsing, improved Messages syncing, and better Spotlight suggestions are among the stated improvements. Among the macOS Golden Gate features worth trying, windowed AirPlay fits the same pattern: a small but meaningful quality-of-life fix rather than a headline addition.

About the Author

Imran Hussain is the founder and editor of iThinkDifferent, which he launched in 2008 to cover Apple news, reviews, and how-to guides. He has spent over 15 years writing about iOS, macOS, and the wider Apple ecosystem, with a focus on hands-on guides - installing developer betas, troubleshooting, and walking through new features on his own devices. Based in Dubai, he also loves to cover photography, gaming, and the tech industry more broadly on his social media profiles.

Leave a Reply