Installation Overview
Not sure which installation option to use? Start here. A quick guide to the three ways to run CloudCLI UI and when to use each one.
Installation Overview
There are several ways to run CloudCLI UI depending on how you work. This page helps you pick the right one.
Before installing, check the Prerequisites.
Options at a Glance
| Option | Best for | Setup |
|---|---|---|
| Quick Start (npx) | Trying it out | npx @siteboon/claude-code-ui |
| Install via npm | Daily use from your machine | npm install -g @siteboon/claude-code-ui |
| Install via npm + PM2 | Always-on UI on your local network | PM2 process manager |
| Local Development | Contributing or testing unreleased features | git clone + npm run dev |
| Remote Server | Access from anywhere without keeping your laptop on | VPS or cloud server |
Not sure which to pick?
Start with Quick Start. If you use it daily, move to Install via npm. If you want it running without keeping a terminal open, add PM2. If you want to access CloudCLI from any device without managing a server at all, see CloudCLI Cloud.