No description
  • TypeScript 94.4%
  • CSS 4.7%
  • JavaScript 0.5%
  • HTML 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-15 02:27:25 +05:30
assets/partners Collaboration 2026-01-14 21:07:58 +08:00
src added multi provider support 2026-01-15 02:14:14 +05:30
.gitignore init 2026-01-13 17:35:20 +08:00
bun.lock project init 2026-01-15 01:44:30 +05:30
claude-color.png init 2026-01-13 17:35:20 +08:00
electron-builder.json Refactor electron builder configuration and enhance environment setup for Claude Code integration 2026-01-14 11:40:51 +08:00
eslint.config.js init 2026-01-13 17:35:20 +08:00
index.html init 2026-01-13 17:35:20 +08:00
package-lock.json init 2026-01-13 17:35:20 +08:00
package.json Bump version to 0.0.2 and refactor utility imports for clarity 2026-01-14 12:13:08 +08:00
README.md docs: update README - add Z.ai and Minimax.io support 2026-01-15 02:27:25 +05:30
templateIcon.png init 2026-01-13 17:35:20 +08:00
tsconfig.app.json init 2026-01-13 17:35:20 +08:00
tsconfig.json init 2026-01-13 17:35:20 +08:00
tsconfig.node.json init 2026-01-13 17:35:20 +08:00
types.d.ts added multi provider support 2026-01-15 02:14:14 +05:30
vite.config.ts init 2026-01-13 17:35:20 +08:00

Agent Cowork

A beautiful GUI for Claude Code - your AI-powered development partner.

Version Platform


About

Agent Cowork is a native desktop application that gives Claude Code a polished GUI interface.

Features:

  • Native desktop UI (macOS & Linux)
  • Session management with history
  • Real-time streaming output
  • Markdown rendering with syntax highlighting
  • Multi-provider support - Anthropic, Z.ai, Minimax.io coding plans, and any OpenAI-compatible API

Downloads

Releases →


From Source

# Install dependencies
bun install

# Run in development
bun run dev

# Build for production
bun run dist:mac    # macOS
bun run dist:linux  # Linux

Credit

Based on DevAgentForge/Claude-Cowork - thanks for the awesome foundation!


License

MIT