A streamlined setup script for Anthropic's Computer-Use Demo environment. This script automates the entire setup process, handling all dependencies and configuration automatically.
- 🚀 One-click setup for Anthropic's Computer-Use Demo
- 🔒 Secure API key handling
- 📦 Automatic dependency management
- 🐳 Docker environment configuration
- 💻 Cross-platform support (macOS, Linux)
- Python 3.x
- Internet connection
- Anthropic API key
- Clone this repository:
git clone https://github.com/neo-con/claude-computer-quicklaunch.git
- Make the setup script executable:
chmod +x setup.sh
- Run the setup script:
./setup.sh
-
Enter your Anthropic API key when prompted
-
Access the demo at http://localhost:8080
The setup script automatically:
- Checks and installs required dependencies (Python, Docker, Git)
- Creates a virtual environment using Pipenv
- Securely stores your Anthropic API key
- Downloads and configures the Computer-Use Demo
- Launches the Docker container with all necessary ports
- Opens the demo in your default browser
- API keys are stored securely with appropriate file permissions
- Environment variables are handled safely
- No sensitive data is logged or exposed
MIT License - See LICENSE for details
Neocodes (@neo-con) - Neil Concepcion