Workspace-first AI coding hub for managing agents, reviews, terminals, and task flows across multiple providers.
Dev Command Center (DCC) is a local-first desktop workbench for software engineering with AI agents. It connects isolated Git worktrees, multi-provider sessions, review and delivery workflows, terminals, usage insights, and local persistence in one Tauri application.
Important
Before starting agent sessions, set up at least one provider on the computer running DCC. Claude, Codex, Cursor, Grok, Gemini and Droid require their own installed and authenticated CLIs. Install only the providers you want to use. See Provider setup, including Antigravity's separate setup.
- Workspace-first agent sessions: run AI coding work inside isolated Git worktrees while keeping session history, runtime context, terminals, and reviews connected to the active workspace.
- Last Turn Review and Guarded Undo: inspect the exact result of a completed agent turn and, for eligible macOS workspaces, preview and safely restore the previous file contents. See Last Turn Review and Guarded Undo.
- Pull Request Center: review GitHub pull requests and GitLab merge requests, inspect checks and discussions, publish review actions, create isolated implementation tasks, and directly merge eligible GitHub PRs with an explicitly confirmed strategy.
- DCC Feedback: report bugs and suggest improvements from the sidebar, review a public issue before publishing with your connected GitHub account, and follow your reports in “My feedback”. Drafts stay on your device; version and system details are optional. See DCC Feedback.
- Delegation agents: hand off review, explanation, or implementation tasks to child sessions, inspect their work in the Inspector, send feedback back to the child agent, and apply or discard the isolated worktree output. See Delegation agents.
- Git and delivery workflows: inspect live changes, commit and push, create or update change requests, recover delivery failures, and resolve merge conflicts without leaving the workbench.
- Managed MCP integrations: connect trusted local or remote tools with scoped bindings, OS-backed credential storage, runtime status, and per-tool Ask/Allow/Deny policies.
- Usage and skills: compare real provider activity, inspect token and model usage, and manage project skills from a provider-neutral source.
- Mobile companion pairing: pair a phone with the desktop app through QR code + PIN and use companion workflows on the same trusted network or through Tailscale. See Mobile web companion.
- Provider-neutral workflows: use Claude, Gemini, Codex, Cursor, and other provider integrations from the same workbench surface.
- Model favorites: save provider, model, and effort combinations from the composer picker. Use Edit favorites to add, remove, change effort, or drag combinations into your preferred order (arrow controls are also available). Favorites are saved on this device across projects; changing the conversation's effort leaves the saved favorite unchanged. All models keeps the full catalog accessible.
- Provider handoff: select another provider inside an existing session and send the next turn normally; DCC automatically attaches one bounded, provider-neutral re-anchor. DCC persists the timeline, but the new runtime does not receive native 1:1 memory and a new thread starts fresh. See Provider handoff.
- Project notes: capture ideas and conversation excerpts in floating, draggable balloons; prepare a task or composer draft when ready. Notes survive completed-task and worktree cleanup. See Project notes.
- Visual direction: shared surfaces, motion and navigation patterns inspired by project notes. See DCC visual direction.
- Built-in review surface: inspect changed files, inline diffs, annotations, branch status, CodeRabbit feedback, validations, and PR-ready state without leaving DCC.
- Create isolated workspaces and Git worktrees for parallel tasks without juggling
git stash. - See active tasks from every project in one Running section and track completed worktree storage before permanent deletion.
- Run agent workflows across providers such as Claude, Gemini, Codex, and Cursor from the same desktop surface.
- Keep local session history, replay prior activity, and preserve workspace-specific runtime context.
- Open embedded project terminals with tabs for repo-level work that should stay inside the app.
- Open the active workspace in a preferred editor such as Cursor, Zed, or VS Code.
- Review the current workspace or isolate the latest agent turn, with a guarded restore when its safety capture is eligible.
- Inspect pull requests, discussions, checks, approvals, conflicts, and merge readiness from a dedicated hub.
- Create readable semantic
dcc/,dcc/fix/, anddcc/feat/branches from task titles while preserving existing user branches. - Resolve Git conflicts with index-backed ours/theirs/result controls and optional agent assistance.
- Drive plan mode, mission specs, and follow-up implementation flows from the same session.
- Manage project skills from a provider-neutral source and compile them into agent-native targets such as
.claude/skills/,AGENTS.md,GEMINI.md, and.cursor/rules/. - Connect DCC-managed MCP servers to compatible providers without editing provider-owned configuration.
- Compare provider, model, token, cache, reasoning, and cost activity recorded by DCC.
- Use optional mobile pairing and local HTTP access for companion workflows on the same trusted network.
- Workspace-first: the main unit is an isolated task workspace tied to a repository and branch context.
- Local-first: state, sessions, and runtime surfaces stay on your machine.
- Human-controlled: agents can implement and prepare delivery, while destructive actions, permissions, reviews, merges, and restores stay explicit.
- Agent-aware: DCC is not just a terminal wrapper; it keeps plans, specs, diffs, session events, permissions, usage, and provider context connected inside one workbench.
- Tauri 2 + Rust
- React 19 + TypeScript + Vite
- SQLite for local persistence
- xterm.js for terminal surfaces
Install and authenticate the CLI for each provider you intend to use, on the computer running DCC and under the same OS user account. DCC uses those existing installations; it does not bundle, install or update these provider CLIs.
| Provider | Required installation | Authentication/setup |
|---|---|---|
| Claude | Claude Code CLI, command claude |
Run claude auth login. |
| Codex | Codex CLI, command codex |
Run codex login. |
| Cursor | Cursor CLI, command cursor-agent in DCC |
Run cursor-agent login. DCC currently requires this command to be available, even where upstream docs use the name agent. |
| Grok Build | Grok Build CLI, command grok |
Run grok login or configure its supported API-key authentication. |
| Gemini | Gemini CLI, command gemini |
Configure API-key, Vertex AI or an eligible enterprise account. For personal Google sign-in in DCC, use Antigravity below. |
| Droid | Factory Droid CLI, command droid |
Open droid in a terminal and complete its sign-in flow. |
Antigravity has a separate setup: open Settings > Models > Antigravity, select Install official runtime, then Sign in with Google. Follow the Antigravity provider guide for supported platforms and manual runtime paths.
Installing DCC does not create a provider account or grant model access. Use an account or API configuration with access to the models you select. For the mobile companion, provider setup belongs on the computer running DCC, not on the phone.
For Claude, DCC retains the Anthropic Agent SDK integration and points it at your installed CLI. No second Claude executable is included in the DCC package.
If Claude is missing or cannot run, DCC shows the provider as unavailable with setup guidance. Install or repair the CLI, then check the provider again. Native Claude installations do not require a separate Node.js or Bun installation for DCC's Claude integration; older npm JavaScript installations still require Node.js.
If a provider cannot start, first verify its CLI works in a terminal under the same account, then follow Provider troubleshooting. Missing providers do not require installing every other provider in the table.
The following tools are needed to build DCC from source, not to install the desktop release. Individual provider CLIs may have their own runtime requirements.
- Node.js 22 recommended
- Yarn v1
- Rust stable
- Git
Recommended setup:
./setup.shManual setup:
yarn install
yarn devDesktop-only frontend shell:
yarn dev:desktopEnvironment files are ignored by Git. For a new clone or worktree:
yarn setup-worktreeIf no shared .env is found, the setup script falls back to .env.example.
- The project is open source under Apache-2.0.
- Signed release distribution is currently focused on macOS and Linux.
- Licensed under Apache-2.0. See LICENSE.
DCC was shaped by the broader ecosystem of AI coding tools, terminal-native developer workflows, local-first apps, and worktree-based development practices.
Before starting your first agent session, complete Provider setup.
- Releases page: https://github.com/wharley/DevCommandCenter/releases
- Signed builds are published for macOS and Linux through GitHub Releases.
- macOS public release artifacts are signed/notarized app bundle archives (
.app.tar.gz) for the updater. - Linux public release artifacts are currently distributed as Debian packages (
.deb) in the public release pipeline. - Public releases are signed for this repository. Forks that want their own downloadable builds should publish from their own repository with their own signing keys and release endpoint.
- GitHub Actions provide manual validation workflows for Linux and macOS.
- Signed public releases are prepared through GitHub Releases via
.github/workflows/publish-release.yml. - Public release publication is intentionally limited to manual dispatch or version tags.
- Manual release dispatch can target
all,linux-x64,macos-arm64, ormacos-intel. - The in-app updater is configured to read
latest.jsonfrom GitHub Releases after the first signed release is published. - Validation workflows and release publishing are intentionally separated so signing secrets stay isolated to the protected
releaseenvironment.
- Brand identity
- Security policy
- Contributing guide
- Support
- Release guide
- Codex orchestration
- Last Turn Review and Guarded Undo
- Guarded Undo engineering contract
- Delegation agents
- Mobile web companion
- Mobile pairing security model
- MCP trust model
- CodeRabbit integration
- Git conflict resolution
- Delivery workflows roadmap
- Antigravity provider
- Browser workbench
- Monaco Editor in Tauri
