Open Claude Cowork Setup and First Run
1. What installation actually gives you​
The repo quick start is:
git clone https://github.com/ComposioHQ/open-claude-cowork.git
cd open-claude-cowork
./setup.sh
Then run:
cd server && npm start
and in a second terminal:
npm start
That already tells you the product is split into a desktop shell and a backend service.
2. What a successful first run looks like​
A good first run should prove:
- the Electron app launches,
- the backend server streams correctly,
- one provider path works,
- the tool sidebar actually shows useful tool activity.
3. API keys are part of first run​
The README explicitly calls out:
- Anthropic API key,
- Composio API key,
- optional Opencode API key.
That means installation is only half of the onboarding. Tool-router and provider wiring are equally important.
4. Practical first-run advice​
Start with:
- one provider,
- one Composio key,
- one simple tool-enabled task,
- no messaging assistant setup until the desktop loop is clear.
5. Why the two-surface repo matters​
Because the repo includes both the desktop app and the bot assistant path, beginners should validate those separately instead of trying to stand up everything at once.