Show HN: CrewCode – Open-source Mission Control for AI coding agents
Uh oh! There was an error while loading. Please reload this page. Notifications You must be signed in to change notification settings Fork 0 Star 4 BranchesTags Open more actions menu Latest commit History 18 Commits 18…
Uh oh! There was an error while loading. Please reload this page. Notifications You must be signed in to change notification settings Fork 0 Star 4 BranchesTags Open more actions menu Latest commit History 18 Commits 18 Commits Folders and files NameName Last commit message Last commit date .github/workflows .github/workflows bin bin build build docs docs examples/plugins examples/plugins packages packages schemas schemas scripts scripts services/local-voice services/local-voice src src .gitattributes .gitattributes .gitignore .gitignore AGENTS.md AGENTS.md CLAUDE.md CLAUDE.md CONTRIBUTING.md CONTRIBUTING.md LICENSE LICENSE NOTICE NOTICE README.md README.md SECURITY.md SECURITY.md crewcoder.json crewcoder.json electron.vite.config.ts electron.vite.config.ts package-lock.json package-lock.json package.json package.json tsconfig.json tsconfig.json tsconfig.node.json tsconfig.node.json tsconfig.node.tsbuildinfo tsconfig.node.tsbuildinfo tsconfig.web.json tsconfig.web.json vitest.config.ts vitest.config.ts Repository files navigation CrewCode CrewCode is a free, open-source desktop ACE for developers who already work repo-first and agent-first. Instead of juggling terminals, worktrees, PR pages, browser tabs, and chat threads across several tools, CrewCode keeps the full workflow in one place. Pair CrewCode with CrewCoder for an integrated agentic development workflow. CrewCode includes first-class CrewCoder support through ACP, so you can run and supervise CrewCoder directly from the app and ask it to create custom CrewCode plugins tailored to your workflow. See the CrewCoder provider guide for setup details and the plugin guide to learn more about CrewCode plugins. Why CrewCode As soon as you run more than one coding agent, the workflow gets messy fast: too many terminals too many worktrees too many half-finished diffs too many browser and PR tabs not enough visibility into what each agent is doing CrewCode is built to make that workflow supervised, inspectable, and easier to land safely. It targets MacOS (I'd appreciate if someone can help with testing Mac), Linux, and Windows. What CrewCode does Run multiple agents in one workspace Run CrewCoder agent, Claude Code agent, Codex, OpenCode, pi, Ollama, Hermes, OpenRouter and Grok Buildfrom one app Mix structured agent bridges and PTY-backed terminals depending on provider Keep multiple chat tabs sessions per workspace, each with its own agent, model, mode, and effort Resume persistent sessions instead of starting from scratch every time Extend CrewCode with local plugins, custom panels, MCP servers, browser/git actions, and plugin-powered agent providers Switch Providers Mid Session and it creates an hand-off Summary for new agent to continue work with out leaving chat and losing context Workbench Mode: Run multiple chats and terminals all at once on same worktree /compact when ever you want and it creates a summary of your recent conversation then you can continue with your work in new session under the hood Worktree-native development Add existing repos or folders Clone repos directly into a local workspace Initialize new projects from scratch Create, switch, merge, and remove git worktrees inside the app Keep parallel work isolated without stashing or branch juggling Surface exact file overlap and likely cross-file contract collisions before crew merges Recover crew worktree/commit ownership and interrupted merge audit state after restart Crew orchestration Launch a crew of agents in parallel Configure lanes with different roles, agents, models, and effort levels Run agents in isolated worktrees or shared workspace patterns Save and reuse crew templates Restart, mute, rebroadcast to, and inspect lanes independently Delegated Threads Lets a coding agent create and drive real, persistent chat sessions from inside a turn, so "spin up some agents in another thread to run a regression test, keep me updated" produces threads you can open, read, and continue yourself. This is distinct from Crew Surface. Crew lanes are ephemeral, live in one tab, and exist for the duration of a crew run. Delegated threads are ordinary Sessions with transcripts, archiving, and drawer rows — they outlive the turn that made them. Control Center for supervision See active agents across projects in one dashboard Group activity by project, status, type, or worktree Spot blocked runs quickly Follow a live cross-app activity feed Git and review workflow View repo status, history, branches, and worktrees Stage, unstage, diff, commit, pull, push, fetch, and sync Review AI-generated changes inside the app Handle merge conflicts and delegate resolution back to an agent Create, approve, and merge PRs through GitHub CLI integration Writer document workflow Draft and review Markdown or plain-text documents beside an agent chat Convert DOCX and PDF files into editable Markdown working copies without overwriting originals Detect agent edits and review them as Pierre text diffs before accepting or denying Export approved working copies to collision-safe DOCX or PDF files Browser-to-agent workflow Open embedded browser tabs inside CrewCode Grab page context from selected elements Grab class names from selected elements Capture screenshots of browser selections Send browser research directly into an agent chat Realtime voice and composer dictation CrewCode includes a provider-neutral realtime voice layer for talking naturally with the coding agent in the active chat. Use the voice orb for voice conversations with your selected coding agent Review, edit, or cancel each voice transcript before it is sent to the agent Route spoken requests through the existing CrewCode session, workspace, mode, and permission boundaries Hear the complete prose reply while omitting code blocks, diffs, tables, logs, URLs, and long paths Choose GPT Realtime, xAI Voice, or fully local voice instead of being locked to one provider Run local speech with NVIDIA Parakeet TDT 0.6B v2 for transcription and Kokoro-82M with the am_michael voice for speech Choose Automatic, GPU, or CPU local inference; idle models unload while the lightweight voice sidecar stays available Keep hosted provider keys in Electron's main process; permanent keys never enter renderer state Use the separate composer microphone for speech-to-text only—it inserts text at the caret for review. Realtime voice is off by default. Hosted providers require their own API keys and billing; local voice requires a Python 3.11 environment and the documented native dependencies. See docs/realtime-voice.md for setup, architecture, provider availability, and security details. Prompt and skill library Maintain a local library of reusable prompts Maintain a local library of reusable skills/instructions Apply skills per session Track usage and edit prompts/skills in-app Operator visibility Watch live terminal panes and agent daemon processes Inspect CPU and memory usage with the built-in system monitor Get notifications when agents finish or need attention Workbench/Canvas mode — Run multiple chats and terminals at once on the same worktree. Code Editor Language-aware completions via TypeScript/LSP or per-language services. Tab Tab Autocomplete with local agents or Hosted API Provider for Completions Want your own plugin? tell CrewCoder to create one for you according to your workflow Themes, Document Outline, TypeScript and JavaScript intelligence, Problems drawer, Code Actions , Safety and performance and more! Local plugin platform CrewCode now includes a local-first plugin system for trusted developer automation. Install plugins from ~/.crewcode/plugins//crewcode.plugin.json Add isolated plugin panels, sidebar panels, status items, editor/chat actions, git lenses, browser actions, terminal watcher actions, MCP server declarations, and custom agent providers Build plugin UIs as static HTML/JS assets loaded through crewcode-plugin:// sandboxed iframes Use the typed crewcode-plugin-api browser package for safe postMessage calls into CrewCode Approve/revoke permissions, enable/disable plugins globally, and enable/disable plugins per workspace from the dedicated Plugins page Debug plugins with categorized logs for manifest validation, asset loading, iframe runtime errors, capability denials, provider spawn failures, and HTTP provider failures Plugin agent providers support mock, exec, and http runtimes, so you can connect local CLIs or internal HTTP agent gateways without giving plugin UI direct Electron or Node access. See docs/plugins.md and examples/plugins for the current v0 contract and templates. Environment and integrations GitHub auth and PR workflows via gh SSH config and key inspection SSH reachability testing for remote targets Auto-update channels: stable, beta, nightly Configurable agent launch paths and shell preferences Remote hosting: Remote file editing,terminal, and agents connection to host Best fit today CrewCode is strongest today for: solo developers running multiple coding agents on real repos technical founders using agents as parallel collaborators small engineering teams exploring supervised multi-agent workflows Typical workflow add or clone a project create or switch to a worktree start one or more agent sessions watch output in chat, terminal panes, and Mission Control inspect diffs, commit changes, open or merge PRs, or discard work Development npm run dev npm run build npm run preview npm run typecheck Tech stack Electron React TypeScript electron-vite xterm node-pty Contributing CrewCode is open to contributions — issues, bug reports, and pull requests are all welcome. If you're planning a larger change, open an issue first so we can talk through the approach before you build it. License CrewCode is licensed under the Apache License, Version 2.0. See LICENSE for the full text. In short: you are free to use, modify, and redistribute CrewCode, including in commercial and closed-source products, provided you retain the copyright and license notices and state any significant changes you made. Apache-2.0 also grants an explicit patent license from contributors. Third-party components Some bundled components are under different licenses and are not covered by Apache-2.0. See NOTICE for the full list. Most notably, the file-tree icon set in src/renderer/src/assets/bearded-icons/ is Bearded Icons by BeardedBear, licensed under GPL-3.0. These assets are used unmodified and are aggregated with — not incorporated into — CrewCode's Apache-licensed source. If you fork CrewCode and need a fully permissive stack, replace that directory with a permissively licensed icon set. Copyright © 2026 OnPoint Tools. Topics Resources Readme Apache-2.0 license Contributing Contributing Security policy Security policy Activity Custom properties Stars 4 stars Watchers 0 watching Forks 0 forks Report repository