imuximux
AI workbench for macOS

Overview

Clavue is an agent-era AI platform: the native macOS IDE imux, Clavue CLI / TUI runtimes, web Chat, and official auto · clavue · 2.1 models. Every official surface shares one membership account and quota.

  1. 01
    One product, one job

    Chat, Bot, GUI, CLI, imux, and the two Mobile apps keep distinct bundles. Chat lives on chat.clavue.com.

  2. 02
    One membership

    Account lives on /account. Calls go to api.clavue.com.

  3. 03
    Working copies are not origin

    Push returns to GitHub or Cursor Origin.

What we don’t add

  • A seventh login or a seventh billed product
  • A third git review host
  • A meeting bot or a second ticket tracker
  • “No prompts / no scheduling” as a brand claim
Docs layout follows docs.x.ai-style surfaces + FAQ first, then imux deep dive. Full FAQ: /docs/faq.

Product surfaces

Get started

Pick an entry point; calling official models usually needs a Clavue membership account.

imux · macOS IDE

Full native command center: terminals, multi-session Agent Chat, files / SCM, browser automation, and supervisor.

# Optional CLI shim after install
sudo ln -sf "/Applications/imux.app/Contents/Resources/bin/icc" /usr/local/bin/icc
icc --help

Continue to quickstart → · IDE docs →

Clavue Chat · Web

Multi-turn chat in the browser: Ask / Plan / Agent, official models, and boost quota.

open https://chat.clavue.com
# www /playground redirects here

API · OpenAI 兼容

curl -s https://api.clavue.com/v1/chat/completions \
  -H "Authorization: Bearer $CLAVUE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"clavue-2.1","messages":[{"role":"user","content":"Hello"}]}'

HTTP API guide → · CLI reference →

Hosts & responsibilities

HostRole
www.clavue.comPlatform: membership, pricing, docs, products, Worktree. Chat UI is not here.
api.clavue.comOpenAI-compatible inference & models list
www.iccjk.comimux product · Sparkle / DMG (current v5.1.18)
chat.clavue.comIsolated Chat + Imagine (:3016, not the www tree)
www.clavue.com/bot/Clavue Bot static site (own process)
www.clavue.com/gui · /tui/ · /mobileGUI · CLI/TUI · both phone landings
www.clavue.com/worktreeWorking-copy host. Never git origin.

What you can do

  • Run multi-agent loops in imux: Scout → Plan → implement → verify
  • Code, review PRs, and long tasks on official models (2.1 / pro / rev)
  • Device-code login for CLI / TUI, shared with web membership
  • OpenAI-compatible integrations: point baseURL at api.clavue.com

If something fails

When Chat, API, or imux official models fail, you get a readable message and a support Ref (requestId + code). Use the code for sign-in, quota, or upstream recovery; include the full Ref line when reporting. Errors & support →

Next steps