Open Cowork
Description
open-cowork is a lightweight, simplified take on Claude cowork that supports multiple provider APIs, including Anthropic and OpenAI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
open-cowork
[](https://github.com/jiji262/open-cowork/releases) [](https://github.com/jiji262/open-cowork/releases)
open-cowork is an open-source desktop AI collaboration workspace built with Tauri and React. It brings agent-style workflows to the desktop with explicit permissions, streaming output, and session-based context for everyday tasks and development work.
Overview
- Local-first desktop agent environment with visible tool execution
- Session-based workflows with working directory binding
- Streaming output and Markdown rendering for long-running tasks
- Provider-agnostic support for Anthropic and OpenAI APIs
Demo
[](https://youtu.be/xZcm3pDD9NA)
Features
- Desktop-first UI with low overhead
- Multi-provider support (Anthropic/OpenAI)
- Token streaming with Markdown rendering
- Tool execution with approval modes
- Session management with working directory binding
Download
Quick Start (Source)
Requirements
- Node.js 18+ or Bun
- Rust toolchain (cargo)
- Tauri CLI (cargo tauri)
Install and Run
git clone https://github.com/jiji262/open-cowork.git
cd open-cowork
bun install
bun run tauri:dev
Build (Binary)
bun run tauri:build
Provider Setup
Open the settings panel and configure API keys and model names:
- Anthropic:
claude-sonnet-4-5-20250929 - OpenAI:
gpt-4o,gpt-4.1
Settings are stored locally on the machine.
Security Model
- Tool calls are visible in the UI
- Approval modes: auto-run or ask first
- Confirm before destructive actions
Tech Stack
| Layer | Tech |
|---|---|
| Desktop | Tauri 2.x |
| UI | React 19 + Tailwind CSS 4 |
| State | Zustand |
| Backend |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11