Hivekeep - self-host a team of AI agents in one container, with a real UI (MIT) (github.com)
from MarlburroW@lemmy.world to selfhosted@lemmy.world on 20 Jun 11:48
https://lemmy.world/post/48404439

I’ve been running self-hosted AI agents for a while. Tools like OpenClaw and Hermes do this well and were a big inspiration, but they’re CLI/dev-first and headless. I wanted that kind of power with a real, mobile-friendly UI my non-technical wife could actually use from her phone. I couldn’t find it, so I built it for my own household and open-sourced it. Not claiming to reinvent anything (there’s a new “AI agents platform” every other week right now), I just took the UI-first angle.

Self-hosting fundamentals:

The parts I focused on (where having a UI actually pays off):

Install:

docker run -d -p 3000:3000 -v hivekeep:/app/data ghcr.io/marlburrow/hivekeep:latest

Open the web UI and the setup agent takes it from there.

GitHub: github.com/MarlBurroW/hivekeep Site + demo: hivekeep.app

It’s young and I’m after honest feedback. Disclosure: I’m the author, happy to answer anything.

#selfhosted

threaded - newest

mike_wooskey@lemmy.thewooskeys.com on 20 Jun 12:35 next collapse

This looks interesting, especially the persistent memory. I want to try it out but it seems likely to me that multiple simultaneous agents would require significant hardware. Even if they were serially activated, reloading contexts with each switch would take time. I have a pretty beefy GPU and experience significant (almost ridiculous) slowdown when opencode runs 2 subagents simultaneously.

But perhaps the memory storage/lookup keeps contexts very small?

Anyway, I can’t find any mention in the repo or docs what the suggested minimum hardware is.

irmadlad@lemmy.world on 20 Jun 14:55 collapse

Anyway, I can’t find any mention in the repo or docs what the suggested minimum hardware is.

Same.

0807@lemmy.world on 20 Jun 14:41 next collapse

Another AI slop…

warmaster@lemmy.world on 20 Jun 15:13 collapse

Holy shit, this looks amazing. Is there a way to add personal assistant features and UI elements like the ones found on Odysseus for example?