Forced to Choose
Ollama? NVIDIA only. ComfyUI? NVIDIA only. You can only use ONE GPU vendor at a time. Wasted hardware.
Vendor lock-inMix and match different GPU types in one unified system. NVIDIA CUDA, Apple Metal, AMD ROCm, and CPU - all working together. No vendor lock-in. Use what you have.

Most AI tools force you into one GPU ecosystem.
rbee orchestrates all GPU types in one unified system. No vendor lock-in.
rbee automatically detects and uses all available backends
See how easy it is to mix different GPU types
# rbee.yaml - Heterogeneous hardware setupworkers: - name: gaming-pc host: gaming-pc.local backend: cuda gpus: ["NVIDIA RTX 4090"] - name: mac-studio host: mac-studio.local backend: metal gpus: ["Apple M2 Ultra"] - name: old-laptop host: old-laptop.local backend: cpu cpus: ["Intel i7"]
# rbee automatically routes to best backendHow users leverage heterogeneous hardware with rbee
Use all your GPUs together. NVIDIA + Apple + AMD + CPU = one unified system. No vendor lock-in.