Cloud machines that stay awake between your agent’s runs
Give an agent a machine instead of a container that resets. Files, caches, toolchains and running processes are still there the next time it connects.
npm i -g minimachines
$ mm create --os macos-15 --region sfo1
→ machine mac-runner-07 ready in 19s · persistent volume attached
$ mm exec mac-runner-07 -- xcodebuild -scheme Halo archive
→ ** ARCHIVE SUCCEEDED ** Halo.xcarchive · 2m 41s
$ mm exec mac-runner-07 -- fastlane beta
→ uploaded to TestFlight · build 214
$
We acquired minimachines for $2.5M
minimachines built the mobile build fleet we kept sending our own users to: real macOS hosts, hardware-accelerated Android emulators, and a CLI small enough for an agent to drive. It is now part of radissh, and every plan includes it.
Your agents can build, sign and ship iOS and Android apps in the cloud today. Read the announcement
One fleet, one command
Every machine keeps its disk, its processes and its uptime. This is what a small team’s fleet looks like on a Tuesday.
| Machine | Image | Region | State | Uptime |
|---|---|---|---|---|
| mac-runner-07 | macOS 15.4 | sfo1 | running | 4d 02h |
| mac-runner-08 | macOS 15.4 | iad1 | running | 11h 18m |
| droid-04 | Ubuntu 24.04 | iad1 | running | 2d 07h |
| droid-05 | Ubuntu 24.04 | fra1 | idle | 6d 21h |
| agent-scratch-12 | Ubuntu 24.04 | sfo1 | running | 31d 04h |
Mobile builds, from minimachines
iOS
Apple silicon machines with the full toolchain preinstalled.
- Xcode 16 with simulators for iOS 17 and 18
- Signing certificates and provisioning profiles held in the machine keychain
- fastlane, CocoaPods, SwiftPM caches that survive restarts
- Ship to TestFlight without a laptop in the loop
Android
Build machines sized for Gradle, not for a free CI tier.
- SDK 35, NDK, and hardware-accelerated emulators
- Gradle and Maven caches kept warm between runs
- Keystores stored on the persistent volume, never in your repo
- Signed bundles ready for the Play Console
Pricing
Machines are billed while they run. Stopped machines keep their disk for $0.15 per GB per month.
- Solo$29 per month, one seat2 Linux machines, 1 macOS machine, 100 build hours.
- Team$180 per month, five seatsShared fleet, 10 machines, 750 build hours, priority regions.
- FleetTalk to us annualDedicated hosts, reserved macOS capacity, SSO and audit logs.