Herds//main
Offline0 online
T
LiveWorkspace

Your Macs, programmable.

Run something on a Mac

Docs →
import herds

mac = herds.mac()
sbx = herds.Sandbox.create(
    image="xcode:26",
    volumes={"builds": herds.Volume.from_name("ios")},
    secrets=[herds.Secret.from_name("appstore")],
)
sbx.exec("xcodebuild -scheme App archive", check=True)