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.
- Install the CLI on the Mac you want to host from:
curl -fsSL https://tryumbra.dev/install | sh - Sign in and register the device:
umbra login - 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. - Pick a model and start serving:
umbra host
Confirm withumbra status(shows coordinator admission).
- Same account, two roles. Your buyer API keys keep working, so you can spend credits and earn credits from the same login.
- You pick the models. Pull from HuggingFace with your own HF key, run the arch allowlist, and host only what you want to host.
- Wallet accrues as requests complete. Alpha: payouts are off for now, so earnings accrue to your wallet but are not paid out yet.
- Attestation, not promises. Trust comes from Apple hardware attestation on the host. Hardware attestation is rolling out during alpha.