ecli server
ecli-server and the ecli client subcommand were removed from the main branch in March 2026 to reduce maintenance overhead.
ecli-server and the ecli client subcommand were removed from the main branch in March 2026 to reduce maintenance overhead.
Current releases no longer ship:
ecli-serverbinaries- the
ecli clientsubcommand - the
http-only client build mode
What to use now
For maintained workflows, use:
ecli runto execute a local package, URL, OCI image, or Wasm module on the same machineecli pullto fetch OCI images locally before inspection or executionecli pushto publish Wasm modules to an OCI registry
The historical GitHub Pages URLs under https://eunomia-bpf.github.io/eunomia-bpf/... are still supported for local ecli run compatibility. What was removed here is only the old remote HTTP control plane.
Example:
wget https://aka.pw/bpf-ecli -O ecli
chmod +x ./ecli
sudo ./ecli https://eunomia-bpf.github.io/eunomia-bpf/sigsnoop/package.json
sudo ./ecli run ghcr.io/eunomia-bpf/execve:latestArchived implementation
The last implementation of the remote HTTP mode is preserved on the archive/ecli-remote-http branch of the main repository:
That archived branch is the right place to look if you need the historical ecli-server, the old OpenAPI surface, or the http-only client build.
Notes for existing users
- Existing documentation or blog posts that mention
ecli-serverdescribe historical behavior. - If you need remote orchestration today, keep
eclion the target host and use your own SSH, container, or job-control layer aroundecli run.
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
ecli
ecli is the local eunomia-bpf CLI for loading, running, pulling, and pushing precompiled programs.
Next
exporter
An prometheus and OpenTelemetry exporter for custom eBPF metrics, written in async rust: eunomia-exporter
- Last updated
- Mar 8, 2026
- First published
- Aug 10, 2023
- Contributors
- 云微, oluceps
Was this page helpful?