Kandev v0.90.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.90.0 - Software Mirrors

Kandev v0.90.0 for Windows

kandev-windows-x64.zip | 100.39 MB

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

kandev-desktop-windows-x64-Kandev_0.90.0_x64-setup.nsis.zip | 72.33 MB

kandev-desktop-windows-x64-Kandev_0.90.0_x64-setup.exe | 72.33 MB

Kandev v0.90.0 for macOS

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

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

kandev-desktop-macos-x64-Kandev_0.90.0_x64.dmg | 105.17 MB

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

kandev-desktop-macos-arm64-Kandev_0.90.0_aarch64.dmg | 102.83 MB

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

Kandev v0.90.0 for Linux

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

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

kandev-desktop-linux-x64-Kandev_0.90.0_amd64.deb | 108.3 MB

kandev-desktop-linux-x64-Kandev_0.90.0_amd64.AppImage.tar.gz | 167.43 MB

kandev-desktop-linux-x64-Kandev_0.90.0_amd64.AppImage | 170.91 MB

kandev-desktop-linux-x64-Kandev-0.90.0-1.x86_64.rpm | 108.29 MB

kandev-desktop-linux-arm64-Kandev_0.90.0_arm64.deb | 105.42 MB

kandev-desktop-linux-arm64-Kandev_0.90.0_aarch64.AppImage.tar.gz | 159.92 MB

kandev-desktop-linux-arm64-Kandev_0.90.0_aarch64.AppImage | 163.37 MB

kandev-desktop-linux-arm64-Kandev-0.90.0-1.aarch64.rpm | 105.41 MB

Kandev v0.90.0 Source Code

Kandev v0.90.0 Source code (zip)

Kandev v0.90.0 Source code (tar.gz)

Kandev v0.90.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.90.0 - 2026-08-19

Features

  • add persistent auto-run controls (#2778)
  • add workflow export MCP tool (#2796)
  • refine session MCP server explorer (#2726)
  • add pre-defined repository sets for bulk task repository selection (#2774) by @jcoatelen-ledger
  • add prompt history panel (#2738) by @Fclem
  • add last activity task sorting (#2762)
  • add kandev-plugin-youtrack (#2768) by @ahmedbally
  • add quick chat idle dot indicator (#2750) by @Fclem
  • add merge queue actions (#2755)
  • add tiered environment-variable precedence for launch resolution (#2748) by @nova28
  • expose integration settings UI, save coordinator, and per-workspace enabled badge to plugins (#2736) by @ahmedbally
  • add relative last seen display option to account security (#2739) by @Fclem

Bug Fixes

  • prevent orphaned desktop backends from holding locks (#2802)
  • restore managed container-run preflights (#2799) by @yattdev
  • guard run live-sync snapshot sync against unstable references (#2797) by @Fclem
  • render action component on plugin integration cards (#2794) by @ahmedbally
  • validate managed Git credential identity before session launch (#2787) by @yattdev
  • preserve ACP runtime configuration across reset (#2790)
  • reconcile resume token when a context reset partially succeeds, and wire the live-ACP guard so it actually runs (#2788) by @yattdev
  • forward WIP admission and overflow fields onto hydrated kanban tasks (#2784) by @WaleWangPW
  • do not misclassify branch-checked-out-elsewhere as a missing branch (#2782) by @WaleWangPW
  • drop cursor placeholder slash-command descriptions (#2781)
  • preserve typed error chain across launch prepare failure (#2783) by @WaleWangPW
  • tokens_out nullable so unmeasured output isn't a fake zero (#2770) by @nova28
  • reset executor when returning to repo (#2786)
  • scope Quick Chat's Escape guards to their own composer/dialog (#2771) by @nova28
  • fail never-started agent turns instead of reporting healthy (#2776) by @nova28
  • keep the model selector visible for any legacy agent config key (#2779) by @JnManso
  • make mobile topbar actions scrollable (#2769)
  • mark codex usage estimated and backfill cost attribution (#2772) by @nova28
  • set LC_ALL=C for CGO Make targets under Git Bash on Windows (#2720) by @JnManso
  • clear resume token when reset_agent_context fires without live execution (#2765) by @yattdev
  • preserve review path punctuation (#2777)
  • improve terminal close confirmation (#2754)
  • keep the local base branch when the pre-worktree pull fails (#2654)
  • stop Escape from silently rejecting clarification questions (#2729) by @nova28
  • silence Windows mkdir "already exists" noise in build logs (#2753) by @JnManso
  • honor manual New Agent profile selection (#2730) (#2749)
  • wake feeder pulls after manual moves (#2731) (#2746)
  • keep selection and searching state stable across partial content-search results (#2712)
  • add a stop control and visible output to the dev server preview (#2725)
  • render clarification context paragraphs (#2763)
  • replace completed session composer (#2734) (#2747)
  • persist labels from HTTP task creation (#2732) (#2744)
  • prevent stale pending move replay (#2735) by @yattdev
  • stop agent profile duplication from rebinding synced steps (#2740) by @nova28
  • keep pasted hash text literal (#2743)
  • resolve turn_metadata for non-hydrated sessions (#2737) by @Fclem

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.90.0
Free
Software Informations:
Developer:

Operating System:
Windows / macOS / Linux
Date Added:
2026-08-20T00:06:28.395Z
Categories:

Post a Comment/Report Broken Link: