<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZMacOSRestoreImage/latestSupported",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZMacOSRestoreImage(cm)fetchLatestSupportedWithCompletionHandler:"
  },
  "title" : "latestSupported"
}
-->

# latestSupported

Fetches the latest restore image supported by this host from the network.

```
class var latestSupported: VZMacOSRestoreImage { get async throws }
```

## Discussion

Construct a [`VZMacOSInstaller`](/documentation/Virtualization/VZMacOSInstaller) object with a `VZMacOSRestoreImage` loaded from a file on the local file system. A `VZMacOSRestoreImage` fetched with the [`latestSupported`](/documentation/Virtualization/VZMacOSRestoreImage/latestSupported) method has a URL property that refers to a restore image on the network.

To use a network restore image, download the file to disk (using <doc://com.apple.documentation/documentation/Foundation/URLSession> or similar API). After downloading the restore image, you can initialize a [`VZMacOSInstaller`](/documentation/Virtualization/VZMacOSInstaller) using a URL referring to the local file.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)