Install Clawdbot on Linux

Supported distros: Ubuntu, Debian, Fedora, CentOS, Arch Linux

Quick Install

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

This script will install Docker automatically if missing (Ubuntu/Debian only).

Manual Prerequisites

1. Install Docker

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

2. Add User to Docker Group

sudo usermod -aG docker $USER && newgrp docker

3. Run Clawdbot

docker run \
  -e ANTHROPIC_API_KEY=your_key \
  -v $HOME/.anthropic:/home/computeruse/.anthropic \
  -p 5900:5900 -p 8501:8501 -p 8080:8080 \
  -it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest

Running on a VPS?

For always-on agents, we recommend using a cheap VPS like Hetzner (€4.5/mo) or DigitalOcean ($6/mo).

View VPS Recommendations →