ClavueClavue
AI platform · IDE · agents · models

Clavue · CLI

CLI

Terminal agent runtime and full-screen TUI. npm package clavue-v1.

Same membership · /account

  • 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 --version

First 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_TOKEN

Family

This page does not replace the homepage.

LineJobSite
Clavue ChatBrowser chat and image studio on official models./
Clavue BotStandalone bot surface — not Chat, not GUI./bot/
Clavue GUIStandalone desktop agent workbench for Mac and Windows./gui
Clavue CLI / TUIcurrentTerminal agent runtime and full-screen TUI. npm package clavue-v1./tui/
imux IDENative macOS AI command center — terminals, files, SCM, browser, supervisor./download
Clavue Models & APIOfficial product models and the OpenAI-compatible API./models