AI UNDERDOGS
Back
0:00 / 1:00
#217

AgentWire

github.com/dotdevdotdev/agentwire-dev
Claude CodeDev toolsMulti-agent orchestrationtmux
122 views💬 0 comments🔗 0 visits

Run a fleet of Claude Code agents in tmux, from one cockpit

WHAT IT SOLVES

Juggling a dozen terminal panes, pasting prompts one by one, watching each agent's output — when you need to parallelize Claude Code sessions, the manual approach just doesn't scale

WHY IT'S INTERESTING

Stacked layers

Git worktrees, tmux panes, command palette, scheduler — each layer works standalone

Not just tiling terminals. Each agent runs in its own git worktree so they never collide. A command palette puts everything on the keyboard. A scheduler queues tasks across agents. The layers stack — and that's what makes parallelism actually work

Real craft

Voice control — yes, the author went there

The latest commits are all about voice UX: holding notices behind proposals, anchoring at render. Not a demo gimmick — the author is actually solving the hard interaction timing between voice input and agent output

The author's HN title says it plainly: 'Orchestrating many Claude Code sessions via tmux and voice-control'

AdamTSaunders

TECH GUESS

TypeScript/Node wrapper around tmux scripting + git worktree CLI, voice probably via Whisper or browser Web Speech API

📍 Source: hn📅 2026-08-18Original post →Visit site →
Ad
Ad slot (AdSense unit renders here once connected)

Discussion (0)

Sign in with GitHub to post
  • No comments yet — be the first.

Related