containers/bubblewrap
Low-level unprivileged sandboxing tool used by Flatpak and similar projects observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
Flags: no_license
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: 125
- age_days: 3851
- days_rel: 7
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
8490 stars · 375 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bubblewrap is a low-level unprivileged sandboxing tool for Linux that uses user namespaces to let any user run processes in isolated container-like environments. It is the sandboxing engine used by Flatpak and similar projects, though it provides primitives rather than a complete security policy.
Use cases
- run untrusted applications in a sandbox without root
- isolate a process's filesystem view on Linux
- build a custom sandboxing tool on top of user namespaces
- run containerized commands as an unprivileged user
- restrict what files a program can access during execution
When to choose
- you need unprivileged sandboxing on Linux without root or setuid
- you are building a higher-level tool like Flatpak that needs a sandbox primitive
- you want to remap or hide parts of the filesystem for a process
When to avoid
- you want a ready-made sandbox with a predefined security policy
- you need full container orchestration like Docker or Kubernetes
- you need sandboxing on non-Linux platforms
Facets
cli-tool · maturity active
security container-runtime cli security developer-tools operating-systems cli sandboxing user-namespaces flatpak unprivileged-containers isolation containers linux
1 source
- readme: https://github.com/containers/bubblewrap · fetched 2026-08-28 · 91a8acc900d7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| containers/bubblewrap | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="containers/bubblewrap")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem