OctoAlly lets you launch, monitor, and manage AI coding sessions from a web UI. You can run multiple Claude Code agents in parallel using hive-mind orchestration via https://github.com/ruvnet/ruflo, watch them all in a live-updating grid, and every session persists through restarts.
No reviews yetBe the first to leave a review for OctoAlly
Maker
📌
Hey everyone! We built OctoAlly because we were juggling 5-6 Claude Code sessions across different projects and losing track of what was running where. Alt-tabbing between terminals was killing our flow.
So we built a dashboard that lets us see all our AI coding sessions in one grid with live output, launch new ones with a click, and never lose a session, even through restarts. The hive-mind feature lets us run multiple agents on the same codebase in parallel with shared memory.
We also added Whisper voice dictation (local or cloud) because we wanted to talk to our agents.
It's fully open source (Apache 2.0 + Commons Clause), runs entirely on your machine, and installs with one command. We just shipped v1.0 and are actively developing. Would love your feedback!