Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.
$ npx -y skills add kdlbs/kandev --agent claude-code
Repo: kdlbs/kandev
What's inside
Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.
Features | Workflows | Run as a Service | Mobile Access | Debug Logs | Roadmap | Contributing | Architecture | Discord
Kandev is a powerful tool for power users who want deeper control over how AI agents work: customize workflows, agent profiles, runtimes, prompts, and review gates to match your process.
Organize work across kanban and pipeline views with opinionated workflows and execute multiple tasks in parallel. Assign agents from any provider, and review their output in an integrated workspace - file editor, file tree, terminal, browser preview, and git changes in one place. Terminal agent TUIs are great for running agents, but reviewing and iterating on changes there doesn't scale.
Run it locally or self-host it on your own infrastructure. Use the mobile remote-access guide to connect through Tailscale, Cloudflare Tunnel, or another private VPN.
Open source, multi-provider, no telemetry, not tied to any cloud.
Kandev is distributed as a native Go binary for each supported platform. The compiled web frontend is embedded in that binary. The binary serves the web UI and API, so the application server does not need Node.js, a separate web server, or a frontend build at runtime.
Homebrew, Scoop, release archives, and the desktop app run this native binary
directly. The npm/npx package adds a small Node.js platform selector, so Node.js
is required to launch Kandev through npm/npx but not by the application server.
Release bundles also include agentctl helpers for task environments.
Humans stay in control. Define tasks, build agentic workflows with gates, review every change, decide what ships.
See docs/features.md for the full feature inventory, including settings, secrets, custom prompts, and MCP task capabilities.
We're working on Office mode, a feature-flagged autonomy layer for persistent agent teams. The direction is agent instances with roles and permissions, dashboards, inbox/approvals, routines, task delegation, skills, memory, cost tracking, budgets, and workspace config sync. We'll document Office as a supported feature after it is live.
Connect Kandev to GitHub, GitLab, Jira, Linear, Sentry, and Azure DevOps to pull issues into the kanban, link tasks to PRs, and surface review activity inline. Bitbucket support is available through the Bitbucket plugin.
| Agent | Package / command |
|---|---|
| Claude Code | @agentclientprotocol/claude-agent-acp |
| Codex | @agentclientprotocol/codex-acp |
| GitHub Copilot | @github/copilot |
| Gemini CLI | @google/gemini-cli |
| Amp | amp-acp |
| Auggie | @augmentcode/auggie |
| OpenCode | opencode-ai |
| Cursor | cursor-agent (requires Cursor Pro) |
| Devin | devin (install Devin CLI from Devin Desktop or standalone installer) |
| Qwen | @qwen-code/qwen-code |
| Factory Droid | droid |
| iFlow (beta) | @iflow-ai/iflow-cli |
| Kilocode | @kilocode/cli |
| Pi | ACP adapter: pi-acp; CLI passthrough: pi |
| Kimi | kimi (install Kimi CLI from Moonshot AI) |
| Kiro | kiro-cli-chat (install Kiro CLI from AWS) |
| Qoder | qodercli (install Qoder CLI) |
| Trae | traecli (install Trae IDE CLI) |
| Oh My Pi | omp (install @oh-my-pi/pi-coding-agent with Bun) |
| Grok | grok (install @xai-official/grok with npm) |
| Hermes | hermes (install with the official Hermes installer) |
| Antigravity | agy_acp_server.par / .exe (no automated install; download from the ACP registry, extract both archive entries into one directory, and put that directory on PATH) |
All agents communicate via ACP (Agent Client Protocol). Some agents support ACP natively, while others use ACP adapter packages that bridge their native protocols. CLI Passthrough mode is available when an integration provides a passthrough command. If your agent isn't supported yet, open an issue or submit a PR with the integration. See Adding a New Agent CLI for a step-by-step guide.
Kandev does not pin the managed npm runtimes for Claude, Codex, OpenCode, Copilot, or Gemini. Normal launches can reuse npm's best-effort execution cache. To deliberately fetch an upstream release, use Update agent in Settings > Agents; Kandev updates the host runtime and refreshes its advertised models and modes for future sessions without restarting active sessions. See Agents and Profiles.
Kandev can run any agent CLI as a TUI inside a terminal, even when it does not speak ACP. Add the command in agent profile settings and the task starts that agent inside a PTY terminal. CLI passthrough keeps the agent's native terminal UX available while still giving Kandev task tracking, worktrees, review, and session management.
| Executor | Description |
|---|---|
| Local Process | Runs the agent as a local process on the host machine |
| Docker | Runs the agent in an isolated Docker container |
| Kubernetes | Runs each task session in an administrator-configured Pod with managed, existing, or disposable workspace storage |
| SSH | Runs the agent on a remote server over SSH |
| Sprites | Runs the agent in a remote cloud environment via sprites.dev |
Executors support profiles for reusable runtime configuration: prepare scripts, environment variables, credentials, and settings. Worktree-based tasks can also attach multiple repositories or multiple branches from the same repository, which lets one task produce several PRs when the work needs it.
brew install kdlbs/kandev/kandev
kandev
scoop bucket add kandev https://github.com/kdlbs/scoop-kandev
scoop install kandev
kandev
Installs the native bundle — no Node.js required.
npx kandev@latest
Requires npm 7+. Installs the CLI plus a platform-matched runtime bundle in one step.
npm install -g kandev@latest
kandev
brew upgrade kandevscoop update kandevnpx kandev@latest (always uses the latest published version)npm install -g kandev@latestTo try the current prerelease from main, use npm's nightly tag:
npx -y kandev@nightly
# or
npm install -g kandev@nightly
npx runs a transient Nightly without changing a global package. The global install replaces your
Showing a partial view of a very large repo.
FAQ
kandev is a Claude Code plugin with 10 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes kandev-approvals, kandev-config-sync, kandev-escalation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it