Kandev v0.79.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.79.0 - Software Mirrors

Kandev v0.79.0 for Windows

kandev-desktop-windows-x64-Kandev_0.79.0_x64-setup.exe | 55.73 MB

kandev-desktop-windows-x64-Kandev_0.79.0_x64-setup.nsis.zip | 55.73 MB

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

Kandev v0.79.0 for macOS

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

kandev-desktop-macos-arm64-Kandev_0.79.0_aarch64.dmg | 77.2 MB

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

kandev-desktop-macos-x64-Kandev_0.79.0_x64.dmg | 79 MB

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

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

Kandev v0.79.0 for Linux

kandev-desktop-linux-arm64-Kandev-0.79.0-1.aarch64.rpm | 79.48 MB

kandev-desktop-linux-arm64-Kandev_0.79.0_aarch64.AppImage | 139.88 MB

kandev-desktop-linux-arm64-Kandev_0.79.0_aarch64.AppImage.tar.gz | 139.22 MB

kandev-desktop-linux-arm64-Kandev_0.79.0_arm64.deb | 79.48 MB

kandev-desktop-linux-x64-Kandev-0.79.0-1.x86_64.rpm | 81.69 MB

kandev-desktop-linux-x64-Kandev_0.79.0_amd64.AppImage | 146.75 MB

kandev-desktop-linux-x64-Kandev_0.79.0_amd64.AppImage.tar.gz | 146.04 MB

kandev-desktop-linux-x64-Kandev_0.79.0_amd64.deb | 81.7 MB

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

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

Kandev v0.79.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.79.0 - 2026-07-16

Features

  • sync workflows from a configured github repo (#1721)
  • add native app integrations (#1715)
  • add archive confirmation preference (#1708)
  • show file statuses in review (#1683)
  • rename task inline from the top bar via double-click (#1702)
  • add opt-in notification sound for waiting-for-input (#1689)
  • add repository context to quick chats (#1679)
  • surface agent subscription usage in settings and chat tooltip (#1697)
  • add Grok ACP agent (#1688) by @zensi-dev
  • show ACP shell command output in chat (#1684)
  • unarchive tasks with worktree branch recovery (#1687)
  • interrupt busy child task turn on parent message_task_kandev (#1653) by @ClemDNL

Bug Fixes

  • compact plan implement control (#1719)
  • improve command palette alias matching (#1718)
  • render walkthrough surfaces behind dialogs (#1717)
  • render HTML in markdown previews (#1707)
  • handle parked task sessions (#1711)
  • prevent cross-task acknowledgement loops (#1712)
  • prevent settings sidebar from closing on first click (#1709)
  • restore persisted tabs after task reload (#1703)
  • stop task renames from wiping task repositories (#1705)
  • silence Vitest network noise (#1700)
  • enforce origin validation on websocket upgrades (#1698)
  • keep chat readable after right-pane resize (#1682) (#1691)
  • promote commandless workspace executions (#1692)
  • align topbar metrics heights (#1694)
  • repair grok docker auth and archived task control (#1693)
  • soften deferred clarification notice (#1690)
  • bump @playwright/test to ^1.61.1 to fix install hang on Node 26 (#1685)
  • resolve two cancel/clarification deadlocks that wedge sessions in RUNNING (#1680)
  • prevent stale ready events from completing replacement turns (#1678)
  • make clipboard fallback work in Radix dialogs (#1671) by @yattdev

Performance

  • upgrade Vitest and cap local workers (#1696)

Refactoring

  • remove legacy settings migration (#1704)

Documentation

  • own public documentation metadata (#1713)
  • add curated public documentation (#1701)
  • improve harness and issue templates (#1681)

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

Operating System:
Windows / macOS / Linux
Date Added:
2026-07-20T12:13:08.614Z
Categories:

Post a Comment/Report Broken Link: