Introduction
Dedicated macOS and iOS sandboxes for computer-use.
use.computer rents you Mac minis you can drive over an HTTP API. Each one ships with 2 macOS VMs + 2 iOS simulators.
- Every piece of the stack was built for this: (Hardware and Software) real M4 Mac minis, 10 Gbps MikroTik fabric, a gateway Dell server (NVME and DDR5 ram), racked in a Fremont datacenter.
- P50 screenshot round-trip is ~150 ms. See Performance for the full numbers.
- Pre-booted warm pool of macOS VMs — your agent gets a clean sandbox in ~1 second.
- Both platforms in the same reservation — macOS and iOS, same SDK, same key.
pip install use-computerfrom use_computer import Mmini
mac = Mmini(api_key="mk_live_...").create()
print(mac.screenshot.take_full_screen())