Install the software
The software half is a single CLI, physiclaw. Install it, check the version, then run the health check.
1. Run the install script
Section titled “1. Run the install script”curl -fsSL https://physiclaw.ai/install.sh | bashiwr -useb https://physiclaw.ai/install.ps1 | iexThis 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.
2. Check it installed
Section titled “2. Check it installed”physiclaw --versionIf the shell can’t find the command, open a new terminal so the updated PATH loads, then try again.
3. Run the health check
Section titled “3. Run the health check”physiclaw doctordoctor reports current version, config path, the on-device vision model, detected hardware, the configured model, and installed skills.
Updating
Section titled “Updating”PhysiClaw is installed as a uv tool. Stop the server, then update it with uv:
uv tool upgrade physiclawUninstall
Section titled “Uninstall”Clear user data (~/.physiclaw), then remove the CLI:
physiclaw uninstalluv tool uninstall physiclaw