Use Anthropic Computer Use using docker on any Windows, Linux and Mac
Now you can install Anthropic computer use on any computer and give complete access to your computer to AI safely without having to worry about AI overtaking you. Using below steps, you can use Computer Use feature in a safe environment but get access to the complete potential.
There is only 3 steps.
- Get the Anthropic API key from Anthropic Console
- Run following command in terminal : export ANTHROPIC_API_KEY=%your_api_key% ( set ANTHROPIC_API_KEY=your_api_key in case of windows )
- Run below command in terminal after making sure docker is running.
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