An open API service indexing awesome lists of open source software.

https://github.com/aorumbayev/kagan

⚡ Kanban TUI for AI-powered software development and orchestration
https://github.com/aorumbayev/kagan

ai ai-agents claude claude-code cli codex gemini kagan kanban opencode python textual tui uv

Last synced: 9 days ago
JSON representation

⚡ Kanban TUI for AI-powered software development and orchestration

Awesome Lists containing this project

README

          





Kagan


AI-powered Kanban TUI for autonomous development workflows


PyPI
Python
License: MIT
Stars


Documentation
Install
Quickstart
Issues

---


Kagan Screenshot

Kagan is a terminal-based Kanban board that integrates AI agents to help you complete development tasks autonomously or collaboratively. Review mode highlights merge readiness and conflict resolution guidance to prevent surprise merge failures.

## Install

=== "UV (Recommended)"

```bash
uv tool install kagan
```

=== "Mac / Linux"

```bash
curl -fsSL https://uvget.me/install.sh | bash -s -- kagan
```

=== "Windows (PowerShell)"

```powershell
iwr -useb uvget.me/install.ps1 -OutFile install.ps1; .\install.ps1 kagan
```

=== "pip"

```bash
pip install kagan
```

### Requirements

- Python 3.12 – 3.13
- Git repository (for worktrees)
- tmux (recommended on macOS/Linux for native PAIR terminal sessions)
- VS Code or Cursor (supported PAIR launchers, especially on Windows)
- Terminal (minimum 80x20 characters)

## Usage

```bash
kagan # Launch TUI (default command)
kagan tui # Launch TUI explicitly
kagan mcp # Run as MCP server
kagan tools # Stateless developer utilities (prompt enhancement)
kagan update # Check for and install updates
kagan list # List all projects with task counts
kagan reset # Reset data (interactive)
kagan --help # Show all options
```

## Supported AI CLIs

- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) (Anthropic)
- [OpenCode](https://opencode.ai/docs) (SST)
- [Codex](https://github.com/openai/codex) (OpenAI)
- [Gemini CLI](https://github.com/google-gemini/gemini-cli) (Google)
- [Kimi CLI](https://github.com/MoonshotAI/kimi-cli) (Moonshot AI)
- [GitHub Copilot](https://github.com/github/copilot-cli) (GitHub)

## Documentation

**Full documentation available at [docs.kagan.sh](https://docs.kagan.sh)**

## License

[MIT](LICENSE)

---






Star History