Back to browse
Hive – A full dev workspace (kanban/session modes+multi-repo+agent sdk)

Hive – A full dev workspace (kanban/session modes+multi-repo+agent sdk)

by moropex·Apr 7, 2026·1 point·2 comments

AI Analysis

●●●BangerSlickZero to OneSolve My Problem

Git worktree isolation per agent session solves the messy multi-repo problem Cursor ignores.

Strengths
  • Git worktree isolation per agent prevents conflicts without manual stashing
  • Multi-repo connections give single agent session context across entire stack
  • Kanban board integration turns AI chat into actual task-managed workflow
Weaknesses
  • macOS only for now, Windows and Linux support listed as coming soon
  • AI agent orchestration category filling up quickly with competing tools
Target Audience

Developers managing multiple AI agent sessions across repositories

Similar To

Cursor · Windsurf · Continue

Post Description

I kept hitting the same problem with Claude:

The native Claude app is great but it can be much better when you unlock capabilities of desktop rather than the terminal. Such as:

- no task management

- no structure

- hard to work across multiple repos

- everything becomes messy fast

So I built a desktop app to fix that.

Instead of chat, it works more like a dev workspace:

• Kanban board → manage tasks and send them directly to agents

• Session view → the terminal equivalent of Claude code for quick iteration when needed/long ongoing conversations etc

• Multi-repo “connections” → agents can work across projects at the same time with context and edit capabilities on all of them in a transparent way

• Full git/worktree isolation → no fear of breaking stuff

The big difference:

You’re not “chatting with Claude” anymore — you’re actually managing work.

We’ve been using this internally and it completely changed how we use AI for dev.

Would love feedback / thoughts

It’s open source + free

GitHub: https://github.com/morapelker/hive

Website: https://morapelker.github.io/hive

Similar Projects

AI/ML●●Solid

I've implemented multi-repo workspace support in Agent of Empires

Git worktrees and Docker sandboxes let agents tackle multi-repo tasks without context collapse.

Niche GemShip It
seluj78
601mo ago
Developer Tools●●Solid

Myrlin – Open-Source Workspace Manager for Claude Code

If you use Claude Code this is the kind of ergonomic tooling you didn’t know you wanted: it auto-discovers every session, groups them into workspaces, and surfaces 4-pane embedded terminals alongside per-workspace docs, kanban, templates and a costs dashboard. It’s local-first and runs via npx, which keeps your data in your browser, but the scope is narrowly tied to Claude and real terminal emulation requires native build tools (node-pty).

Niche GemSlick
therealarthur
124mo ago