Overview
Clavue is an agent-era AI platform: the native macOS workbench imux, Clavue Chat / CLI runtimes, and official auto · clavue · 2.1 models. Terminal, IDE sessions, web Chat, and API share one membership and quota.
Use www.clavue.com for membership, Chat, and api.clavue.com; imux installers and Sparkle updates ship from the download surface.
Get started
Clavue runs on multiple surfaces. Pick an entry point; most require a Clavue membership account.
imux · macOS
Full native command center: terminals, 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 --helpClavue Chat · Web
Multi-turn chat in the browser: Ask / Plan / Agent, official models, and boost quota.
open https://www.clavue.com/playground
# or chat.clavue.comAPI · 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"}]}'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, shared with web membership
- OpenAI-compatible integrations: point baseURL at api.clavue.com
Use Clavue everywhere
| I want to… | Surface |
|---|---|
| Native multi-agent workbench | imux · v5.0.1 |
| Browser chat / boost packs | /playground |
| Programmatic calls | api.clavue.com |
| See model heat | /rankings |