Provider Dashboard

Pilot Program

Become a DICOMPUTE Provider

Earn by serving AI inference from your Apple Silicon hardware. Your Mac becomes part of a decentralized, hardware-attested inference network.

DICOMPUTE is currently in public alpha and in active development. Provider participation is part of our pilot program and the system may change as we iterate.

Requirements

Apple Silicon Mac

M1, M2, M3, or M4 series (any tier). GPU inference runs natively on the Neural Engine and GPU.

macOS 14.0+

Sonoma or later required for Secure Enclave attestation and hardware security features.

Stable Internet

Reliable connection with low latency. Inference requests are routed based on network quality.

16GB+ RAM

Recommended minimum for serving 4-bit quantized models. 32GB+ enables larger models.

Setup Guide

1

Install the Provider CLI

One command to download and install the DICOMPUTE provider on your Mac.

curl -fsSL https://api.dicompute.ai/install.sh | bash
2

Link Your Account

Link this machine to your DICOMPUTE account. You'll get a code to enter on the web to verify ownership.

darkbloom login
3

Start the Provider

Launch the provider. It will show an interactive picker to select models based on your hardware, download them, and start serving.

darkbloom start
4

Check Status

Verify your provider is online and serving. Hardware attestation via Secure Enclave happens automatically.

darkbloom status

Frequently Asked Questions