Tmux
8 articles about tmux.
Running Claude Code Over SSH on a Mac Mini M4 with tmux
A Mac Mini M4 running 24/7 with tmux sessions handles PR reviews, automation, and agent tasks. SSH in from any thin client to manage everything remotely.
Building a Gateway Daemon for Claude Code Multi-Agent Scheduling
Using tmux sessions with individual agents plus launchd for scheduling. The hardest part of multi-agent orchestration is knowing when to intervene.
The Ideal Hardware Setup for Running Parallel Claude Code Agents
M3 Max MacBook Pro with 64GB RAM running 5 Claude Code agents in parallel via tmux - the hardware and workflow that makes multi-agent development practical.
Running 10+ Claude Code Agents Without Chaos - Tmux Orchestration
How to run ten or more Claude Code agents in parallel using tmux sessions for isolation, with practical tips on session management, context separation, and avoiding conflicts.
Stop Losing Context When Claude Code Compacts - Run It Inside tmux with Logging
Claude Code clears your terminal scrollback when it compacts context. The fix: run it inside tmux with logging enabled so you never lose conversation history.
Tmux and Terminal Review Tools for Parallel AI Agents
Using tmux integration and terminal review tools for instant feedback loops when running multiple AI agents in parallel on the same codebase.
Managing Parallel AI Agents with tmux and Git Worktrees
How to use tmux panes and git worktrees to manage multiple AI coding agents in parallel - separate panes, separate branches, zero conflicts.
How to Manage Multiple Claude Code Sessions with tmux
Running multiple AI coding agents at once gets chaotic fast. Here is how tmux keeps your Claude Code sessions organized with named sessions, branch isolation, and easy switching.