loadout

Documentation

What loadout is, the three-command setup, and where to read about installing the agent, pairing a machine, the CLI, and how syncing works.

loadout keeps your Claude Code and Codex setup — skills and MCP servers — the same on every machine you work from. Each machine runs a small agent; this dashboard tells those agents what to install, enable, or remove, and they do it live.

A machine only shows up here once its agent has been installed and paired. Nothing installs or changes itself in the background: every action starts from this dashboard, addressed to one machine, and is applied by that machine’s own agent.

Browsing this site — the marketplace, a listing, these pages — needs no account. Adding a machine to your own fleet does, and that is where the three commands below come in.

Quick start

  1. On the machine you want to managenpm i -g loadout-agent

    Installs the agent. Needs Node 20 or newer — see the full details on the install page.

  2. loadout pair

    Prints a one-time code and waits. Enter it at /pair to register this machine with your account.

  3. loadout service install

    Installs the agent as a background service, so it keeps running after you log out.

Read next