google/nsjail
A lightweight process isolation tool that utilizes Linux namespaces, cgroups, rlimits and seccomp-bpf syscall filters, leveraging the Kafel BPF language for enhanced security. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- 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: 13
- age_days: 4129
- days_rel: 168
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
4074 stars · 359 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NsJail is a lightweight Linux process isolation tool that uses namespaces, cgroups, rlimits, and seccomp-bpf syscall filters (via the Kafel BPF language) to sandbox untrusted processes. It supports inetd-style TCP listeners, one-shot execution, and repeated re-execution modes, making it useful for sandboxing network services and fuzzing targets.
Use cases
- sandbox an untrusted binary with namespaces and seccomp filters
- run a network service in an inetd-style jail that forks per connection
- repeatedly execute a target process for fuzzing
- limit CPU, memory, and file descriptor usage of child processes
- isolate processes with chroot, pivot_root, and read-only bind mounts
- run commands as an unprivileged user inside a restricted environment
When to choose
- you need fine-grained Linux sandboxing with namespaces, cgroups, and seccomp-bpf in one tool
- you want to sandbox network services or fuzzing targets on Linux
- you need resource limits and filesystem isolation for untrusted code
When to avoid
- you need cross-platform sandboxing on macOS or Windows
- you prefer container-based isolation with full images and orchestration (use Docker instead)
- your kernel lacks support for user namespaces or seccomp-bpf
Facets
cli-tool · maturity stable
security cli developer-tools security developer-tools cli sandboxing process-isolation namespaces seccomp cgroups chroot fuzzing-support command-line linux
2 sources
- readme: https://github.com/google/nsjail · fetched 2026-08-28 · fd1f0b958bda
- homepage: https://nsjail.dev · fetched 2026-08-29 · 1eba754c674c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/nsjail | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem