TT

X11-native tiling + AI agent orchestration

Spawn, tile, and coordinate AI agents across terminal windows — all from a single config file.

$go install github.com/1broseidon/termtile/cmd/termtile@latest

Features

04 Modules
001

MCP Agent Orchestration

Spawn, monitor, and coordinate AI agents across terminal windows via Model Context Protocol.

002

Hook-Based Output Capture

Unified output pipeline works across Claude, Gemini, Codex and any future agent.

003

Tiling Window Manager

Automatic tiling layouts for terminal windows with hotkeys, workspaces, and live retiling.

004

Pipeline Dependencies

Chain agents with depends_on, pass artifacts between stages with template substitution.

Quick Start

# Start the daemon
termtile daemon start

# Tile your terminal windows
termtile tile --layout columns

# Spawn an AI agent in a tiled window
termtile agent spawn --backend claude --window 2

# Run a multi-agent pipeline from config
termtile pipeline run agents.yaml