Skip to content

Install the software

The software half is a single CLI, physiclaw. Install it, check the version, then run the health check.

bash
curl -fsSL https://physiclaw.ai/install.sh | bash

This installs uv, Python 3.12, and the physiclaw CLI, then downloads the local vision model. If the model download fails, re-run it with physiclaw setup local-vision-model.

bash
physiclaw --version

If the shell can’t find the command, open a new terminal so the updated PATH loads, then try again.

bash
physiclaw doctor

doctor reports current version, config path, the on-device vision model, detected hardware, the configured model, and installed skills.

PhysiClaw is installed as a uv tool. Stop the server, then update it with uv:

bash
uv tool upgrade physiclaw

Clear user data (~/.physiclaw), then remove the CLI:

bash
physiclaw uninstall
uv tool uninstall physiclaw