Software Mirrors
ProductsBlogs
Kandev v0.95.1

Kandev v0.95.1

Kandev is A Powerful AI Kanban Development Environment for Multi-Agent Coding. Combining multi-agent orchestration, Kanban project management, integrated code review, and self-hosted architecture.
(4.8)

Developer

Kandev

Category

Developer Tools

Operating System

Windows / macOS / Linux

Date Published

Wed Sep 23 2026

Review Kandev v0.95.1

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:

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:

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

Flexible Execution

Agents can run in several environments:

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.95.1 - Software Mirrors

Kandev v0.95.1 for Windows

kandev-windows-x64.zip | 149.96 MB

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

kandev-desktop-windows-x64-Kandev_0.95.1_x64-setup.nsis.zip | 102.42 MB

kandev-desktop-windows-x64-Kandev_0.95.1_x64-setup.exe | 102.42 MB

Kandev v0.95.1 for macOS

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

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

kandev-desktop-macos-x64-Kandev_0.95.1_x64.dmg | 154.22 MB

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

kandev-desktop-macos-arm64-Kandev_0.95.1_aarch64.dmg | 149.8 MB

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

Kandev v0.95.1 for Linux

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

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

kandev-desktop-linux-x64-Kandev_0.95.1_amd64.deb | 158.73 MB

kandev-desktop-linux-x64-Kandev_0.95.1_amd64.AppImage.tar.gz | 210.31 MB

kandev-desktop-linux-x64-Kandev_0.95.1_amd64.AppImage | 213.84 MB

kandev-desktop-linux-x64-Kandev-0.95.1-1.x86_64.rpm | 158.75 MB

kandev-desktop-linux-arm64-Kandev_0.95.1_arm64.deb | 153.3 MB

kandev-desktop-linux-arm64-Kandev_0.95.1_aarch64.AppImage.tar.gz | 200.93 MB

kandev-desktop-linux-arm64-Kandev_0.95.1_aarch64.AppImage | 204.39 MB

kandev-desktop-linux-arm64-Kandev-0.95.1-1.aarch64.rpm | 153.28 MB

Kandev v0.95.1 Source Code

Kandev v0.95.1 Source code (zip)

Kandev v0.95.1 Source code (tar.gz)

Kandev v0.95.1 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.
>
If macOS blocks Kandev after you verify the checksum, run:
>
bash
xattr -d com.apple.quarantine /Applications/Kandev.app
</blockquote>

0.95.1 - 2026-09-22

Features

  • rate-limit agent-initiated task-assigned wakes per task (#3814) by @nova28
  • add Japanese locale catalogs and negotiation (#3841) by @y05h1taka
  • unify mobile navigation and task access (#3830)
  • add Muse Code ACP agent support (#3819) by @jean-losi
  • customize sidebar navigation (#3823)
  • show which startup step is running, with progress and ETA (#3813) by @nova28
  • create automations from configuration chat (#3825)
  • add task-specific workflow agent overrides (#3822)
  • focus committed workflow recipients (#3826)
  • add per-task remote repository checkout options (#3817)
  • add forgejo plugin to catalog (#3807) by @naerymdan
  • open task folders with host availability checks (#3784)
  • add whole-file comments (#3796)
  • expose task dependencies in plugin and canvas data API (#3794) by @nova28

Bug Fixes

  • start the agent again when a task is sent back a workflow step (#3852) by @nova28
  • keep file tree paths workspace-relative (#3855)
  • restore canvas availability on task entry (#3846)
  • launch opencode-acp binary-first (native binary on PATH), don't break on stale npm cache (#3836) by @jelloeater-agent
  • fail active sessions after resume relaunch errors (#3839) by @WaleWangPW
  • preserve client-side navigation for task links (#3844)
  • retry transient preview deploy errors (#3843)
  • reject incompatible inherited workspace repositories (#3838)
  • restore orphaned sessions on task open (#3840)
  • restore executor profile environment on resume (#3835)
  • accept case-aliased worktree repository paths (#3837)
  • terminalize sessions orphaned by backend restart via reconciliation sweep (#3833) by @benjamincham
  • detect stalled sessions and heal orphaned ones in sweep (#3832) by @benjamincham
  • restore canvas runtime and panel toolbar behavior (#3827)
  • admit initial creation prompts through workflow (#3820)
  • honor every offered watcher lookback period (#3828) by @Fclem
  • preserve Kubernetes runtimes after recoverable agent failures (#3824)
  • send late clarification answers as messages (#3798) (#3799)
  • refresh executor indicators and restore status details (#3821)
  • preserve structured plugin tool errors (#3815)
  • stop large upgrades from hanging silently at startup (#3749) by @nova28
  • materialize branches in inherited workspaces (#3809)
  • bound oversized user-message rendering (#3797) (#3801)
  • hide composer focus hint on mobile (#3795)

Performance

  • lint only changed Go packages (#3860)

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

Cons

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.

Comments on Kandev v0.95.1