open-claude-cowork
by ComposioHQ
Open Source version of Claude Cowork with 500+ SaaS app integrations
3,007stars
370forks
JavaScript
Added 1/17/2026
AI Agentsaiagentsanthropicanthropic-claudeclaude-codeclaude-coworkeclectron-appopencodeworkflow-automation
Installation
# Add to your Claude Code skills
git clone https://github.com/ComposioHQ/open-claude-cowork<p align="center">
<h1 align="center">Open Claude Cowork</h1>
</p>
<p align="center">
<a href="https://platform.composio.dev?utm_source=github&utm_medium=gif&utm_campaign=2101&utm_content=open-claude-cowork">
<img src="assets/clawd-bot-video.gif" alt="Secure Clawdbot Demo" width="800">
</a>
</p>
<p align="center">
<a href="https://docs.composio.dev/tool-router/overview">
<img src="https://img.shields.io/badge/Composio-Tool%20Router-orange" alt="Composio">
</a>
<a href="https://platform.claude.com/docs/en/agent-sdk/overview">
<img src="https://img.shields.io/badge/Claude-Agent%20SDK-blue" alt="Claude Agent SDK">
</a>
<a href="https://github.com/anthropics/claude-code">
<img src="https://img.shields.io/badge/Powered%20by-Claude%20Code-purple" alt="Claude Code">
</a>
<a href="https://twitter.com/composio">
<img src="https://img.shields.io/twitter/follow/composio?style=social" alt="Twitter">
</a>
</p>
<p align="center">
An open-source desktop chat application powered by Claude Agent SDK and Composio Tool Router. Automate your work end-to-end across desktop and all your work apps in one place.
<br><br>
<a href="https://platform.composio.dev?utm_source=github&utm_medium=description&utm_campaign=2101&utm_content=open-claude-cowork">
<b>Get your free API key to get started →</b>
</a>
</p>
<p align="center">
<i>Pst. hey, you, join our stargazers :)</i>
<br>
<a href="https://github.com/ComposioHQ/open-claude-cowork">
<img src="https://img.shields.io/github/stars/ComposioHQ/open-claude-cowork.svg?style=social&label=Star&maxAge=2592000" alt="GitHub stars">
</a>
</p>
What's Inside
This repo includes two powerful AI tools:
| | Open Claude Cowork | 🦑 Secure Clawdbot | |---|---|---| | What | Full-featured desktop chat interface | Personal AI assistant on messaging | | Where | macOS, Windows, Linux | WhatsApp, Telegram, Signal, iMessage | | Best for | Work automation, multi-chat sessions | On-the-go AI access, reminders, memory |
Both include 500+ app integrations via Composio (Gmail, Slack, GitHub, Google Drive, and more).
Quick Start
Open Claude Cowork
git clone https://github.com/ComposioHQ/open-claude-cowork.git
cd open-claude-cowork
./setup.sh
Then run in two terminals:
# Terminal 1
cd server && npm start
# Terminal 2
npm start
🦑 Secure Clawdbot
cd clawd
npm install
node cli.js
Select "Terminal chat" to test, or "Start gateway" to connect WhatsApp/Telegram/Signal/iMessage.
See Secure Clawdbot Documentation for full setup.
Features
Open Claude Cowork
- Multi-Provider Support - Claude Agent SDK or Opencode for different models
- Persistent Sessions - Context maintained across messages
- Real-time Streaming - Token-by-token response display
- Tool Visualization - See tool inputs/outputs in the sidebar
- Skills Support - Extend Claude with cus...