Open Claude Cowork — Summary
Open Claude Cowork (also called "Agent Cowork") is a minimal Electron desktop application built on the Anthropic Claude Agent SDK. It presents a single-window GUI for creating and executing autonomous tasks via Claude Code, designed as an open-source alternative to "Claude Cowork." Users create tasks and choose execution paths; the desktop app handles OAuth, renders tool call outputs visually, and manages task context — without requiring any terminal, Claude Code installation, or development environment knowledge.
The project is notable for using @anthropic-ai/claude-agent-sdk directly (v0.2.6) and SQLite via better-sqlite3 for task state. With 3,290 stars and minimal codebase, it is the simplest desktop wrapper in this batch. Compared to Aperant or Eigent, it has no parallel agents, no kanban, and no methodology — just a GUI surface for individual task execution. Closest to claude-conductor (seed) in philosophy (minimal scaffolding, GUI-first) but implemented as a desktop app rather than a markdown template.