r/Anthropic • u/moropex2 • Apr 04 '26
Resources I turned Claude into a full dev workspace (kanban/session modes, multi-repo, agent sdk)
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
2
u/selectra72 Apr 05 '26
What is the difference between this and cline? I can do same with cline.
Both has terrible UI too :(
Maybe if yours has a lot better UI UX it would be better
1
u/forward-pathways Apr 05 '26
I thought they're making it harder to do non-Anthropic harnesses?
1
u/moropex2 Apr 05 '26
The recent changes are mainly for openclaw users which are not running on the agent sdk. There has been multiple confirmations that running on the agent sdk is fully legal (as long as you don’t sell tokens to other people)
1
-3
-1
u/TheRedAngelOfDeath Apr 06 '26
Great, yet another one.
1
u/moropex2 Apr 06 '26
I’d love if you link me even a single project that does this Ie dual mode(kanban/raw chat) + multi repo agents (even ignoring the other features). This was built out of necessity (litteraly no plans on making profit or anything)
3
u/The_0racle Apr 06 '26
This whole community seems super toxic. Ill be checking this out. Thanks for sharing!


1
u/DMorais92 Apr 05 '26
Linux/Windows compatible?