v1.0.1

Multiple AI agents working in parallel across workspaces. Intent-Driven Development meets autonomous execution.

curl -fsSL https://teamswarm.dev/install.sh | sh
โ€” or โ€”

Multi-Agent Parallel

Intent agent (fast, Sonnet) drafts plans. Code agent (deep, Opus) implements. Multiple workspaces run simultaneously.

Intent-Driven

From fuzzy idea to clear intent to tested code. Structured IDD lifecycle with brainstorm, draft, review, and plan phases.

Session Resume

Agents carry context across tasks via SDK session resume. First task gets full context, subsequent tasks are lightweight.

Web Dashboard

Real-time Web UI to monitor agents, review tasks, approve or reject work, and interact with running agents.

Desktop App

Native macOS and Linux app. Frameless window blends with your theme. Tray icon for quick access. Auto-manages daemon lifecycle.

CLI + Daemon

Headless CLI for servers and CI. Daemon runs in background, Web UI at localhost:7483. Desktop and CLI share the same daemon.

# Install
$ curl -fsSL https://teamswarm.dev/install.sh | sh
TeamSwarm v1.0.1 installed successfully!

# Add your project
$ teamswarm add ~/work/my-project
Added workspace 'my-project'

# Open Web UI
$ teamswarm web
Dashboard โ†’ http://localhost:7483

# Or run headless
$ teamswarm work
Starting agents for 1 workspace...

Available On

macOS Desktop (.dmg) macOS CLI (arm64 / x64) Linux Desktop (.AppImage) Linux CLI (x64)