惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
腾讯CDC
T
Tailwind CSS Blog
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
The Cloudflare Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
B
Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
博客园 - 司徒正美
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research

Comments for The Eclectic Light Company

Should you try Golden Gate beta? Solutions to Saturday Mac riddles 367 In the shadow: Diego Velázquez Comment on Last Week on My Mac: Freshen up your documents by David Comment on Happy 250th birthday America 2 by mac Happy 250th birthday America 1 Brushstrokes: Portraits 1760-1877 Spotlight and Core Spotlight are different Comment on Sort order, collation and the Finder by eyelessjerry Comment on Apple has just released macOS 26.5.2 Tahoe by Derek Currie Great Ladies of Impressionism: Marie Bracquemond Comment on Get more from your Mac’s log by extending its duration by John Gilbert Comment on Keep your Mac cool using physics by F Portraits of trees: Coppices and pollards Firmware has become complicated again Comment on Logistician 1.2 fixes a couple of bugs by info395288a4d1d What does Activity Monitor measure? Last Week on My Mac: Spotlight on semantics An American in Paris: paintings of Henry Ossawa Tanner 1902-1930 An American in Paris: paintings of Henry Ossawa Tanner 1880-1902 Great Ladies of Impressionism: Berthe Morisot 1874-1891 What to do with a hot Mac Deprecations and removals from Golden Gate Brushstrokes: From El Greco to Rembrandt Portraits of trees: Dutch Golden Age How to get the most from SilentKnight 3 Comment on Hero or hooligan: Achilles becomes the warrior by Deborah J. Brasket Solutions to Saturday Mac riddles 365 Comment on SilentKnight 3.0 for Apple silicon Macs running Sequoia and later (full release) by michaelriccioli Comment on Last Week on My Mac: Uncompressed compressed files by fds
macOS virtualisation is leaping forward in Golden Gate
John Woods · 2026-06-12 · via Comments for The Eclectic Light Company

Buried beneath many layers of AI improvements, macOS Golden Gate is bringing major enhancements to virtualising macOS, as already described at WWDC and in its beta documentation. These come in three main areas:

  • USB accessory access, including external storage,
  • guest provisioning,
  • layered ASIF disk images.

These are each explained by Ronnie Misra in his session in WWDC26.

USB accessories

One of the most frequently requested features in macOS virtualisation is support for external storage and other peripherals connected to the host Mac via USB. The code required to support this is relatively trivial, and its implementation is neat: if you’re running a macOS VM when a suitable peripheral is connected, there’s a menu bar addition to allow you to declare that to the VM. If you approve that, it should become accessible within the VM immediately.

Apple provides all the details here.

Guest provisioning

Currently the primary admin user account has to be set up during the initial run of each VM. When configuring a macOS 27 VM to be run on a macOS 27 host for the first time, it will be possible to configure that first user automatically. This includes their full and short user names, password, whether that user logs in automatically when the VM is started up, and whether remote login using SSH is enabled. This only works when that VM is being set up for the first time.

This should make initial configuration much simpler for those who create VMs more frequently. Documentation is here.

Disk images

The most complex changes are in disk images used by VMs, which now support layering. This is a feature already used in similar situations, such as Docker layers and in Citrix app layering.

Currently, each VM has a single disk image, either in traditional raw format, or using Apple’s recent ASIF. While raw disk images work well with self-contained local VMs, and APFS maintains them as sparse files, those hosted on other file systems or made available over a network aren’t flexible enough.

In a layered disk image, the base layer contains a read-only foundation for the VM, such as its System volume and SSV. That can be shared across multiple VMs, and stored on slower media like a hard disk. To cope with a base layer on slower storage, there can then be a cache layer over that, to improve performance. On top of those is a read-write overlay layer to store additional files, such as the Data volume, and modifications to those stored in the base layer. This is also ideal for snapshots. Overlay layers can change size as needed, although that doesn’t itself change the size of the file system within them.

For those who currently create single independent VMs on SSDs, layering is unlikely to offer much. However, it offers flexibility for those wanting multiple VMs with a common base, particularly if that is stored on a hard disk. There are performance penalties with layering that may make it unsuitable for every VM, though.

These layered ASIF disk images are also available for more general use, where they could prove more widely applicable. Documentation for the new DiskImageKit is here. It remains to be seen whether these features are also made accessible in command tools.

One more elephant

Sadly, not only is there still one elephant in the room, that of App Store access, for which there has been no announcement, but virtualisation now has another, improvements in AI and the new Siri.

Finally, these new features are only available in Golden Gate, which looks to be something of a watershed in macOS virtualisation.