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

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

github.com/aya-rs/aya · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
aya-rs/ayamain96

For agents

markdown · JSON · MCP: product_card(name="aya-rs/aya")

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