Kandev v0.85.0

Kandev is an open source AI-powered development environment designed to orchestrate multiple coding agents in parallel. Rather than acting as a single AI coding assistant, Kandev provides a Kanban-style workspace where developers can assign tasks to different AI agents, review their work, manage Git worktrees, and create pull requests from a unified interface. It supports multiple AI providers, is self-hostable, and runs entirely without telemetry, making it an excellent choice for teams and developers who want greater control over AI-assisted software development.

As AI coding assistants become more capable, developers often want to run several agents simultaneously. Managing multiple terminal windows quickly becomes difficult, especially when reviewing changes, tracking conversations, and merging code.

Kandev solves this problem by providing a visual development environment with Kanban and pipeline views. Each task can run in its own Git worktree, allowing several AI agents to work independently without interfering with one another. Developers can then review generated code, compare changes, and approve pull requests from a single workspace.

Key Features Kandev

Multi-Agent Orchestration

Kandev can launch multiple AI coding agents simultaneously, allowing different tasks to be completed in parallel. This significantly improves productivity when working on larger projects.

Kanban Workflow

The built-in Kanban board helps organize development tasks, track progress, and visualize AI-assisted workflows in a familiar project management interface.

Integrated Code Review

Instead of switching between terminal windows, Kandev provides a unified workspace with:

  • File editor

  • Git diff viewer

  • File tree

  • Terminal

  • Browser preview

  • Agent conversations

This makes reviewing AI-generated code much more efficient.

Multiple AI Provider Support

Kandev supports numerous AI coding agents through the Agent Client Protocol (ACP), including:

  • Claude Code

  • OpenAI Codex

  • GitHub Copilot

  • Gemini CLI

  • Amp

  • Auggie

  • OpenCode

Developers are free to choose the provider that best fits their workflow.

Flexible Execution

Agents can run in several environments:

  • Local processes

  • Docker containers

  • Remote SSH servers

  • Cloud executors

This flexibility allows teams to scale workloads without relying solely on local hardware.

Git Worktree Management

Each task runs in its own Git worktree, reducing merge conflicts and allowing multiple features or bug fixes to be developed simultaneously.

Self-Hosted and Privacy Focused

Kandev is fully self-hostable and collects no telemetry. Organizations that handle sensitive source code can keep their development environment entirely within their own infrastructure.

Cross-Platform Support

The application runs on Windows, macOS, and Linux. It can be installed using Homebrew, NPX, npm, or by building directly from source.

Download Kandev v0.85.0 - Software Mirrors

Kandev v0.85.0 for Windows

kandev-windows-x64.tar.gz | 84.33 MB

kandev-desktop-windows-x64-Kandev_0.85.0_x64-setup.nsis.zip | 63.13 MB

kandev-desktop-windows-x64-Kandev_0.85.0_x64-setup.exe | 63.13 MB

Kandev v0.85.0 for macOS

kandev-macos-x64.tar.gz | 83.82 MB

kandev-macos-arm64.tar.gz | 81.75 MB

kandev-desktop-macos-x64-rw.28306.Kandev_0.85.0_x64.dmg | 311.04 MB

kandev-desktop-macos-x64-Kandev_0.85.0_x64.dmg | 89.2 MB

kandev-desktop-macos-x64-Kandev.app.tar.gz | 91.04 MB

kandev-desktop-macos-arm64-Kandev_0.85.0_aarch64.dmg | 87.04 MB

kandev-desktop-macos-arm64-Kandev.app.tar.gz | 89.03 MB

Kandev v0.85.0 for Linux

kandev-linux-x64.tar.gz | 83.78 MB

kandev-linux-arm64.tar.gz | 80.75 MB

kandev-desktop-linux-x64-Kandev_0.85.0_amd64.deb | 92.15 MB

kandev-desktop-linux-x64-Kandev_0.85.0_amd64.AppImage.tar.gz | 155.36 MB

kandev-desktop-linux-x64-Kandev_0.85.0_amd64.AppImage | 156.08 MB

kandev-desktop-linux-x64-Kandev-0.85.0-1.x86_64.rpm | 92.15 MB

kandev-desktop-linux-arm64-Kandev_0.85.0_arm64.deb | 89.47 MB

kandev-desktop-linux-arm64-Kandev_0.85.0_aarch64.AppImage.tar.gz | 148.11 MB

kandev-desktop-linux-arm64-Kandev_0.85.0_aarch64.AppImage | 148.76 MB

kandev-desktop-linux-arm64-Kandev-0.85.0-1.aarch64.rpm | 89.47 MB

Kandev v0.85.0 Source Code

Kandev v0.85.0 Source code (zip)

Kandev v0.85.0 Source code (tar.gz)

Kandev v0.85.0 Release Notes:

[!WARNING]
macOS, Windows desktop installers in this release are unsigned development builds.
They may require manual OS security bypasses and are not trusted downloads.

0.85.0 - 2026-08-04

