Skip to content

Artifacts

Published container images (GHCR) and release binaries: tags, platforms, and when eBPF applies.

Quick local setup: examples/ on the master branch. Deployment topics: Containers, Kubernetes.

Runtime images are published for linux/amd64 and linux/arm64. There are three separate GHCR packages; each uses the same tags (latest and vX.Y.Z from GitHub Releases). Pin the same version on proxy and agent when using TCP SYN fingerprinting.

ImageBaseUserCapabilities
ghcr.io/biandratti/huginn-proxy:latestdebian:trixie-slim (Debian 13)10001Proxy (eBPF build) — reads pinned maps — CAP_BPF
ghcr.io/biandratti/huginn-proxy-plain:latestdebian:trixie-slim (Debian 13)10001Proxy without eBPF in the binary
ghcr.io/biandratti/huginn-proxy-ebpf-agent:latestdebian:trixie-slim (Debian 13)rootAgent loads XDP — CAP_BPF CAP_NET_ADMIN CAP_PERFMON

Replace :latest with :vX.Y.Z to pin a release.

ArtifactSuffixOSArchlibceBPF
huginn-proxyx86_64-unknown-linux-muslLinuxamd64musl (static)No
huginn-proxyaarch64-unknown-linux-muslLinuxarm64musl (static)No
huginn-proxyx86_64-unknown-linux-gnu-ebpfLinuxamd64glibcYes (reader)
huginn-proxyaarch64-unknown-linux-gnu-ebpfLinuxarm64glibcYes (reader)
huginn-proxyx86_64-apple-darwinmacOSamd64No
huginn-proxyaarch64-apple-darwinmacOSarm64No
huginn-ebpf-agentx86_64-unknown-linux-gnu-ebpf-agentLinuxamd64glibcYes (loader)
huginn-ebpf-agentaarch64-unknown-linux-gnu-ebpf-agentLinuxarm64glibcYes (loader)
  • musl (static): zero runtime dependencies; runs on any Linux kernel and distro (no TCP SYN via eBPF in this build).
  • glibc (eBPF): Linux binaries extracted from or aligned with the Docker images; TCP SYN path needs kernel ≥ 5.11 and the agent where applicable.
  • GitHub Releases — attached files on each tag.
  • Actions — workflow Release for that tag → Artifacts (ZIP per platform).

Images stay on GHCR; they are not attached as files on the Releases page.