Ross ROSS = Recommend OSS · open-source software intelligence for agents

NVIDIA/enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes. observed · 2026-08-28

github.com/NVIDIA/enroot · Shell · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 86
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 30.0
  • age_days: 2877
  • days_rel: 86
  • days_push: 86
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1093 stars · 136 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Enroot is a command-line tool from NVIDIA that turns traditional container and OS images (such as Docker images) into unprivileged sandboxes on Linux. It acts like an enhanced unprivileged chroot, using user and mount namespaces to provide filesystem separation with little to no isolation overhead, making it well suited for HPC and multi-user environments.

Use cases

  • run docker images without root privileges
  • convert container images into lightweight sandboxes
  • run containers in HPC clusters without isolation overhead
  • import docker images quickly for reproducible environments
  • give multiple users per-user container environments without setuid
  • run GPU workloads inside unprivileged containers
  • replace chroot with a modern namespace-based sandbox

When to choose

  • you need portability and reproducibility of container images but not strong isolation
  • you run HPC or multi-user systems where root daemons and setuid are undesirable
  • you want fast Docker image imports and GPU support via libnvidia-container
  • you prefer a simple, daemonless, scriptable tool following Unix philosophy

When to avoid

  • you need strong security isolation between workloads (use Docker, Podman, or gVisor)
  • you need full container orchestration features like networking, cgroups, and resource limits
  • you are not on Linux, since it relies on Linux kernel namespaces

Facets

cli-tool · maturity active

container-runtime cli developer-tools security developer-tools self-hosted cli containers hpc unprivileged-sandbox docker-images chroot rootless gpu-support nvidia devops command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
NVIDIA/enrootmain89

For agents

markdown · JSON · MCP: product_card(name="NVIDIA/enroot")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem