DISCOVER THE FUTURE OF AI AGENTSarrow_forward

Hive Mind

calendar_todayAdded Feb 25, 2026
categoryAgent & Tooling
codeOpen Source
Workflow AutomationDockerMulti-Agent SystemAI AgentsAgent FrameworkAgent & ToolingModel & Inference FrameworkDeveloper Tools & CodingAutomation, Workflow & RPA

Autonomous AI problem solver and orchestration system that automatically resolves GitHub Issues and coordinates multiple AI agents. Supports full-autonomy mode, multiple models (Claude/OpenCode/Codex), Docker/Kubernetes deployment, and Telegram Bot remote control. Uses Claude Code full-autonomy mode with sudo privileges, requires isolated environment.

Core Features#

Issue Auto-Resolution#

  • Auto-fork target repository, create working branch, generate PR
  • Support auto-continue from checkpoint
  • Support session recovery from Claude session interruption
  • Human supervision mode: AI creates draft PR, human decides merge

AI Orchestration & Monitoring#

  • Multi AI agent coordination with concurrent processing
  • Monitor issues with specified tags (e.g., "help wanted")
  • Support organization-level multi-repo batch processing
  • Process management using screen

Code Review Automation (Alpha Stage)#

  • Multi-agent review team management
  • Automated code review workflow

Cross-Device Control#

  • Telegram Bot remote control and monitoring
  • Manage AI work from any device

Deployment Options#

Global Installation#

bun install -g @link-assistant/hive-mind
# or
npm install -g @link-assistant/hive-mind

Docker Deployment#

docker pull konard/hive-mind:latest
docker run -dit --name hive-mind konard/hive-mind:latest

Ubuntu 24.04 Server#

curl -fsSL -o- https://github.com/link-assistant/hive-mind/raw/refs/heads/main/scripts/ubuntu-24-server-install.sh | bash

Kubernetes Helm#

helm repo add link-assistant https://link-assistant.github.io/hive-mind
helm install hive-mind link-assistant/hive-mind

Usage Examples#

# Resolve GitHub Issue
solve https://github.com/owner/repo/issues/123 --auto-fork --model sonnet

# Use maximum capability
solve https://github.com/owner/repo/issues/1 --auto-continue --attach-logs --verbose --model opus --auto-fork --think max

# Start Hive orchestration
hive https://github.com/owner/repo --monitor-tag "help wanted" --concurrency 3

# Code review
review --repo owner/repo --pr 456

System Requirements#

  • CPU: 1 core
  • RAM: 1 GB
  • SWAP: > 4 GB
  • Disk: 50 GB

Security Warning#

⚠️ This software uses Claude Code full-autonomy mode where AI has sudo privileges and can freely execute any command. Not recommended to run on development machines. Use isolated Ubuntu 24.04 VMs or Docker containers instead. Token and sensitive data security cannot be guaranteed.

Project Status#

  • License: Unlicense (Public Domain)
  • Maintenance: Active (4,132+ commits, 88 issues, 83 PRs)
  • Cost: ~$200/month (Claude MAX subscription)

Related Projects

View All arrow_forward

STAY UPDATED

Get the latest AI tools and trends delivered straight to your inbox. No spam, just intelligence.

rocket_launch