Back to Home
JeroenPieksma icon

claude-computer

by JeroenPieksma

Overview

An open-source platform demonstrating Claude's autonomous computer interaction capabilities, featuring real-time monitoring, behavioral frameworks (including a Gen Z crypto enthusiast persona), and tools for automated pull request creation and digital exploration.

Installation

Run Command
export ANTHROPIC_API_KEY=%your_api_key%; docker run -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY -v $HOME/.anthropic:/home/computeruse/.anthropic -p 5900:5900 -p 8501:8501 -p 6080:6080 -p 8080:8080 -it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest

Environment Variables

  • ANTHROPIC_API_KEY
  • GITHUB_TOKEN
  • WIDTH
  • HEIGHT
  • DISPLAY_NUM
  • CLAUDE_AUTONOMOUS_MODE

Security Notes

The server's design inherently allows the AI agent to execute arbitrary shell commands via the 'bash' tool and modify files via the 'edit' tool. While this is intentional for autonomous operation, it constitutes a critical security risk if not run in a highly sandboxed and isolated environment (e.g., dedicated VM with minimal privileges, no sensitive data, limited internet access). The 'edit' tool's use of 'find' command with potentially unsanitized 'path' from AI input could be a shell injection vector. The project's README explicitly warns about these unique risks and recommends precautions.

Similar Servers

Stats

Interest Score32
Security Score3
Cost ClassHigh
Avg Tokens10000
Stars2
Forks0
Last Update2026-01-19

Tags

Autonomous AIComputer VisionReal-time StreamingCoding AgentsDeveloper Tools