Alpha · Umbra is in testing. No payments or payouts yet; all credit is free while we tune the network.
Console · Earn

Earn with your Mac.

Same account you sign in with. You keep your buyer access (API keys, $1 free credit) and add the provider side. Hosting is set up from the CLI on the Mac you want to host from, not from this page.

You're already hosting ✓

You have a device registered. Go to wallet →

Start hosting from the CLI

You earn by registering a Mac with the CLI. It signs you in, registers the device under this account, installs the attestation profile, then pulls and serves a model you pick. Four steps, about five minutes.

  1. Install the CLI on the Mac you want to host from:
    curl -fsSL https://tryumbra.dev/install | sh
  2. Sign in and register the device:
    umbra login
  3. Install the attestation profile (one-time, ~2 min):
    curl -fSL https://mdm.tryumbra.dev/mdm/enroll -o ~/Downloads/umbra-enroll.mobileconfig
    Then System Settings → Device Management → install.
  4. Pick a model and start serving:
    umbra host
    Confirm with umbra status (shows coordinator admission).