aya-rs/aya
Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- Longevity 100
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.0
- age_days: 2051
- days_rel: 64
- days_push: 7
- n_releases_24m: 23
Adoption not part of the score
4784 stars · 472 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Aya is a Rust library for building and loading eBPF programs on Linux, implemented entirely in Rust without libbpf or BCC. It provides BTF-based compile-once-run-everywhere support, async compatibility, and a focus on developer experience.
Use cases
- write eBPF programs in Rust
- load and manage BPF programs from userspace
- build kernel observability tools without libbpf
- deploy a single eBPF binary across kernel versions
- trace kernel functions with kprobes and tracepoints
- build XDP network packet filters in Rust
When to choose
- you want to write eBPF programs and userspace loaders in pure Rust
- you need CO-RE portability across Linux kernel versions
- you want no runtime dependency on LLVM, BCC, or libbpf
- you want async (tokio/async-std) support in your loader
When to avoid
- you need eBPF on non-Linux platforms
- your team works primarily in C and prefers libbpf
- you need mature support for the newest eBPF features that libbpf exposes first
Facets
library · maturity active
developer-tools monitoring security tracing developer-tools operating-systems security monitoring rust ebpf bpf btf kernel observability pure-rust co-re linux
3 sources
- readme: https://github.com/aya-rs/aya · fetched 2026-08-28 · 04ac64e5c82c
- homepage: https://aya-rs.dev/book/ · fetched 2026-08-29 · 367375086501
- registry_crates: https://crates.io/api/v1/crates/aya · fetched 2026-08-29 · 5761188b3c98
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aya-rs/aya | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem