Computer-Use-Agent--Windows is a project that enables AI-powered control of a Windows desktop environment using the latest Claude model from Anthropic. This project showcases how to integrate the Anthropic API to automate and interact with a Windows system efficiently.
To use this project, you'll need an Anthropic API key. If you don't have one yet, you can sign up for free at Anthropic Console.
Ensure you have the following installed:
- Python 3.8+
- Docker (if using the containerized setup)(Docker desktop for windows)
- Pip & Virtual Environment (recommended for local installation)
git clone https://github.com/Sir-Rotich6/Computer-Use-Agent--Windows.git
cd Computer-Use-Agentpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtCreate a .env file in the project root and add:
ANTHROPIC_API_KEY=your-api-key-herepython main.pyFor running the project in a containerized environment:
docker build -t computer-use-agent .
docker run --env-file .env computer-use-agent- AI-Powered Desktop Control: Use Claude to execute Windows commands.
- Secure Execution: Only allows pre-approved operations for safety.
- Customizable: Extend functionality with additional commands.
- Easy API Integration: Uses the Anthropic API for seamless AI interactions.
To learn more about working with Claude and the Anthropic API, check out:
We welcome contributions! Feel free to open an issue or submit a pull request.
This project is licensed under the http://www.apache.org/licenses/. See the LICENSE file for details.