Files
hapi/docs/guide/quick-start.md
T

964 B

Quick Start

Install HAPI

::: code-group

npm install -g @twsxtd/hapi
brew install tiann/tap/hapi
npx @twsxtd/hapi

:::

Other install options: Installation

Start the server

hapi server

On first run, HAPI prints an access token and saves it to ~/.hapi/settings.json.

Start a coding session

hapi

This starts Claude Code wrapped with HAPI. The session appears in the web UI.

Open the UI

Open your browser:

http://localhost:3006

Or from another device on the same network:

http://<your-computer-ip>:3006

Enter your access token to log in.

Next steps