OpenAI-compatible
Point Hermes, Cursor, or any SDK at http://localhost:8000/v1. Model id: routism-ultra.
Self-hosted
Self-hosted, OpenAI-compatible multi-model orchestration for coding agents.
./install.sh → routism · model routism-ultra
Story · 01
Coding agents speak OpenAI Chat Completions. Routism is that endpoint — then a Conductor plans, fans work across your models, scores, and merges one answer.
conductor pipeline
Conductor breaks the task
Workers run in your pool
One scored answer
Architecture · 02
Docker runs Routism. Ollama runs the engine. You bring the workers.
Hidden engine models (planner / verifier) live on host Ollama. Your worker pool is BYOK — Ollama, MLX, Groq, or any OpenAI-compatible endpoint. The CLI wires OLLAMA_BASE_URL so Docker can reach host Ollama.
eng-thinker · eng-verifier · eng-judge2 via Ollama — not in the Docker image, not selectable as workers.
eng-thinker eng-verifier eng-judge2 // not selectable as workers
Connect providers in the dashboard. Secrets stay on your machine.
docker runs routism · ollama runs the engine · you bring the workers
ENGINE
WORKERS
Install
No accounts, OAuth, or billing — single installation, MIT licensed. Run ./install.sh then bare routism for interactive setup — Docker, Ollama, engine models, API + UI.
$ ./install.sh
$ routism
# Dashboard http://localhost:3000 · API http://localhost:8000/v1
# Agent env
export OPENAI_BASE_URL="http://localhost:8000/v1"
export OPENAI_API_KEY="rtm_…"
# model: routism-ultra
# Client timeout: 300–600 seconds
# ready — model routism-ultraDashboard http://localhost:3000 · API http://localhost:8000/v1
Why Routism
Point Hermes, Cursor, or any SDK at http://localhost:8000/v1. Model id: routism-ultra.
Your machine, your Docker stack. No cloud lock-in for the control plane.
No accounts, OAuth, or billing — single installation, MIT licensed.
Docker runs Routism. Ollama runs the engine. You bring the workers.
Docs: OpenAI compat · API reference
Capabilities
Works with your stack
compose stack
./install.sh
your machine
Get Routism
Clone the public MIT repo. Install the CLI. Conduct your models.
git clone https://github.com/Dreamstick9/Routism.git Routism cd Routism ./install.sh routism
Agent model id: routism-ultra · env: OPENAI_BASE_URL=http://localhost:8000/v1