A secure cloud Linux computer powered by E2B Desktop Sandbox and controlled by Anthropic's Claude. Based on the computer use demo.
1031.mov
⚠️ Caution: While this agent runs in a secure cloud Sandbox, you should avoid giving it access to sensitive data (such as account login information) and supervise it to prevent unwanted behavior. In some circumstances, Claude will follow commands found on webpages or contained in images, overriding user instructions and causing Claude to make mistakes.
In your terminal:
brew install python@3.11 poetry imagemagick
In your terminal:
git clone https://github.com/e2b-dev/secure-computer-use/
Enter the project directory:
cd secure-computer-use
Create a .env
file in secure-computer-use
and set the following:
# Get your API key here - https://e2b.dev/
E2B_API_KEY="your-e2b-api-key"
Run the following command to start the web server:
sh start.sh
You can then now access the Streamlit interface in your browser at http://localhost:8501.
Finally, in the settings of the web app, configure the LLM provider you want to use.