Quickstart
From sign-up to a green build in a few minutes.
- Create your account and choose a plan (Starter, Pro or Team). A subscription is required to run builds.
- Connect GitHub (recommended) — Dashboard → GitHub runners → Install on GitHub. One click installs the MacOps GitHub App on the repos you choose; no tokens or webhooks to copy. See Connect GitHub.
- Create a project — point it at your repo URL and Xcode scheme. For a Swift package the scheme is usually
<Package>. - Run a build — choose a job type (build / test / archive), a target (iOS Simulator, physical iPhone, or macOS VM) and an OS version. Or just push: with GitHub connected, every push runs CI and posts a
macops/cicommit status. - Watch it live — logs stream in real time on the build page; artifacts are saved for download.
- Ship it — add an App Store Connect key and run a Deploy job to push to TestFlight.
Prefer the terminal or an AI agent? Everything here is available via the CLI and MCP with an API key.