Skip to main content
Back to Blog
1 min read

Introducing ChatML

ChatML brings AI agent orchestration to macOS. Run parallel Claude sessions with isolated git worktrees.

CT

ChatML Team

ChatML Team


We're excited to announce ChatML, a native macOS application for AI agent orchestration.

Why ChatML?

Modern development workflows increasingly involve AI assistants. But running a single session at a time creates bottlenecks — you're waiting on one task while three others could be running in parallel.

ChatML provides a structured environment to run multiple Claude sessions simultaneously, each operating in its own isolated git worktree. No conflicts, no context switching, just parallel progress.

Key Features

  • Parallel Sessions: Run multiple Claude agents simultaneously across different tasks
  • Isolated Worktrees: Each session gets its own git worktree — no branch conflicts
  • Diff Visualization: See exactly what changes each agent makes in real time
  • PR Management: Review and merge agent-generated pull requests from one place

Getting Started

Download ChatML from our homepage. Once installed, you can spin up your first workspace in seconds:

# Initialize a project
chatml init my-project
 
# Spawn a new agent session with its own worktree
chatml spawn --worktree feature-auth

Each agent runs in complete isolation. You review the diffs, approve the changes, and merge when ready.

What's Next

We're actively developing ChatML and shipping improvements weekly. Follow our changelog for the latest updates.

We can't wait to see what you build.

Want to try ChatML?

Download ChatML