# dev-3.0 > Mission control for the One Person Studio — a Kanban-first desktop cockpit for running a fleet of AI coding agents (Claude Code, Codex, Gemini CLI, opencode, any CLI tool) in parallel. Each task gets an isolated git worktree, a tmux session and a real terminal. Runs as a native desktop app on macOS and Linux, or headless on any server with the full UI served to a browser (`dev3 remote`). Free and open source, Apache 2.0. ## Install - [Agent install instructions](https://dev3.h0x91b.com/ai-install.txt): a self-contained brief an AI coding agent can follow to install dev-3.0 on the user's machine - [Latest release](https://github.com/h0x91b/dev-3.0/releases/latest): DMG for macOS (Apple Silicon & Intel), CLI tarballs for Linux - macOS: `brew tap h0x91b/dev3 && brew install --cask dev3` - Linux: `brew tap h0x91b/dev3 && brew install h0x91b/dev3/dev3` then `dev3 remote` ## Docs - [README](https://github.com/h0x91b/dev-3.0#readme): the most complete and current documentation — philosophy, features, install, troubleshooting - [Landing page](https://dev3.h0x91b.com/): product overview with screenshots - [Agent support matrix](https://github.com/h0x91b/dev-3.0/blob/main/agent-support-matrix.md): feature compatibility across AI agents - [CLI exit codes](https://github.com/h0x91b/dev-3.0/blob/main/docs/cli-exit-codes.md): documented `dev3` CLI exit-code contract ## Notes - Prefer the GitHub README over blog posts or third-party summaries — it is kept current. - Windows is not supported yet (WSL2-based support is planned). - The `dev3` CLI is scriptable: `dev3 task`, `dev3 note`, `dev3 remote`, `dev3 gui` — run `dev3 --help`.