Discover and explore top open-source AI tools and projects—updated daily.
DevAgentForgeDesktop AI collaboration partner for complex tasks
New!
Top 18.6% on SourcePulse
Open Claude Cowork provides a native desktop GUI for the Claude Code agent, transforming terminal-based AI programming and file management assistance into a visually interactive experience. It targets developers and power users seeking enhanced control, feedback, and ease of use for complex AI-driven tasks, offering a more collaborative and manageable workflow than its command-line counterpart.
How It Works
Built on Electron, React, and Tailwind CSS, Claude Cowork acts as a frontend wrapper for the Anthropic Claude Agent SDK. It translates Claude Code's capabilities into a desktop application, enabling visual session management, real-time token-by-token output streaming, and interactive tool call visualization. This approach bypasses the limitations of terminal-only interfaces, providing clearer feedback and more intuitive control over AI agent actions.
Quick Start & Requirements
git clone https://github.com/DevAgentForge/agent-cowork.gitcd agent-coworkbun installbun run dev (development) or bun run dist:mac/dist:win/dist:linux (production binaries).Highlighted Details
~/.claude/settings.json for seamless integration with Claude Code configurations.Maintenance & Community
The project is currently at version 0.0.2, indicating early development. Standard contribution guidelines are provided, with pull requests welcomed. A roadmap indicates planned features like GUI-based configuration for models and API keys.
Licensing & Compatibility
The project is licensed under the MIT License, permitting commercial use and modification. It is designed for full compatibility with existing Claude Code setups.
Limitations & Caveats
As an early-stage project (v0.0.2), certain features like GUI-based model and API key configuration are still planned. Users must have Claude Code installed and configured separately, as this project serves as a GUI frontend rather than a standalone AI agent.
4 days ago
Inactive