Tart快速起步

在Appli Silicon主机上,可以快速完成macOS虚拟化运行:

tart运行macOS虚拟机
brew install cirruslabs/cli/tart
tart clone ghcr.io/cirruslabs/macos-sonoma-base:latest sonoma-base
tart run sonoma-base

非常简单,不过很不幸,在我的Intel架构 MacBook Pro 2018 上由于非Apple Silicon而不支持运行,提示报错信息:

tart运行macOS虚拟机在intel架构上报错
pulling manifest...
pulling disk (19.2 GB compressed)...
100%
pulling NVRAM...
Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "os", intValue: nil)], debugDescription: "Darwin VMs are only supported on Apple Silicon hosts", underlyingError: nil))

等后续入手了 Mac Mini 2024 再来验证。

参考