Docs / CLI

Install the CLI

Install the bithuman CLI with one command, then verify with bithuman doctor.

Install

One command, macOS and Linux:

curl -fsSL https://github.com/bithuman-product/homebrew-bithuman/releases/latest/download/install.sh | sh

This downloads the latest self-contained bithuman binary (the same engine that powers the SDKs) and puts it on your PATH.

Verify

bithuman doctor

doctor checks your install, platform, and that everything’s ready to run. Then head to Commands or jump straight in:

bithuman pull modern-court-jester
bithuman run

Tipbithuman run prints a local URL (e.g. http://127.0.0.1:8088/<code>) where your agent is live. See Configuration for cloud vs on-device options and Local mode to run fully offline.