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

qmonnet/rbpf

Rust virtual machine and JIT compiler for eBPF programs observed · 2026-08-28

github.com/qmonnet/rbpf · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 85
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 3524
  • days_rel: n/a
  • days_push: 91
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1125 stars · 369 forks observed · 2026-08-28

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

rbpf is a Rust crate providing a user-space virtual machine for executing eBPF programs. It includes an interpreter, an x86_64 JIT compiler, and a disassembler for eBPF bytecode.

Use cases

  • run eBPF programs in user-space applications
  • embed an eBPF interpreter in a Rust project
  • JIT-compile eBPF bytecode for faster execution on x86_64
  • disassemble eBPF programs for inspection and debugging
  • test eBPF program logic without loading it into the kernel
  • build packet filtering tools based on BPF

When to choose

  • you need to execute eBPF programs outside the Linux kernel
  • you want a pure-Rust, cross-platform eBPF VM for Linux, macOS, or Windows
  • you are building tooling that emulates or analyzes eBPF bytecode

When to avoid

  • you need to run eBPF programs in the Linux kernel with kernel helpers and maps
  • you require JIT compilation on Windows, which is not supported
  • you need a production-grade verifier comparable to the kernel's

Facets

library · maturity active

interpreter compiler simulation networking developer-tools security windows rust ebpf jit-compiler virtual-machine packet-filtering disassembler user-space virtualization linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
qmonnet/rbpfmain70

For agents

markdown · JSON · MCP: product_card(name="qmonnet/rbpf")

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