DEV Community

Andy
Andy

Posted on • Edited on

OctoAlly — dashboard terminal management for AI coding sessions with Whisper voice control and multi-agent orchestration

OctoAlly

We built an open-source dashboard for managing https://docs.anthropic.com/en/docs/claude-code sessions. It runs entirely on your machine — no cloud, no telemetry.

What it does

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.

Active Sessions Grid

Key features

  • Active sessions grid — See every running session across all projects with live-streaming output
  • Hive-mind orchestration — Multiple AI agents working on the same codebase with shared memory and consensus
  • Session persistence — Close a tab, restart the server, even reboot — reconnect with full scrollback
  • Pop out & adopt back — Open any session in your system terminal, work with your tools, bring it back into the dashboard
  • Built-in web browser — Test what your agents build without leaving the dashboard
  • Git source control — Side-by-side diffs, staged changes, commit history
  • Voice dictation — Local Whisper STT or cloud — no cloud required. Configurable utterance timing
  • Desktop app — Electron with system tray for Linux and macOS

Projects

Project Details

Git Src Control

One-line install
curl -fsSL https://raw.githubusercontent.com/ai-genius-automations/octoally/main/scripts/install.sh | bash

Stack

  • Frontend: React 19, Vite, Tailwind CSS 4, xterm.js
  • Backend: Fastify, TypeScript, SQLite, node-pty, WebSocket
  • Desktop: Electron, local Whisper STT
  • Sessions: tmux for persistence, Claude Code + RuFlo

Links

Feedback welcome — we just hit v1.0 and are shipping updates regularly.

Top comments (0)