Discover and explore top open-source AI tools and projects—updated daily.
LLmHub-devAutonomous agents with real computer control
Top 97.4% on SourcePulse
Autonomous AI agents capable of performing tasks on computers are enabled by Open Computer Use, an open-source framework designed for scalable, auditable, and self-hostable AI workflows. It empowers developers by providing agents control over browsers, terminals, and desktop applications, offering a production-ready solution for sophisticated AI-driven automation.
How It Works
The system utilizes specialized Browser, Terminal, and Desktop agents orchestrated by a multi-agent executor. Browser agents navigate the web via search APIs and form filling, Terminal agents execute commands and manage files in isolated environments, and Desktop agents interact with GUIs using computer vision. An AI planner decomposes complex tasks, assigns them to agents, manages context, and handles feedback within a Dockerized Ubuntu VM.
Quick Start & Requirements
.env files, install frontend (npm install) and backend (pip install -r requirements.txt) dependencies.docker-compose up --build for full setup or manual start for frontend (npm run dev) and backend (python main.py).Highlighted Details
Maintenance & Community
Contributions are encouraged via GitHub issues and pull requests. Community support and updates are available on Discord and X (Twitter). A roadmap details planned features through Q2 2026.
Licensing & Compatibility
Licensed under the permissive Apache License 2.0, suitable for commercial use and integration into closed-source applications without significant restrictions.
Limitations & Caveats
The Desktop Agent currently supports Linux desktop environments; Windows and macOS support are planned. While production-ready, the quick start focuses on development, and significant setup is required.
1 month ago
Inactive
ag2ai
TransformerOptimus