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

OptionBest forSetup
Quick Start (npx)Trying it outnpx @siteboon/claude-code-ui
Install via npmDaily use from your machinenpm install -g @siteboon/claude-code-ui
Install via npm + PM2Always-on UI on your local networkPM2 process manager
Local DevelopmentContributing or testing unreleased featuresgit clone + npm run dev
Remote ServerAccess from anywhere without keeping your laptop onVPS 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.

Last updated March 4, 2026