Q
Quorom
v1.2 · alpha · free during preview

Your private AI cluster,reachable from anywhere.

Turn the machines you already own into one OpenAI-compatible inference cluster. LAN discovery, cloud relay, and distributed model sharding — all in one app.

Need help? Install guide · GitHub

Built for real hardware

Everything you need to build a private inference network

LAN + Cloud

Zero-config networking

Nodes connect outbound to the relay. No firewalls, no port forwarding, no networking headaches.

llama.cpp RPC

Distributed inference

Split a model across machines — every node's GPU and CPU contributes to each token.

/v1/chat/completions

OpenAI-compatible

Point Cursor, Open WebUI, or curl at your cluster. Drops in anywhere the OpenAI SDK works.

Private

Local-first

Models run on hardware you control. The relay only brokers metadata and token streams.

v1.2+

Auto-updating

One click updates the app in place — no reinstall, no browser. New features land automatically.

Always visible

Real-time monitoring

Live system pill shows node count, VRAM usage, GPU type, token throughput, and active requests.

Up and running in 3 steps

01

Download & launch

Install on macOS or Windows. The setup wizard auto-detects Ollama, LM Studio, and your GPUs.

02

Connect your machines

Generate an API key on the dashboard. Paste it into each machine. They auto-connect on every boot.

03

Chat or distribute

Use the Playground for load-balanced routing, or distribute a model across machines for combined compute.

terminal
# Any machine on your cluster becomes an API endpoint
curl http://localhost:32768/v1/chat/completions \
-H "Authorization: Bearer quorom_…" \
-H "Content-Type: application/json" \
-d '{
"model": "qwopus3.6-27b",
"messages": [{ "role": "user", "content": "hello" }],
"stream": true
}'
# routes to least-loaded node with this model
# or distributes across all machines if sharding is on

Ready to build your cluster?

Free during alpha. No credit card required.