Rumpelpod runs coding agents in isolated containers in parallel
Rumpelpod is an tool for running inside separate containers. It can run Claude Code in many fully isolated containers at the same time. It works on a local machine, on remote machines through SSH, and in .
It is also compatible with safer Docker runtimes such as Kata and gVisor. A practical workflow is to keep several remote pods running in parallel, review the patches each one creates, and keep iterating. When a change looks good, Rumpelpod can merge it back into the local code checkout through its built-in Git .
The tool is still early, and feedback, , and patches are welcome.
Key points
- Rumpelpod runs Claude Code in multiple isolated containers at once.
- It can run locally, over SSH, or in .
- It works with safer Docker runtimes such as Kata and gVisor.
- Built-in Git can bring selected changes back into the local checkout.
- It is still an early version and is looking for feedback and patches.