quickstart
- Github Template: eunomia-bpf/eunomia-template - example bpf programs: examples/bpftools - tutorial: eunomia-bpf/bpf-developer-tutorial
- Github Template: eunomia-bpf/eunomia-template
- example bpf programs: examples/bpftools
- tutorial: eunomia-bpf/bpf-developer-tutorial
You can get pre-compiled eBPF programs running from GitHub Pages URLs or an OCI registry in 1 line of bash:
# download the latest release (aka.pw/bpf-ecli redirects to the current GitHub release asset)
$ wget https://aka.pw/bpf-ecli -O ecli && chmod +x ./ecli
$ sudo ./ecli https://eunomia-bpf.github.io/eunomia-bpf/sigsnoop/package.json # historical GitHub Pages workflow, kept for compatibility
$ sudo ./ecli run ghcr.io/eunomia-bpf/execve:latestThe legacy remote HTTP mode (ecli client / ecli-server) has been removed from the main branch and archived on archive/ecli-remote-http.
Continue exploring
Back to index
eunomia-bpf Documentation
Simplify eBPF development with CO-RE and WebAssembly. Build, compile, and distribute eBPF programs easier with automatic code generation.
Previous
Online Demo
可使用 bolipi 提供的在线体验服务,在线编译,在线运行、在线获取可视化结果:https://bolipi.com/ebpf/home/online
Next
build on android aarch64
Android上build需要先Installing Debian on Android in Termux
- Last updated
- Mar 8, 2026
- First published
- Aug 10, 2023
- Contributors
- 云微, oluceps
Was this page helpful?