- Device login (clavue-v1 auth login)
- Three desks: /girl · /boy · /bigdaddy
- Official cloud api.clavue.com
- Same membership as Chat / imux
What it is / vs imux · icc
- npm package clavue-v1 — the binary is clavue-v1, for scripts, CI, and interactive TUI agents.
- Not the imux IDE — no workspaces, terminal grid, or Agent Chat panel.
- Not the imux-bundled icc: icc is the IDE socket/automation shim; clavue-v1 is a standalone membership CLI.
Install
Install clavue-v1 (site fallback 1.7.1), then log in and verify the version.
npx -y clavue-v1
# or
npm i -g clavue-v1
clavue-v1 auth login
clavue-v1 --versionFirst task · TUI vs one-shot CLI
Interactive TUI suits multi-turn agent loops; one-shot commands suit scripts and CI.
# Interactive TUI (multi-turn agent)
clavue-v1
# One-shot prompt (script / CI friendly)
npx -y clavue-v1 ask "Summarize this repo's README"Same API & env vars
Device-code login against www.clavue.com, or point a membership token at api.clavue.com/v1. Model ids match Chat, GUI, and imux Agent Chat.
export OPENAI_BASE_URL=https://api.clavue.com/v1
export OPENAI_API_KEY=$CLAVUE_TOKENDocumentation
Family
This page does not replace the homepage.
| Line | Job | Site |
|---|---|---|
| Clavue Chat | Browser chat and image studio on official models. | / |
| Clavue Bot | Standalone bot surface — not Chat, not GUI. | /bot/ |
| Clavue GUI | Standalone desktop agent workbench for Mac and Windows. | /gui |
| Clavue CLI / TUIcurrent | Terminal agent runtime and full-screen TUI. npm package clavue-v1. | /tui/ |
| imux IDE | Native macOS AI command center — terminals, files, SCM, browser, supervisor. | /download |
| Clavue Models & API | Official product models and the OpenAI-compatible API. | /models |
