Discover and explore top open-source AI tools and projects—updated daily.
tt-a1iBrowser-native hive-mind for CLI coding agents
Top 82.6% on SourcePulse
Summary
Hive provides a browser-native orchestration layer for managing multiple command-line coding agents (Claude, Codex, Gemini, OpenCode). It enables collaboration via distinct PTY processes, streamlining task delegation, progress tracking, and session management for AI-assisted workflows.
How It Works
Hive's browser UI communicates via HTTP/WebSocket to a local runtime managing agent PTY processes, task dispatching, and SQLite metadata. Agents (Orchestrator/Workers) use an injected "team protocol" and share a Markdown task graph (<workspace>/.hive/tasks.md). This treats agents as genuine terminal processes, integrating seamlessly with existing CLIs.
Quick Start & Requirements
npm install -g @tt-a1i/hivehive (UI typically at http://127.0.0.1:3000/). Demo mode available.Highlighted Details
<workspace>/.hive/tasks.md).Maintenance & Community
squad project for pure CLI/SSH workflows.Licensing & Compatibility
LICENSE.BSL).TRADEMARK.md.Limitations & Caveats
zenity on Linux, powershell.exe on Windows).2 days ago
Inactive