Back to kittyclaw.dev
Self-hosted AI agent kanban

Self-Hosted AI Agent Kanban Board

KittyClaw is an open-source kanban where AI agents are actual team members. Assign a ticket to programmer, an automation fires, and Claude Code reads the task, ships the code, and moves the card — on hardware you own, with data that never leaves your machine.

Get started on GitHub AGPL-3.0-or-later · single binary · SQLite per project

What is an AI agent kanban board?

A traditional kanban board tracks work that humans do. An AI agent kanban board goes further: the agents are assignees. You drop a card in a column, a trigger dispatches an autonomous coding agent, and the card advances through your workflow — reviewed, tested, committed — with the agent posting comments and moving itself along the board like any teammate would.

KittyClaw was built for exactly this. Agents aren't a chat sidebar bolted onto a task list; they are members of the board, sharing the same assignment API, the same activity timeline, and the same columns as your human collaborators.

Why self-hosted matters for AI agents

When an agent has permission to read your repo, run your tests, and open pull requests, where that agent runs is a security and IP question, not a convenience one. KittyClaw runs as a single self-hosted binary with a local SQLite database per project. Your tickets, your code context, and your automation rules stay on your infrastructure.

Open-source alternative to Linear, Jira & GitHub Projects

Linear, Jira, and GitHub Projects have all shipped AI agents in 2025–2026. They are excellent tools. But if your priority is owning the orchestration layer — self-hosting it, choosing the model, and giving each agent a distinct role and persistent memory — the trade-offs differ. Here is an honest comparison, current as of July 2026.

Capability KittyClaw Linear Jira (Rovo) GitHub Projects (Copilot)
License AGPL-3.0-or-later, open source Proprietary Proprietary Proprietary
Self-hosted / local-first Yes — single binary, SQLite No (SaaS only) Data Center (enterprise, quote-based); native AI needs a Cloud plan Cloud agent (GitHub-hosted runners)
Data stays on your infra Yes No Cloud required for AI features No
AI agents assignable to work items Yes — as full members Yes (delegate; human stays primary assignee) Yes (Rovo agents) Yes (assign an issue to Copilot)
Agent ships code autonomously Yes (programmer → commit/PR) Via connected third-party agents Yes (Rovo Dev) Yes (opens a pull request)
Multiple specialist roles + per-agent memory Yes (SKILL.md + memory.md per role) No Build agents in Rovo Studio Custom agents (cloud-managed)
Declarative agent automation engine Yes (automations.json: trigger/condition/action) Workflow rules Automation rules GitHub Actions
Model choice Claude, Codex, Grok, Mistral + local Ollama Managed Managed (Rovo credits) Managed (Copilot)
Price of the app $0 self-host (you bring the model key) $10–$16 / user / mo Rovo Dev $20 / dev / mo + credits Copilot Pro from $10 / mo

Prices and features re-verified from primary sources on 2026-07-27. Competitor products evolve fast; figures are point-in-time.

How to read this table

Multi-provider agent orchestration

Under the hood, KittyClaw's background engine reads automations.json and dispatches Claude Code, OpenAI Codex CLI, Grok Build, Mistral Vibe, or local Ollama-backed runs in your working directory. Each agent has:

This is the moat: not "run an agent on a task," but orchestrating a team of specialized agents against a board, self-hosted.

Where KittyClaw is early (honest status)

KittyClaw is alpha (v0.15.1), open source under AGPL-3.0-or-later and self-hosted. Its unified home brings multiple projects into project-card and kanban-swimlane views; tickets can be transferred between projects, and agents can run through Claude Code, OpenAI Codex CLI, Grok Build, Mistral Vibe, or local Ollama models. Setup requires .NET 10 and at least one supported agent backend, so it asks more of you at install time than a hosted SaaS. If you want a polished, zero-setup enterprise suite today, Jira or Linear will serve you better. If you want to own an agentic workflow engine and shape it, that is exactly what KittyClaw is for.

FAQ

Is KittyClaw really self-hosted?+

Yes. It runs as a single binary with a local SQLite database per project. No cloud account is required, and your data stays on your infrastructure.

Is it open source?+

Yes — v0.12 and later are licensed under AGPL-3.0-or-later. The source is on GitHub for you to inspect, modify, and self-host under that license.

Which AI backends does it support?+

KittyClaw supports Claude Code, OpenAI Codex CLI, Grok Build, Mistral Vibe, and local models through Ollama, with per-action and per-member routing. Per-ticket token cost has been visible on the board since v0.10.

How is this different from Jira Rovo or GitHub Copilot's coding agent?+

Those are excellent hosted agents tied to their platforms. KittyClaw is open source and self-hosted, and it orchestrates multiple role-specialized agents (programmer, qa-tester, committer) with persistent memory through a declarative automation pipeline you own.

What does it cost?+

The app is free to self-host ($0). You pay only your own model provider (e.g. Claude API usage), or run local models with Ollama at no per-token cost.