Introduction
Dedicated macOS and iOS sandboxes for computer-use.
use.computer rents you Mac minis built for computer-use. Each one ships with 2 macOS VMs + 2 iOS simulators — same SDK, same key.
Every piece of the stack — hardware and software — was built for this. M4 Mac minis on a 10 Gbps MikroTik fabric, fronted by a Dell gateway server with NVMe storage and DDR5 RAM, racked in Hurricane Electric's datacenter. Latency is the design constraint: pre-booted VMs available in ~1 second, P50 screenshot round-trip ~150 ms. See Performance for the full numbers.
pip install use-computerfrom use_computer import Mmini
mac = Mmini(api_key="mk_live_...").create()
print(mac.screenshot.take_full_screen())