v0.8.0 stable local release

Agent Kanban PMYour agents
can code.
Now they can
coordinate.

Free forever and open source. Agent Kanban PM is a local-first Kanban control plane for humans and command-line coding agents. Plan work, supervise execution, review exact changes, and recover safely when processes fail.

  • MIT licensed
  • Free forever
  • Python 3.11+
  • macOS + Linux
localhost:8000 / board Live
PROJECT Release 0.8
3 agents active 1 approval needed
TO DO2
#42 · WORKER Add browser terminal
Codex
#45 · TEST Verify reconnect flow
IN PROGRESS1
#38 · WORKER Implement retry-safe launch
$ pytest -q
tests passed
Claude
REVIEW1
#36 · DIFF REVIEW Audit auth boundaries
+184−27
Needs approval
Works with the CLIs you already use
  • Claude Code
  • Codex
  • Antigravity
  • OpenCode
  • Aider

A human is still in the loop

From brief to reviewed work,
without losing the thread.

Each card becomes an isolated agent session. The board keeps execution visible and decisions yours.

  1. 01

    Plan the work

    Describe an outcome, preview proposed cards, or create one precise task yourself. Nothing is created until you confirm.

  2. 02

    Run in isolation

    Every Git task gets its own worktree and branch. Tmux or a native PTY keeps the agent session durable and observable.

  3. 03

    Review the handoff

    Inspect exact changes, resolve approval requests, and verify the final PR destination before work moves to Done.

Built for the failure cases

One calm control plane for a
noisy agent stack.

01

One task. One process. One audit trail.

Sessions, commands, approvals, terminal output, reviews, and handoffs stay attached to the card that caused them.

session.startedworker · supervised
approval.requestedgit push origin
handoff.readytests passed
02

Local by design

SQLite-backed state, local process supervision, and no external API are required. Your code and agent credentials remain on your machine.

03

CLI native

Bring Claude Code, Codex, Antigravity, OpenCode, or Aider. YAML adapters describe how each CLI starts and requests approval.

04

Three surfaces. One source of truth.

BOARD UISee, decide, recover
CLIInspect, assign, audit
MCP + RESTLet agents coordinate

Trust comes from evidence

Designed to recover,
not merely to demo.

Durable execution

Launch intent, leases, checkpoints, and handoffs survive retries and restarts without silently duplicating work.

Review provenance

Approvals bind to an implementation revision, immutable base commit, reviewer identity, and content digest.

Verified integration

Merged pull requests must match the reviewed head, configured repository, and intended integration branch.

Start local

Give your agent work
and a place to land.

Agent Kanban PM is free forever under the MIT license: no paid plan, account, hosted service, or usage fee. Run it instantly with uvx, initialize your workspace, and open the board. Use pipx when you want a persistent CLI install.

Terminal
$ uvx --from agent-kanban-pm kanban init
$ uvx --from agent-kanban-pm kanban run

● Running at http://localhost:8000

Requires Python 3.11+, Git, and a supported coding CLI. Windows users can run it through WSL.