Containerized demo that runs an Anthropic computer-use loop on a live portable desktop. The image launches Chromium inside the desktop session.
Run these commands from the repository root:
# Build the Go binary
make build
# Build the demo bundle
cd examples/demo && bun install && bun run build && cd ../..
# Build the Docker image
docker build -f examples/demo/Dockerfile -t portabledesktop-demo .export ANTHROPIC_API_KEY=<key>docker run -it --rm \
-e ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" \
-p 5190:5190 \
portabledesktop-demo \
"play a game of chess"Open the printed viewer URL in your browser (usually http://localhost:5190).