Skip to content

OpenSource Claude Cowork. A desktop AI assistant that helps you with programming, file management, and any task you can describe.

Notifications You must be signed in to change notification settings

DevAgentForge/Open-Claude-Cowork

Repository files navigation

Open Claude Cowork

Version Platform

简体中文

❤️ Collaboration

MiniMax

MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1 to extend into general office work, reaching fluency in generating and operating Word, Excel, and Powerpoint files, context switching between diverse software environments, and working across different agent and human teams. Scoring 80.2% on SWE-Bench Verified, 51.3% on Multi-SWE-Bench, and 76.3% on BrowseComp, M2.5 is also more token efficient than previous generations, having been trained to optimize its actions and output through planning.

Click to get an exclusive 12% off the MiniMax Coding Plan

Agent Cowork

Agent Cowork is an open-source alternative to Claude Cowork — a desktop AI assistant that helps with programming, file management, and any task you can describe.

Not just a GUI.
A real AI collaboration partner.
No need to learn the Claude Agent SDK — just create tasks and choose execution paths.

✨ Why Agent Cowork?

Claude Code is powerful — but it only runs in the terminal.

That means:

  • ❌ No visual feedback for complex tasks
  • ❌ Hard to track multiple sessions
  • ❌ Tool outputs are inconvenient to inspect

Agent Cowork solves these problems:

  • 🖥️ Runs as a native desktop application
  • 🤖 Acts as your AI collaboration partner for any task
  • 🔁 Reuses your existing ~/.claude/settings.json
  • No development environment or Claude Code installation required.

🚀 Quick Start

Option 1: Download a Release

👉 Go to Releases

Option 2: Build from Source

Prerequisites

bash

Clone the repository

git clone https://github.com/DevAgentForge/agent-cowork.git cd agent-cowork

Install dependencies

bun install

Run in development mode

bun run dev

Or build production binaries

bun run dist:mac-arm64    # macOS Apple Silicon (M1/M2/M3)
bun run dist:mac-x64      # macOS Intel
bun run dist:win          # Windows
bun run dist:linux        # Linux

Example

An example of organizing a local folder:

agent-cowork-demo.mp4

🛠 Development

bash

Start development server (hot reload)

bun run dev

Type checking / build

bun run build

🗺 Roadmap

Planned features:

todo

🤝 Contributing

Pull requests are welcome.

  1. Fork this repository
  2. Create your feature branch
  3. Commit your changes
  4. Open a Pull Request

Please make only minimal changes.

⭐ Final Words

If you’ve ever wanted:

  • A persistent desktop AI collaboration partner
  • Visual insight into how Claude works
  • Convenient session management across projects

This project is built for you.

👉 If it helps you, please give it a Star.

License

MIT

About

OpenSource Claude Cowork. A desktop AI assistant that helps you with programming, file management, and any task you can describe.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages