Skip to content

FAQ

Shellarium is a desktop application for macOS that lets you run multiple AI coding agents in parallel. Each agent works in an isolated git worktree, and you review and merge their changes from a unified dashboard.

Shellarium is free during the public beta. Future pricing has not been announced.

Currently macOS 13 (Ventura) and later. Windows and Linux support are planned for the future.

Shellarium currently supports Claude Code (Anthropic) and Codex CLI (OpenAI). Any ACP-compatible agent can be configured.

Yes. You need an API key or subscription for the AI provider you want to use. Shellarium does not provide AI credits.

Can I run multiple agents at the same time?

Section titled “Can I run multiple agents at the same time?”

Yes — that’s the core feature. Each agent runs in its own git worktree, so there are no conflicts. You can run as many agents as your system resources allow.

Shellarium creates worktrees inside .shellarium/worktrees/ in your repository root. This directory is automatically added to .gitignore. Your main working tree is never modified by agents.

A GitHub account is required for login. GitHub CLI (gh) is needed for PR/issue integration but is optional for core functionality.

What happens if there are merge conflicts?

Section titled “What happens if there are merge conflicts?”

Shellarium checks for conflicts before merging. If conflicts exist, you’ll see a warning and can resolve them manually before proceeding.