tmux-IDE: A Terminal-Based Multi-Agent IDE for Claude

What tmux-IDE Does
tmux-IDE is a lightweight, terminal-based IDE that prepares Claude agent-team layouts in one terminal session. It builds a lead pane, teammate-ready Claude panes, and development tools in a single tmux layout. The tool enables the environment, then Claude forms the team after you prompt it.
Key Features and Setup
The tool is version 1.3.0 and can be installed multiple ways:
$ curl -fsSL https://tmux.thijsverreck.com/install.sh | shnpm i -g tmux-idenpx tmux-idefor instant trial
The install script registers the Claude Code skill automatically, allowing Claude to configure your workspace automatically.
How It Works
tmux-IDE prepares panes and enables agent-team mode. From there, you prompt the lead Claude agent to organize the team and assign work in natural language. The lead coordinates the team while teammates work independently in their own panes with focused tasks.
Agents communicate through shared tasks and messages. The lead assigns tasks, teammates claim them and report back. Once the layout is running, the lead can recruit teammates, reassign work, and reshape the workflow through normal Claude prompting.
Configuration and Usage
Layouts are defined declaratively in YAML:
ide.yml
name: my-project
rows:
- size: 70%
panes:
- title: Claude 1
command: claude
- title: Claude 2
command: claude
- panes:
- title: Dev Server
- title: ShellQuick start commands:
$ tmux-ide init --template agent-team→ Creates ide.yml with agent team layout$ tmux-ide→ Launches IDE session with lead and teammate-ready panes$ tmux-ide restart→ Restarts with updated layout
The tool auto-detects stacks including Next.js, Vite, Python, and Go, running dev servers alongside your agent team. Layouts are reproducible across machines and projects.
This tool is for developers who want to create always-on coding setups using SSH and tmux, particularly useful for long-running coding tasks where you want to start work, give instructions to AI agents, and disconnect while they continue working.
📖 Read the full source: HN AI Agents
👀 See Also

Patina: A Claude Code Skill That Detects and Rewrites AI Writing Patterns
A developer has created a Claude Code skill called patina that identifies 112 patterns that make AI-generated text obvious across four languages, then rewrites flagged sections. The tool includes modes for detection-only, scoring, and iterative rewriting.

Testing MiniMax M2.7 via API on Three Real ML and Coding Workflows
A developer benchmarks MiniMax M2.7 against Claude Opus 4.7 on three real tasks: refactoring a PyTorch project, drafting Obsidian notes, and more. Key findings and setup included.

Implementing a Local Voice Assistant with Qwen3 on RTX 5060 Ti
A fully local home automation voice assistant using Qwen3 ASR, LLM, and TTS on an RTX 5060 Ti, featuring Morgan Freeman voice cloning and a variety of integration tools.

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.