macOS platform workspaces: DarwinProvider for macOS guest VMs using Virtualization.framework
Golden image infrastructure: IPSW download, macOS install, SSH provisioning with Homebrew-based tool installation
Native device forwarding: replaced all external tool dependencies (socat, libimobiledevice, pymobiledevice3, usbfluxd) with native implementations
IOKit-based USB device detection on macOS via CGo/ObjC with event-driven attach/detach notifications
Native usbmuxd protocol for iOS device enumeration and lockdownd protocol for metadata enrichment (DeviceName, ProductVersion, ProductType)
Bidirectional TCP↔Unix socket relay (SocketRelay + ReverseSocketRelay) replacing socat
Typed vsock control messages for device:connect/device:disconnect in pg-agent
Bundled adb sidecar binary shipped in daemon tarball — no external adb dependency
Device mesh announcement and WebSocket events for connected devices
CGo bridge for VZMacGuestProvisioningOptions (macOS 27+)