aidcrew

aidcrew

Open-source CLI that runs a team of AI coding agents in parallel, each in its own isolated git worktree

🔗 Visit aidcrew
📁 AI & Machine Learning🗣️ English📅 September 4, 2026

Description

Running one AI coding assistant at a time is fine for small edits, but a real feature often needs several tasks worked in parallel — refactor here, write tests there, review a PR somewhere else — without the agents stepping on each other's changes. aidcrew is a command-line tool that spins up several AI coding agents at once, each in its own isolated git worktree, so their work never collides.

Under the hood it's a TypeScript/Bun CLI with a plugin architecture: each agent job can target a different provider or model (Anthropic, Gemini, or OpenAI-compatible APIs like DeepSeek, Zen, OpenRouter), which lets you assign expensive models to planning and decisions while cheap models handle exploration or review. It ships a TUI to watch every agent's session side by side, built-in file/bash tools and inter-agent messaging, automatic session persistence, and cross-platform binaries for macOS, Linux, and Windows. It's free and open source (MIT-style), with 12 commits and active maintenance at time of review — you only pay for whatever provider API keys you plug in.

💬 Our review

The short version: aidcrew is a genuinely useful idea — isolate parallel coding agents in separate git worktrees so they can't corrupt each other's work — executed as a lean CLI rather than a heavyweight platform.

Compared to running Claude Code or Cursor's agent mode one session at a time, or heavier multi-agent frameworks like CrewAI/AutoGen that are built for scripted pipelines rather than interactive coding, aidcrew's niche is being provider-agnostic and git-worktree-native: you're not locked into one vendor, and isolation is structural (separate worktrees) rather than just separate chat tabs. It's early-stage — a handful of commits, small GitHub following — so expect rough edges and a project that could stall without a sustaining maintainer. Worth it if you already juggle multiple coding-agent sessions manually and want the isolation and provider-mixing handled for you; skip it if you only ever run one agent session at a time.

💰 Pricing

Open SourceFree to use; you pay only for the AI provider APIs you connect.

📊 Global score

53Average
🌐Availability15/100Faible

1 language · 0 platform

📄Profile90/100Excellent

Profile completeness

🤖 AI-enriched data

💰 Pricing model
🆓 Gratuit / Open Source

MIT-style license, gratuit. Coûts réels = clés API des providers connectés (Anthropic, Gemini, OpenAI-compatibles).

👥 Target audienceDéveloppeurs qui font tourner plusieurs agents de code IA en parallèle et veulent une isolation git propre entre les tâches
🗣️ Languagesen
🌍 Target countriesWorldwide
👍

Pros

Isolation structurelle par git worktree, pas juste des onglets séparés

Agnostique au provider (Anthropic, Gemini, OpenAI-compatibles)

TUI pour surveiller plusieurs agents en simultané

Gratuit et open source, binaires cross-platform

👎

Cons

Projet jeune (12 commits), petite communauté

Pas de garantie de maintenance long terme

Demande de gérer soi-même plusieurs clés API

❓ Frequently asked questions

What is aidcrew in one sentence?
Is aidcrew free?
Can I mix different AI models across agents?
Does it work on Windows?
Is it worth the money compared to alternatives?
Which tool should you pick for your case?