Baremetal Labs
We build infrastructure for AI agents — the platform layer that makes them dependable in production. Shipper is out now; AgentBox, AgentMail, and AgentMemory are in active development.
If you use Claude Code, Codex, or Copilot, you know the rhythm: prompt, review, re-prompt, review, eventually package it up into a PR, write the description, fix the review feedback, merge. Coding agents are great at code. They're not great at shipping software — the grooming, the design, the planning, the PR opening, the review pass, the remediation. Shipper handles all of that. You file an idea, you run shipper ship, and a coding agent of your choice gets called as a focused worker at each stage. You come back when there's a PR to merge.
shipper init, shipper setup, shipper ship --auto. Runs locally, talks to GitHub via gh, spawns your coding agent of choice.Three coding agents supported (Claude Code, Codex, GitHub Copilot). Pick per stage if you want.
[ install ]
$ npm install -g @baremetallabs-ai/shipper-cli $ cd ~/code/your-repo $ shipper setup
Requires gh authenticated and Node 18+. macOS or Linux today; Windows on the roadmap.
[ also in progress ]
We're building a small family of tools agents need. Shipper is the first one out; these three are in progress.