Install Clawdbot on Raspberry Pi

Requires Raspberry Pi 5 (preferred) or Pi 4 with 8GB RAM.

ARM64 Architecture Warning

The official `ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest` image is multi-arch and supports ARM64 (aarch64).

Performance on Pi 4 might be slow. Pi 5 is recommended for smoother VNC experience.

Installation Steps

1. Install Docker on Pi OS (64-bit)

curl -fsSL https://get.docker.com | sh

Ensure you are using the 64-bit version of Raspberry Pi OS.

2. Add User to Group

sudo usermod -aG docker $USER && newgrp docker

3. Run Clawdbot

curl -fsSL https://agentinstaller.com/install.sh | bash