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.
Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real PTY processes via a team protocol.
| Date | Stars |
|---|---|
| 2026-07-31 | 444 |
| 2026-08-06 | 455 |
Today
+11 stars today
This week
— stars this week
This month
— stars this month
Momentum
29.0
growth rate 0.00%/day
<p align="center"> <img src="./assets/logo.png" width="120" alt="Hive logo" /> </p> # Hive <p align="center"> <img src="./assets/hive-hero.png" alt="Hive local-first multi-agent collaboration workspace hero image" /> </p> **Run Claude Code, Codex, Gemini, OpenCode, Qwen, and other CLI agents as a visible local team.** Hive gives you one browser workbench where an Orchestrator plans and delegates while workers implement, review, test, research, and report back — all as real PTY processes on your laptop. Use Hive when one agent is not enough, but a pile of terminal windows is not a workflow. [](https://www.npmjs.com/package/@tt-a1i/hive) [](https://github.com/tt-a1i/hive/actions/workflows/release.yml) [](https://hivehq.dev) [](https://nodejs.org/) [](./LICENSE.BSL) [-lightgrey.svg)](#platform-support) 🌐 **Website**: [hivehq.dev/en/](https://hivehq.dev/en/) · [中文](https://hivehq.dev/) English · [简体中文](./README.zh.md) > Hive is local-first, runs on `127.0.0.1`, and is intended for anyone who > already runs CLI agents. The latest stable release is on > [npm](https://www.npmjs.com/package/@tt-a1i/hive) and the badge above resolves > to it. > > This repository is Hive's public source baseline. User-facing releases are > distributed through npm; if you only want to install or upgrade Hive, prefer > the npm commands below. <p align="center"> <img src="./assets/hive-team-view.png" alt="Hive workbench with a 4-agent team — orchestrator dispatching while workers run" /> </p> ## Why Hive CLI agents are powerful, but coordinating several of them manually is awkward: - Long-running sessions are spread across terminals. - Splitting work across agents — implementation/review/testing, research/drafting/fact-checking, or any other division of labor — needs a routing layer you don't have. - Worker progress disappears into scrollback. - Restart recovery depends on each CLI's native session behavior. Hive adds the coordination layer without replacing the CLIs. The Orchestrator is a real `agy` / `claude` / `codex` / `opencode` / `gemini` / `hermes` / `qwen` process, not a scripted PM. Workers are real CLI agents too. Hive injects a small `team` command into their shells, so they can dispatch, report, and keep a shared markdown task graph at `<workspace>/.hive/tasks.md`. ## Use It For **Ship a PR with a reviewer in the loop** Ask the Orchestrator to implement a change, spawn a reviewer, and keep the review feedback visible before you merge. The coder edits; the reviewer checks the diff; the Orchestrator decides what still needs work. ```text Ship the settings search bugfix. Use one worker to implement it and another to review edge cases before the final report. ``` **Run a parallel bug hunt** Give several workers separate slices of a flaky behavior: one reads the server path, one checks the UI path, one looks for regressions in recent commits. You watch the reports converge instead of juggling terminals. ```text Find why mobile reconnect sometimes stalls. Split server transport, browser UI, and recent commit history across separate workers. ``` **Research, draft, and fact-check without losing the thread** Let one worker gather sources, another draft, and a reviewer check claims. The task graph and reports stay in one workspace, so the handoff is inspectable instead of trapped in chat scrollback. ```text Write a technical note on our release flow. Have one worker collect evidence, one draft, and one verify every command and file reference. ``` ## Try the de
Excerpt of 20,987 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e4290c95aade610b, topic:ai-agents, topic:multi-agent
matched fp:e4290c95aade610b, topic:developer-tools, desc:cli coding