What ships today
August 26, 2026 · View on GitHub
The complete feature list, with dates on behavior changes. Start at the root README for the short version.

Original live-session recording
- Local Anthropic-compatible proxy for Claude Code:
ANTHROPIC_BASE_URL=http://localhost:3456is the integration contract. - One Rust binary,
llmux, with daemon, login/import, dashboard, status, account management, channel/update, and Claude Code launch (run). - Four backend groups in one pool: Claude (subscription + API key), Codex (
gpt-*/ ChatGPT subscription), Grok (xAI device-code login +grok-*models), OpenRouter (2026-08-21:llmux login --openrouterbrowser PKCE — or--pastefor a key you already have — plusor-*models, ten curated free rows and a verbatim escape hatch to the rest of the OpenRouter catalog). - Multi-account scheduling with perishable-quota scoring (
default) or sticky exhaust (round-robin), Fable weekly ceilings, and 429 cooldown parking — not manual account juggling. See schedulers. - Model-to-backend routing: Claude-like names → Claude group;
gpt-*/codex→ Codex;grok/grok-*→ Grok;or-*/ bareor/openrouter/*→ OpenRouter. Override via config routing tables. - Codex + Grok adapters that accept Claude Code Messages requests and stream Anthropic-style SSE back (Responses-family upstreams under the hood).
- OpenRouter passthrough (2026-08-21): OpenRouter serves the Anthropic Messages format natively, so that path is not a translator at all — the body is forwarded unchanged and only the
modelfield is rewritten (or-ox-alpha→stealth/ox-alpha). See models.md and the design record inopenrouter/spec.md. - Reasoning-effort override with bypass (2026-07-15, behavior change): a configured
codex.reasoning_effort/grok.reasoning_effortnow OVERRIDES the client'soutput_config.effort; leave it unset (or cycle the dashboard's group-settings bar tobypass) to let the client's value ride through. Previously a configured effort was only a fallback the client always outranked — if you relied on that, clear the setting to restore it. The codex cycle now includesmax(native on gpt-5.6, clamps toxhighbelow). The grok cycle (2026-08-26) isbypass → none → low → medium → high → xhigh → bypass;xhighreaches the wire on models whose level set has it (grok-4.6) and clamps tohighon those that do not (grok-4.5). - Browser logins from the dashboard (2026-08-26):
nin the accounts overlay opens a provider picker — Claude (Anthropic OAuth), Codex (ChatGPT OAuth), Grok (xAI device code: verification URL + user code, best-effort browser open, then polling), OpenRouter (PKCE minting ansk-or-v1-…key). The flow runs in the client and the minted credential is injected into the daemon (POST /llmux/inject-accountwhen attached), so no restart and no shell round-trip. A client that cannot open a browser is told to runllmux logininstead of being left on a flow that would hang. - Remote-first CLI:
--remote host[:port]orremote.hostin config drives one central daemon from many machines (Tailscale/WireGuard). See the remote daemon guide. - Multi-tenant client keys (2026-08-06):
llmux key new --name <pc> [--email …] [--admin]issues per-machinelmk-keys (shown once, stored hashed), so several PCs share one daemon while usage is metered per tenant; suspend/resume/revoke/rotate bite on the next request without a restart, and the/llmux/*control plane now requires an admin credential even from localhost. See operational-reference.md. - Model catalog API:
GET /modelsandGET /llmux/models— curated ids, aliases, efforts,max_context, group. See models.md. - Detached daemon + live TUI dashboard for quota windows (incl. Fable weekly / Grok rate-limit gauges), account health, routing, and manual switch.
- Calendar usage & cost tab (2026-07-15): hourly / daily / monthly buckets × model with all four token classes and API-equivalent USD cost, ledger-aligned amounts, replayed from the persisted request history —
Uin the dashboard. See operational-reference.md. - Perf tab: observed provider/model performance (2026-07-17): passive per-request timing (TTFB, first streamed delta, estimated post-delta throughput) folded into daily tokens/sec stats per
(provider, model, codex-fast)— braille chart, date×provider health matrix (requests / error% / latency / e2e / est), single-day drill-down, and at/scolumn on every activity row and session. Quiet days render as gaps, low samples dim, client disconnects never poison a provider's error rate —pin the dashboard. See operational-reference.md and.prd/15. - Mouse-editable config tab (2026-07-17): every config leaf classified live-editable / restart-required / read-only-with-reason (machine-enforced against the schema — a new setting fails the build until classified), click-to-edit value cells, blast-radius confirm gates, and persist-first apply with a typed ack so "saved but needs restart" can never masquerade as applied. Works identically attached to a remote daemon. See configuration.md and
.prd/15. - DevTools-style raw request viewer (2026-07-15): the activity feed's
🔍 requestline opens every captured leg of an exchange — client request, rewritten upstream request, verbatim upstream response, delivered response — with scrolling,copy/copy as curl/saveactions. See the accidental AI debugger and operational-reference.md. - llmux Islands, a native macOS menu-bar/notch companion plus an Arch Linux/KDE Qt/Kirigami port for glanceable usage, request receipts, and screen-share-safe email masking. See llmux-islands.md, the Linux build guide, and the cross-platform design/evidence dossier.
- Stable + preview channels via Homebrew (
llmux/llmux-preview), withllmux channelandllmux update. See operational-reference.md.