qmonnet/rbpf
Rust virtual machine and JIT compiler for eBPF programs 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
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
- readme: https://github.com/qmonnet/rbpf · fetched 2026-08-28 · d3e4e1c95763
- registry_crates: https://crates.io/api/v1/crates/rbpf · fetched 2026-08-29 · 55dc9d4695b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qmonnet/rbpf | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem