v0.6.0 — now available!
Crew44

Orchestrating teams of specialist agents in one workspace.

Crew44 turns the AI agents you already run into coordinated teams. Specialists sit in one workspace, hand off the baton, and accumulate skills with every run. Everything stays on your machine.

Free to download · free to use. No account required.
Supported runtimes
Claude CodeCodexGemini CLICursor AgentOpenClawOpenCodeHermesKimiQwen CodeQoderPi
The product — multi-agent workspace
Specialized agents in one workspace
crew44 / payments-api
44Crew44
New task
Crew
Auto
Mobile
Projects
payments-api3
storefront-web
crew44 itself
side-notes
Refactor Stripe webhook flow
3 agents
events.jsonl · 142
The Stripe webhook handler is a mess — sometimes double-processes events. Plan a refactor.
P
Partnerjust now
I'll outline a 3-step plan: (1) factor the dispatcher out of webhooks.ts, (2) add an idempotency table keyed on event.id, (3) backfill replay tests.
PEhandover"implement the idempotency layer; reuse the existing pg pool."
E
Engineerstreaming…
edit_file(server/webhooks/idempotency.ts)
Steer the crew…
Pair mobileP Partner
Crew on this task
P
Partner
claude-opus-4.7
E
Engineer
gpt-5.5
P
Product
claude-opus-4.7
D
Designer
claude-opus-4.7

Touched files
+server/webhooks/idempotency.ts
~server/webhooks.ts
+db/migrations/006_events.sql
~tests/webhooks.spec.ts

Run stats
Elapsed4m 12s
Tokens84.2K
Tool calls37
Lines changed+118 −24
01/The premise4x more productivity
The old way

One agent, one model,
every task starts from scratch.

  • A new contractor every morning
    Never seen your repo, never learned your conventions, never solved the bug you fixed last week.
  • Skills never compound
    Whatever it figured out on Monday is gone by Thursday — every task starts back at zero.
  • One generalist for every role
    The same agent plans, builds, and reviews. No specialization, no deep expertise in any single job.
  • Locked to a single model
    Pays Opus rates for a rename; runs a fast model on a hard architecture call.
With Crew44

A crew of specialists,
compounding every run.

  • Specialists run in parallel
    Planner drafts while builder codes while reviewer checks. Handovers ship the baton, not the whole context.
  • The right model per role
    Opus plans, GPT-5.5 codes, a local model reviews. Swap models per task, not per app.
  • Skills and memory compound
    They accumulate per agent. Monday's fix is in the crew's muscle memory by Thursday.
  • A Partner proposes upgrades
    It mines every run for new skills, memories, and routing tweaks — with evidence. You click Accept; nothing else writes to disk.
02/Why Crew44four capabilities that compound
02.1Team of specialists

Parallel work,
shared context.

The default crew comes with a Partner, an Engineer, a Product Lead, and a Designer. Each owns a role, a model, and its own skills folder. They debate decisions, hand off the baton with a one-line brief, and ship in parallel — instead of one agent re-explaining context to itself all day.

YYou
CRW-42
@Engineer can you ship the export feature? Pull the spec from @Product's notes.
EEngineer
CRW-42
On it. Reading the spec and drafting the diff against src/export.ts
In progress
PProduct Lead
CRW-38
Reviewed the draft — left 3 notes on copy and one on the empty state. Otherwise looks shippable.
In review
DDesigner
CRW-35
Empty state needs a 28px illustration slot. I sketched two options in the same Figma frame — easy swap.
02.2Knowledge that compounds

Long-term memory,
auto-optimized.

Skills and per-project memory live as plain files on disk and persist across every run. A background Partner mines your history on a schedule and proposes new memories, skills, and routing tweaks — always with evidence from real tasks. You click Accept, Edit, Snooze, or Dismiss. Nothing lands without your click. Six months in, the crew knows your codebase better than any single agent ever could.

AMemory update
evidence · 3 runs
Engineer keeps forgetting that ~/.env.local overrides production secrets. Add a memory entry?
ARepetitive pattern detected
evidence · 4 reviews
Product flagged empty-state copy in 4 of the last 5 ship reviews. Promote empty-state-review to a skill on Product?
02.3Right model, right job

The best model
for every move.

Every model has tradeoffs — Opus is deep but slow, GPT-5.5 is fast on codegen, a local model is free for review. Crew44 binds each agent to the model that wins at its job, and agents can switch models mid-task: a thinking model for the hard turn, a fast model for the obvious next step. The same skills folder runs across providers, so you’re never locked in.

Role · bound modelruntime · $ / task
P
Product LeadClaude Opus 4.7
Anthropic · deep planning
2h 40m$5.40
E
EngineerGPT-5.5
OpenAI · fast codegen
3h 25m$3.90
D
DesignerGemini 3 Pro
Google · multimodal
1h 25m$1.05
Swap models any time
Claude Opus 4.7Claude Sonnet 4.6Claude Haiku 4.5GPT-5.5GPT-5.4GPT-5.3 CodexGemini 3 ProGemini 3 FlashQwen3 Coder PlusKimi K2Grok 4+ more across 7 providers
02.4Anywhere access

Reach the crew
from your phone.

A companion mobile client pairs with your daemon over an end-to-end encrypted tunnel. Approve a handover from the couch, nudge an agent from the train, watch a long run land at lunch. The crew keeps shipping while you’re away from the laptop.

Pair this device
Open Crew44 on your phone and scan.
Or enter code
F4-7K-22
end to end encrypted
MACBOOK · PAIRED
10:42
Crew
E
Ship export
Engineer · 2 new
P
Refactor webhook
Product · review
D
Empty-state copy
Designer · idle 1h
E
Engineer
Tests green — ship?
Ship
03/Local-first manifestowhy this matters
Local-first manifesto

Local-first, by design.

Your code, your skills, and your run history never leave your laptop. The daemon binds to 127.0.0.1 and the only outbound traffic is whatever your underlying coding agent already makes. State is plain files at ~/.crew44/ — grep it, version it, delete it. Auth is a per-launch bearer token; /health is the only unauthenticated endpoint. If you don’t like it, read the daemon — it’s one Go process.

No cloud account
No subscription
No telemetry
No remote inference
State lives at ~/.crew44/ · delete to reset