Prerequisites
What you need before installing CloudCLI UI. Node.js version requirements and supported AI coding agents.
Prerequisites
This guide covers what you need to self-host CloudCLI UI. If you'd rather skip setup entirely, CloudCLI Cloud requires nothing installed locally.
Node.js
CloudCLI UI requires Node.js v22 or higher.
Check your current version:
node --versionIf you need to install or upgrade, the easiest way is via nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 22
nvm use 22Or download directly from nodejs.org.
At Least One AI Coding Agent
CloudCLI UI is a UI layer for AI coding agents. You need at least one installed and authenticated on your machine.
Claude Code
The most commonly used agent with CloudCLI UI. Requires a Claude Pro or Max subscription, or an Anthropic API key.
npm install -g @anthropic-ai/claude-code
claude→ Claude Code installation guide
Cursor CLI
Requires a Cursor subscription.
npm install -g @cursor/cliCodex
Requires an OpenAI API key.
npm install -g @openai/codexGemini CLI
Requires a Google account or API key.
npm install -g @google/gemini-cliNext Steps
Once you have Node.js and at least one agent ready, head to the Installation Overview to pick the right setup for how you work.