RepoNVIDIANVIDIApublished Apr 29, 2026seen 5d

NVIDIA/rumpelpod

Rust

Open original ↗

Captured source

source ↗
published Apr 29, 2026seen 5dcaptured 9hhttp 200method plain

NVIDIA/rumpelpod

Description: Orchestrator for LLM coding agents in Docker and Kubernetes pods

Language: Rust

License: Apache-2.0

Stars: 0

Forks: 0

Open issues: 0

Created: 2026-04-29T19:36:59Z

Pushed: 2026-05-22T08:54:11Z

Default branch: main

Fork: no

Archived: no

README:

Rumpelpod

Manage multiple independent workspaces of a repository in Docker containers or Kubernetes pods, on local or remote hosts. Designed for running LLM coding agents.

Full documentation in the [user guide](GUIDE.md).

curl -fsSL https://raw.githubusercontent.com/nvidia/rumpelpod/main/install.sh | sh
rumpel system-install

Requirements: git, docker, optionally ssh and kubectl.

What Is This?

Rumpelpod manages named, independent workspaces ("pods") of a repository inside Docker containers. Each pod has its own full clone of the repository, synced via git, so multiple agents can work concurrently without interfering with each other or your local machine.

Containers can run on the local Docker daemon, on a remote host via SSH, or on Kubernetes. Rumpelpod handles git synchronization, port forwarding, and container lifecycle in all cases.

The main use case is running LLM coding agents. Typical workflow:

1. Launch Claude Code in a pod with rumpel claude my-task, typically several in parallel on different tasks. 2. Each agent works autonomously inside its own container. 3. Review changes via git difftool with rumpel review my-task. 4. Merge results back with rumpel merge my-task.

Both Claude Code and OpenAI Codex are supported as first-class agents via rumpel claude and rumpel codex. Rumpelpod is designed around iterating on multiple changes in parallel, reviewing each agent's work and asking for revisions until the change looks good.

Rumpelpod aims for minimal setup and compatibility with existing standards where configuration is necessary: project-tailored container images are defined using devcontainer.json, and compatibility with battle-tested secure runtimes such as gVisor and Kata Containers enables strong container isolation.

Name

Rumpelstiltskin (*rumpeln*: to rumble) is a productive but unruly Goblin from a Brothers Grimm fairy tale.

Notability

notability 4.0/10

New NVIDIA repo, unknown traction.