Features

  • add quick chat elevation (#2251)
  • localize Automations (#2247)
  • add npm nightly release channel (#2126)
  • localize Configuration Chat and the last shared aria-labels (#2223)
  • surface subagent waves in the transcript and on the board (#2225) by @nova28
  • localize External MCP, Prompts, Voice Mode and Utility Agents (#2218)
  • localize Settings → Workspace (#2212)
  • localize the app sidebar, settings nav tree and status bar (#2214)
  • localize the remaining Settings → System routes (#2202)
  • localize Settings → Workflows (#2201)
  • run completion actions on cancelled turns (#2186)
  • localize Settings → Executors profile editor (#2195)
  • add sidebar task editing (#2200)
  • localize Settings → System → Storage (#2194)
  • localize Settings → Agents (#2193)
  • localize Settings → Integrations → Azure DevOps and Slack (#2187)
  • localize Settings → Integrations → Sentry (#2182)
  • configure workflow session settings (#2137)
  • localize Settings → Integrations → Linear (#2179)
  • surface OpenCode provider limit errors (#2167)
  • localize Settings → Integrations → Jira (#2177)
  • add file-backed diagnostic log bundles (#2087)
  • improve storage page loading (#2161)
  • localize Settings → Integrations → GitLab (#2160)
  • track inferred context compactions (#2162)
  • auto-link merge requests on push and on-demand (#2124) by @yattdev
  • add editable Azure DevOps board (#2033)
  • unlink task pull requests (#2114)
  • bound task status and session traffic (#2148)
  • merge a queued message into the message above it (#2131) by @ClemDNL
  • add optional agent-generated task titles (#2104)

Bug Fixes

  • make the out-of-band queue unbounded so replays cannot deadlock (#2244) by @JnManso
  • make pending message queues manageable (#2239)
  • count all unresolved review threads (#2240)
  • make agent turn cancellation responsive (#2228)
  • remove inert walkthrough cancel (#2215)
  • keep comment selection below CI popovers (#2232)
  • restore executor settings card spacing (#2231)
  • restore sidebar context for missing task routes (#2229)
  • preserve cancel progress across task switches (#2199)
  • detect duplicate allowlist entries, correct the collapse advice (#2221)
  • hydrate sessionModels and sessionMcpStatus on resume (#2213)
  • make walkthrough MCP failures actionable (#2209)
  • reserve room for the anchored last-prompt bar above the New divider (#2203) by @ClemDNL
  • restore conditional pull request tab behavior (#2198)
  • harden office-disabled cron, title limits, and dead-runtime cleanup (#2206)
  • localize the two Agents hooks the lint count could not see (#2197)
  • kill the whole process tree so --timeout takes effect (#2191) by @JnManso
  • cap concurrent agent bootstraps so a cold sweep can finish (#2192) by @JnManso
  • remember mobile kanban column when returning from a task (#2189) by @leanrob
  • enforce classified Git admission paths (#2150) (#2181)
  • keep sidebar diff stats visible (#2183)
  • reuse shared prompt composer for new agents (#2184)
  • isolate high-volume session stream traffic (#2175)
  • harden plugin failure recovery (#2169)
  • reduce workspace switcher height (#2178)
  • re-land push-detection auto-link fix dropped by #2124's squash merge (#2172) by @yattdev
  • show files for merge commit details (#2173)
  • publish clarification task state updates (#2174)
  • restore task tab focus (#2176)
  • stop the i18n ratchet failing PRs on files they never touched (#2165)
  • abandon instance creation when the caller has gone (#2149) by @JnManso
  • demote unwatched workspace trackers to slow polling (#2113) by @JnManso

Performance

  • parallelise the multi-repo git fan-outs (#2138) by @JnManso

Refactoring

  • centralize runtime feature flag bindings (#2142)

Documentation

  • record how to trust the removed-literal check (#2226)
  • an existing key is not automatically the right key (#2217)
  • consumer sweeps, destructuring defaults, and unowned shared copy (#2204)
  • name the oracle's blindness to attribute-borne copy (#2208)
  • record the two blind spots the Agents and Storage migrations hit (#2205)
  • simplify ACP agent launch entries (#2180)
  • improve plugin authoring guidance (#2164)
  • clarify generated task title guidance (#2171)
  • add Diátaxis guidance for public docs (#2166)

Performance and User Experience

Kandev offers a modern interface that combines project management with AI-assisted development. The Kanban workflow feels natural for teams already using agile methodologies, while the integrated review tools reduce context switching between editors, terminals, and Git clients.

The application performs well even when managing multiple concurrent AI sessions, thanks to its orchestrator architecture and support for isolated execution environments. Since it is still a relatively young project, some features continue to evolve rapidly, but active development and frequent updates indicate strong momentum.

Pros

  • Free and open source.

  • Supports multiple AI coding agents.

  • Parallel task execution.

  • Built-in Kanban workflow.

  • Excellent integrated code review tools.

  • Self-hostable with no telemetry.

  • Flexible execution using local, Docker, SSH, or cloud environments.

  • Active development.

Cons

  • Still a relatively new project.

  • Best suited for experienced developers.

  • Requires compatible AI agent tools and API access.

  • Advanced workflows may require some initial configuration.

Who Should Use Kandev?

Kandev is ideal for software developers, engineering teams, AI-assisted coding enthusiasts, and DevOps professionals who frequently work with multiple AI coding agents.

It is especially valuable for teams that want to coordinate parallel AI workflows, maintain human review before merging code, and avoid vendor lock-in by supporting multiple AI providers.

Final Verdict

Kandev introduces a fresh approach to AI-assisted software development by treating AI agents as collaborative team members rather than standalone chatbots. Its combination of multi-agent orchestration, Kanban project management, integrated code review, and self-hosted architecture makes it one of the most promising open source AI development environments currently available.

Although the project is still evolving, its rapid development pace, privacy-focused design, and flexible architecture make it an excellent choice for developers looking to scale their AI-assisted workflows.

Kandev v0.85.0
Free
Software Informations:
Developer:

Operating System:
Windows / macOS / Linux
Date Added:
2026-08-05T00:02:05.971Z
Categories:

Post a Comment/Report Broken Link: