I built Outerloop – manage your Macs as a Claude Code fleet from one dashboard Developer Phyo Lim launched Outerloop, an open-source tool that turns Macs into a fleet of Claude Code workers managed from a single web dashboard. The system lets users file coding tickets from any device, which are then executed by agents on remote machines, with automated code review and manual merge approval. Outerloop addresses the problem of not having the right development machine at hand by enabling asynchronous, agent-driven coding workflows. Outerloop turns the Macs you already own into a small fleet of Claude Code workers, managed from one web dashboard. One always-on Mac is the hub : it holds the ticket queue, the scheduler, and the dashboard. Any other Mac joins as a worker . A single Mac is a complete fleet — the hub does its own work too. The problem it solves: the machine that can do the work is usually not the machine in front of you. The desk Mac has Claude Code logged in, the repos cloned, git/gh configured. When you think of a fix from your phone or another laptop, the options were remoting in — screen sharing or SSH into an interactive session, slow and awkward from a phone — or writing it down to copy-paste later. With outerloop you file a ticket from wherever you are and a capable machine at home picks it up. You come back to a PR. The unit of work is a ticket, and the ticket is also the record: an agent writes code on a branch using the ticket as context, a second agent reviews it author and reviewer are separate; the reviewer cannot merge , and the PR references the ticket. Merges require manual approval in the dashboard, and failing CI blocks a merge even after approval. Machines find each other on your LAN by Bonjour, or through an outbound SSH tunnel to a cheap VPS when you're away. No VPN, no OAuth, no cloud service. Everything happens in the web dashboard at http://