← All comparisons

Compare · Deep dive

dev-mux vs Sculptor

Sculptor, from the well-funded AI lab Imbue, is a free, MIT-licensed desktop app that runs parallel Claude Code agents in Docker containers — each with a full repo copy, diff review, merge-conflict flagging, and clever extras like a CI babysitter. On one machine it's a serious tool. dev-mux starts where the desktop ends.

TL;DR — If you work on one laptop and want strongly isolated parallel agents with a polished review flow — for free — Sculptor is a fine choice. If your agents live on several machines, or you need to know their state when the laptop is closed and you're away, that's a control-plane problem, and that's dev-mux.

What Sculptor actually is

An Electron desktop app (Apple Silicon Macs and Linux) where each agent runs in a local Docker container holding a full copy of your repo — stronger isolation than worktrees, with devcontainer support and port forwarding. Pairing Mode syncs files bidirectionally with your local checkout; a Suggestions feature reviews agent code; CI Babysitter chases pipeline failures. Everything runs on your computer with your own Claude subscription or API key — Imbue doesn't resell tokens, and the product is currently free.

At a glance

As of July 31, 2026. If something here is stale, tell us.

dev-muxSculptor
What it isSelf-hosted fleet control planeDesktop app for container-isolated agents
ScopeEvery machine, repo, and agent — one live mapOne desktop at a time
Isolation modeltmux sessions + git worktrees (dev wt)Docker container per agent (stronger)
Machine floorbash 3.2 + tmux + gitDocker + Electron app; Apple Silicon or Linux desktop
Always-on stateHub polls every box; stale flagged in secondsLives in the app — lid closes, view gone
Away from keyboardiOS, browser, TUI, glasses, Telegram + pushNone documented — attention lives in the desktop app
Adopts existing sessionsYes — tmux-nativeManages only containers it created
Price / licenseCommercial — Solo $25/mo · Team $100/moFree today, MIT (paid tiers hinted, unannounced)

Where Sculptor shines

Where dev-mux is a different layer

Common questions

Is Sculptor free?

Yes — free and MIT today, on your own Claude plan; paid tiers hinted but unannounced. dev-mux is paid infrastructure from $25/mo.

Does Sculptor work across multiple machines?

No — agents run in containers on the same box as the app; remote execution was roadmap talk at launch. Multi-machine aggregation is the layer dev-mux adds.

Can I use Sculptor and dev-mux together?

Different niches on the same box: Sculptor owns its containerized agents; dev-mux watches tmux sessions — and a Sculptor desktop can still be a spoke for everything else.


Sculptor sculpts on one desk. dev-mux runs the studio.

Get early access

Written 2026-07-31 against Sculptor's public docs, repo, and launch coverage. Sculptor is a trademark of its owners; no affiliation or endorsement implied. Corrections welcome.