Kangentic Documentation
Kangentic is an agentic development environment (ADE): a cross-platform desktop app where a Kanban board runs your AI coding agents. It treats thirteen coding-agent CLIs as first-class citizens - Claude Code, Codex, Gemini, Cursor CLI, GitHub Copilot CLI, Grok Build, Antigravity CLI, OpenCode, Aider, Qwen Code, Kimi Code, Factory Droid, and Warp (Oz CLI) - plus Ollama for local LLMs. Instead of managing agents one at a time in separate terminals, you spawn, monitor, suspend, and resume them all from one board, each task isolated in its own git worktree.
Start here
Section titled “Start here”Why Kangentic?
Section titled “Why Kangentic?”AI agents can handle complex tasks autonomously, and with git worktrees you can run many in parallel. But as agents get more capable, the bottleneck shifts to the human - managing context across multiple agents, knowing what each one is doing, and catching when they need attention. Kangentic puts every running session on one Kanban board and flags the ones that need you, so you stay in the loop without slowing agents down.
How it works
Section titled “How it works”- Create a task - Add a card to your board describing the work (bug fix, feature, refactor)
- Assign and run - Drag the card to the Executing column to spawn the column’s agent
- Monitor progress - Watch the agent work in a real-time terminal, or let it run in the background
- Review and merge - When the agent finishes, review the diff in the built-in Changes panel and merge
Each agent session runs in its own git worktree with a dedicated terminal, so you can run many agents in parallel without interference.
What you bring
Section titled “What you bring”Kangentic is deliberately unopinionated about three things. The agents you run, the work you feed it, and the process you run that work through are all yours.
Any agent, one board
Section titled “Any agent, one board”Pick a default agent per project, override it per column, and hand work between agents with their context intact. Sessions survive crashes and restarts, and Kangentic reads each agent’s own activity signals so the board can tell you which ones are thinking, which are idle, and which are waiting on you.
- Agent Orchestration - the supported CLIs, per-column overrides, and cross-agent handoff
- Activity Detection - how the board knows what each agent is doing
- Session Persistence - what survives a restart, and what resuming actually does
Bring your own backlog
Section titled “Bring your own backlog”Stage work before it reaches the board, with labels, priorities, and filtering, then promote a week’s worth to any column in one move. Import from GitHub Issues, GitHub Projects, Azure DevOps, and Asana; re-syncing is safe because already-imported items are detected automatically.
- Backlog - staging, labels, priorities, bulk operations, and importing
Bring your own workflow
Section titled “Bring your own workflow”The seven columns Kangentic seeds are a starting point, not the product. Rebuild them: each column carries its own agent, model, reasoning effort, permission mode, auto-command and its timing, spawn behavior, handoff, session target, and plan-exit target. Share the result with your team through kangentic.json, and keep personal deviations in kangentic.local.json.
The workflow runs both ways. Every spawned session holds the board’s own MCP tools, so an agent can search past conversations, message another task’s agent, and move its own card when the work is done.
- Custom Workflows - transitions, auto-commands, and the session queue
- Board Configuration - sharing a board layout through
kangentic.json - Board Profiles - named alternate ladders of per-column settings
- MCP Server - how the board’s own tools reach a running agent, with all 63 of them in the Tool Reference
Everything on one board
Section titled “Everything on one board”| Feature | Description |
|---|---|
| Visual task management | A Kanban board where each card represents an agent session |
| One-click agent control | Drag cards to spawn, suspend, or resume agents |
| Isolated environments | Each agent gets its own git worktree, preventing conflicts |
| Review built in | A diff viewer with file tree, commit graph, and blame, one click from the card |
| Conversation memory | On-device keyword and semantic search over every past agent conversation |
| Real-time monitoring | Watch all agents work with integrated terminals, activity logs, and the machine-wide Agent Monitor |
| Notifications | Desktop alerts and idle badges when agents need attention |
| Multi-project support | Manage multiple repositories from a single sidebar |
| Mobile companion | Check on agents, answer permission prompts, and review diffs from your phone |
| Local-first | Runs on your desktop with the agent CLIs and credentials you already have. Your boards, tasks, and transcripts stay in a local database, never on a Kangentic server. See the Privacy Policy |
Explore further
Section titled “Explore further”Kangentic is free and open source. A star helps other people find it.
Star on GitHub