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

Zouuup/landrun

Run any Linux process in a secure, unprivileged sandbox using Landlock. Think firejail, but lightweight, user-friendly, and baked into the kernel. observed · 2026-08-28

github.com/Zouuup/landrun · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 94
  • Release rhythm 94
  • Longevity 37
How is this computed?

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

  • gap_med: 0
  • age_days: 530
  • days_rel: 42
  • days_push: 41
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

2274 stars · 54 forks observed · 2026-08-28

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

Landrun is a lightweight CLI tool that sandboxes arbitrary Linux processes using the kernel's Landlock security module, with no root privileges or containers required. It provides fine-grained filesystem, TCP network, IPC, and UNIX socket access controls via simple command-line flags.

Use cases

  • run untrusted commands in a sandbox without root
  • restrict a program's filesystem access to specific directories
  • block network access for a CLI tool
  • sandbox a build or test command with read-only source and writable output
  • limit TCP bind/connect permissions of a process
  • give per-command security isolation without containers or SELinux configs

When to choose

  • you want lightweight, kernel-native sandboxing on Linux 5.13+
  • you need unprivileged sandboxing without Docker, SELinux, or AppArmor setup
  • you want simple, auditable per-command access rules

When to avoid

  • you need sandboxing on macOS, Windows, or kernels older than 5.13
  • you need full container-style isolation with namespaces, cgroups, or seccomp
  • you need GUI sandboxing profiles comparable to firejail's application profiles

Facets

cli-tool · maturity active

security security developer-tools cli landlock sandboxing kernel-security firejail-alternative process-isolation no-root sandbox command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
Zouuup/landrunmain83

For agents

markdown · JSON · MCP: product_card(name="Zouuup/landrun")

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