zeromac
Sign In

Your Private Mac, On Demand

Provision your own virtual private Mac, instantly. Billed by the hour.

Sign up

Elastic Capacity

Just as you expect in the modern cloud era, only pay for as much on-demand capacity as you need. No monthly up-front commitments.

Developer Centric

Experiment with iOS and Mac development in the cloud, or spin up your Mac servers with our API. Test your work with old versions of macOS.

Cloud CI Ready

Run your continuous integration tests in the cloud. Spin up capacity on demand with a software environment you control.


Manage your Mac from your browser

With just a few clicks, you can spin up a new Mac VM and watch it boot with our web VNC console. You can automatically import SSH keys from GitHub or connect with a VNC client. Mac hosting has never been easier.


Manage your Mac from our API

Automate your cloud fleet of Macs with our API. Integrate with your existing deployment, provisioning or continuous integration workflows. Find out more with our developer documentation.


  $ curl "https://api.zeromac.com/v1/machines" \
    -H "Authorization: Token zzzzzzz" \
    -H "Content-type: application/json" \
    --data '{
      "name": "Test Box 1",
      "type": "1cpu",
      "password": "yaws lecture lurch abound",
      "image": "10.14"
    }'