Files
hapi/docs/guide/quick-start.md
T
weishu 37e10a831b feat: rename server package to hub
Rename the `server/` directory to `hub/` and update all references
across CLI, docs, web, and workspace configuration.
2026-01-27 19:51:21 +08:00

1.1 KiB

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 hub

hapi hub --relay

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

hapi server remains supported as an alias.

The terminal will display a URL and QR code for remote access.

End-to-end encrypted with WireGuard + TLS.

Start a coding session

hapi

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

Open the UI

Open the URL shown in the terminal, or scan the QR code with your phone.

Enter your access token to log in.

Next steps