# tiger_cowork

> A self-hosted AI workspace unifying chat, code execution, parallel multi-agent orchestration, and project management. Each agent runs on a distinct provider — OpenAI-compatible APIs, Claude Code, or C

- **URL**: https://www.freshcrate.ai/projects/tiger_cowork
- **Author**: Sompote
- **Category**: MCP Servers
- **Latest version**: `v0.7.0` (2026-04-25)
- **License**: MIT
- **Source**: https://github.com/Sompote/tiger_cowork
- **Language**: TypeScript
- **GitHub**: 54 stars, 19 forks
- **Registry**: github
- **Tags**: `typescript`

## Description

A self-hosted AI workspace unifying chat, code execution, parallel multi-agent orchestration, and project management. Each agent runs on a distinct provider — OpenAI-compatible APIs, Claude Code, or Codex CLI. MCP servers extend the toolbox. Built for 100+ tool-call sessions with context compression and checkpoint recovery.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.7.0` | 2026-04-25 | High | ## What's New in v0.7.0  ### Automatic Skill Generation Tiger CoWork now distils your successful chat sessions into reusable `SKILL.md` workflows so future chats can match a stored procedure instead of re-improvising from scratch.  - **Cron-driven synthesiser** — runs every `skillAutoUpdateIntervalMinutes` (default 60, clamped to 5–1440), or trigger on demand from the Skills page (**Run Auto-Update Now**) / `POST /api/skills/auto/run-now`. - **Candidate selection** — each tick reads sessions new |
| `v0.6.0` | 2026-04-10 | High | ## What's New in v0.6.0  ### Per-Project Agent Mode Override Each project can now override the global sub-agent mode (Auto Spawn, Auto Create, Manual, Realtime, Auto Swarm) and pick its own YAML config, architecture type, agent count, and connection protocols. The active override is shown as a clickable purple tag in the project header and chat banner. Backed by AsyncLocalStorage so the override propagates through every backend `getSettings()` call.  ### Auto Architecture — AI-Decided Settings - |
| `v0.5.0` | 2026-04-06 | Medium | ## What's New in v0.5.0  - **Cross-machine agent connection** — connect agents running on different machines over the network - **Renamed app from Tigrimos to Tiger CoWork** across all UI - **Updated README banner**  ## Installers  - **Mac:** Download `TigerCowork-Mac-Installer.zip`, unzip, right-click and Open - **Windows:** Download `TigerCowork-Windows-Installer.zip`, unzip and run `TigerCoWorkInstaller.bat`  **Prerequisite:** [Docker Desktop](https://www.docker.com/products/docker-desktop/) |
| `v0.4.3` | 2026-04-01 | Medium | ## Download & Install  Choose your platform:  - **Mac** — `TigerCowork.zip` (unzip and double-click TigerCowork.app to install) - **Windows** — `TigerCoworkInstaller.zip` (unzip and run TigerCoworkInstaller.bat to install)  ## What's New in v0.4.3 — P2P Swarm Governance  - **P2P Swarm orchestration mode** — New `p2p` orchestration topology where autonomous peer agents self-organize via a shared blackboard. No persistent authority — agents propose tasks, bid with confidence scores, and the best-s |
| `v0.4.2` | 2026-03-31 | Medium | ## Download & Install  Choose your platform:  - **Mac** — `TigerCowork.zip` (unzip and double-click TigerCowork.app to install) - **Windows** — `TigerCoworkInstaller.zip` (unzip and run TigerCoworkInstaller.bat to install)  ## What's New in v0.4.2 - Add MiniMax as built-in AI provider (URL: api.minimax.io/v1, Model: MiniMax-M2.7) |
| `v0.4.1` | 2026-03-31 | Medium | ## What's New  **v0.4.1 is a major release that makes multi-agent systems truly parallel.**  ### Parallel Agent Execution - Agents now work **simultaneously** instead of one-at-a-time. `wait_result` calls execute in parallel via `Promise.all`, so the orchestrator waits for all agents at once instead of sequentially. - Per-task context isolation — concurrent tasks no longer corrupt each other's state. Each task gets its own `CallContext` via a `Map<taskId, CallContext>` replacing the old global v |
| `v0.3.4` | 2026-03-28 | Medium | ## Tiger Cowork v0.3.4 — MiniMax Fix & Anthropic Provider Support  **Fix critical API error and add multi-provider improvements**  ### Bug Fix - **Fix "invalid chat setting (2013)" error** — MiniMax API was rejecting `max_tokens: 81920`. Now uses provider-appropriate defaults (16384 for MiniMax, 81920 for others). Configurable via `agentMaxTokens` setting.  ### New Features - **Native Anthropic Claude API support** — Full message format conversion (OpenAI ↔ Anthropic), streaming, and tool use - |
| `v0.3.2` | 2026-03-23 | Medium | ## Tiger Cowork v0.3.2 — Per-Agent Mesh & Hybrid Architecture  **Flexible peer-to-peer collaboration within structured agent teams**  This release introduces **per-agent mesh networking** and a new **Hybrid architecture mode**, enabling agents to collaborate freely as peers while an orchestrator maintains overall control. The Agent System Editor now supports a Mesh checkbox per agent (alongside the existing Bus checkbox), and connection protocols are simplified to TCP and Queue only.  ## Quick S |
| `v0.3.1` | 2026-03-22 | Medium | ## Tiger Cowork v0.3.1 — Human Node & Agent Commands  **Human-in-the-loop for realtime multi-agent systems**  This release adds the **Human Node** role to the Agent System Editor, allowing users to participate directly in realtime agent orchestration as a first-class node in the agent graph.  ## Quick Start (No coding required)  ### One-Click Install for Mac  1. **Download** `TigerCowork-Mac-Installer.zip` below 2. **Unzip** the file 3. **Right-click** `TigerCoworkInstaller.app` → **Open** (firs |
| `v0.3.0` | 2026-03-17 | Low | ## Tiger Cowork v0.3.0 — Async Architecture  Major rewrite: Express → Fastify 5 async-first framework for faster, parallel I/O throughout.  ## Quick Start (No coding required)  ### One-Click Install for Mac  1. **Download** `TigerCowork-Mac-Installer.zip` below 2. **Unzip** the file 3. **Right-click** `TigerCoworkInstaller.app` → **Open** (first time only — macOS blocks unsigned apps on double-click) 4. If you see "file cannot be found" error, open Terminal and run:    ```bash    xattr -cr ~/Dow |

## Citation

- HTML: https://www.freshcrate.ai/projects/tiger_cowork
- Markdown: https://www.freshcrate.ai/projects/tiger_cowork.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/tiger_cowork/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
