Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Workspace-first multi-agent coordination platform for AI development, with shared Specs, Kanban orchestration, and MCP/ACP/ A2A support across web and desktop.
| Date | Stars |
|---|---|
| 2026-07-31 | 1766 |
| 2026-08-03 | 1768 |
| 2026-08-06 | 1768 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<div align="center">
<img src="public/logo-animated.svg" alt="Routa" width="360" />
# Routa
**Workspace-first multi-agent coordination platform for software delivery**
[](https://www.typescriptlang.org/)
[](https://nextjs.org/)
[](https://github.com/tokio-rs/axum)
[](LICENSE)
[](https://join.slack.com/t/routa-group/shared_invite/zt-3txzzfxm8-tnRFwNpPvdfjAVoSD6MTJg)
[](https://www.npmjs.com/package/routa-cli)
[](https://crates.io/crates/routa-cli)
[Demo](#demo) • [Architecture](#architecture) • [How It Works](#how-it-works) • [Why Routa](#why-routa) • [Quick Start](#quick-start) • [Docs](#docs) • [中文](README.zh-CN.md)
</div>
---
Routa is a workspace-first multi-agent coordination platform for software delivery. It keeps goals, tasks, sessions, traces, evidence, and review state visible on a board instead of burying them inside a single chat thread.
[Releases](https://github.com/phodal/routa/releases) · [Architecture](docs/ARCHITECTURE.md) · [Feature Tree](docs/product-specs/FEATURE_TREE.md) · [Quick Start](docs/quick-start.md) · [Docs Site](https://phodal.github.io/routa/) · [Slack](https://join.slack.com/t/routa-group/shared_invite/zt-3txzzfxm8-tnRFwNpPvdfjAVoSD6MTJg) · [Contributing](CONTRIBUTING.md)
## Demo
- [Bilibili walkthrough](https://www.bilibili.com/video/BV16CwyzUED5/)
- [YouTube walkthrough](https://www.youtube.com/watch?v=spjmr_1AQLM)

## Community
- [Docs Site](https://phodal.github.io/routa/)
- [Slack Community](https://join.slack.com/t/routa-group/shared_invite/zt-3txzzfxm8-tnRFwNpPvdfjAVoSD6MTJg)
- [Releases](https://github.com/phodal/routa/releases)
- [Issues](https://github.com/phodal/routa/issues)
## Architecture
### System Architecture

The current implementation is intentionally dual-backend, not two separate products.
- Web: Next.js pages and route handlers in `src/`
- Desktop: Tauri shell in `apps/desktop/` backed by the Axum server in `crates/routa-server/`
- Shared boundary: both runtimes preserve the same workspace, session, task, trace, codebase, worktree, and review semantics defined by `api-contract.yaml`
- Integration surfaces: ACP, MCP, A2A, AG-UI, A2UI, REST, and SSE
### Review Gate Architecture

The delivery gate is a stacked decision path, not a single reviewer persona.
- Harness Monitor answers what happened by surfacing traces, changed files, commands, git state, and attribution
- Entrix Fitness answers what should be true by enforcing hard gates, evidence requirements, and file budget or policy checks
- Gate Specialist answers whether the card can move by verifying acceptance criteria and routing to Done, Dev, or human escalation
## How It Works
```text
You: "Build a user auth system with login, registration, and password reset"
↓
Workspace + Kanban Board
↓
Backlog Todo Dev Review Done
Backlog Refiner -> Todo Orchestrator -> Dev Crafter -> Review Guard -> Done Reporter
↘
Blocked Resolver
```
Routa treats the board as both the planning surface and the coordination bus. The important detail is that eaExcerpt of 12,910 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:f82a65a7ecf39fc7, desc:multi-agent, desc:multi agent