Quickstart

From sign-up to a green build in a few minutes.

  1. Create your account and choose a plan (Starter, Pro or Team). A subscription is required to run builds.
  2. Connect GitHub (recommended) — Dashboard → GitHub runnersInstall on GitHub. One click installs the MacOps GitHub App on the repos you choose; no tokens or webhooks to copy. See Connect GitHub.
  3. Create a project — point it at your repo URL and Xcode scheme. For a Swift package the scheme is usually <Package>.
  4. 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/ci commit status.
  5. Watch it live — logs stream in real time on the build page; artifacts are saved for download.
  6. 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.