infinite-scroll.dev
An infinite list of terminals.
After installing, run this in Terminal to allow it:
sudo xattr -cr /Applications/Infinite\ Scroll.appNew
Orchestrate a fleet of AI agents
One agent in the top cell drives the rest. It spawns worker terminals, sends them commands, watches their output, and reports back — all through the infinite-scroll CLI.
- Run your AI agent in the top cell.Open the top terminal cell and start Claude Code (or any agent that runs in a terminal).
- From the menu bar, choose Edit → Copy CLI Prompt.Paste it as the first message to your agent. It turns the agent into an orchestrator that knows how to drive the fleet.
- Tell it what you want.The agent spawns worker rows, delegates tasks across them, polls their output, and brings your attention back when something needs you.
Row 0 │ your agent (you talk to this one) ─────────┼────────────────────────────────────── Row 1 │ worker │ worker spawned by Row 2 │ worker your agent Row 3 │ ...