computer agent
Basic Information
Grunty is a self-hosted desktop application that lets an AI control your computer using Anthropic Claude's "computer use" capability. The repository provides a Python/PyQt application that enables the model to operate the mouse and keyboard to perform tasks you would normally do manually. The README demonstrates use cases such as browsing the web, creating and running code, and interacting with desktop apps on MacOS, Windows, and Linux. It is experimental and requires an Anthropic API key. Setup instructions in the README show creating a Python virtual environment, installing requirements, adding ANTHROPIC_API_KEY to a .env file, and running python run.py. The project warns that the agent can take screenshots and that users must monitor actions due to possible unintended effects.