mirror of
https://github.com/0xGingi/agent-cowork.git
synced 2026-09-21 11:34:16 -04:00
No description
- TypeScript 94.4%
- CSS 4.7%
- JavaScript 0.5%
- HTML 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| assets/partners | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| claude-color.png | ||
| electron-builder.json | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| templateIcon.png | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| types.d.ts | ||
| vite.config.ts | ||
Agent Cowork
A beautiful GUI for Claude Code - your AI-powered development partner.
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
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