foniod/redbpf
Rust library for building and running BPF/eBPF modules observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: n/a
- age_days: 2900
- days_rel: n/a
- days_push: 1160
- n_releases_24m: 0
Adoption not part of the score
1721 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RedBPF is a Rust eBPF toolchain consisting of libraries and a cargo subcommand for writing, building, and loading eBPF programs. It provides idiomatic Rust APIs for both kernel-side BPF probes and userspace loaders with support for many BPF map and program types.
Use cases
- write eBPF kernel probes in Rust
- load eBPF programs and access BPF maps from userspace
- attach kprobes, uprobes, tracepoints, or XDP programs
- stream perf events asynchronously to userspace
- generate Rust bindings from kernel headers or vmlinux BTF
- build eBPF programs with a cargo subcommand
When to choose
- you want to develop eBPF programs entirely in Rust
- you need a userspace loader with async perf event streams
- you want declarative macros for defining BPF maps and probe programs
When to avoid
- you need a cross-platform eBPF solution (Linux only)
- you prefer C-based tooling like libbpf or BCC
- you need actively maintained releases (last release mid-2023)
Facets
library · maturity maintenance
sdk developer-tools compiler build-tool developer-tools operating-systems security monitoring rust cli ebpf bpf kernel-probes tracing rust-ffi cargo-subcommand btf linux
2 sources
- readme: https://github.com/foniod/redbpf · fetched 2026-08-28 · 8c73d0e460ab
- registry_crates: https://crates.io/api/v1/crates/redbpf · fetched 2026-08-29 · 1f03ab6bbbce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| foniod/redbpf | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem