Zero-instrumentation monitoring
aacyn monitors your apps and infrastructure — request rates, errors, response times — without touching your code.
It runs on your hardware, so your data stays yours.
Free and open source. Forever.
A monitoring tool that watches your servers from the operating system level — no SDKs to install, no code changes, no cloud account required.
See every request, error, and slow response across your services. aacyn uses a Linux technology called eBPF to observe traffic at the kernel level — no agents or SDK installs needed.
Runs on your hardware — a mini PC, a server rack, or a Docker container. Your telemetry data never leaves your network. No cloud vendor lock-in.
No per-host fees. No per-GB surcharges. No surprise invoices. Apache 2.0 licensed — use it, modify it, ship it. All features included, no tiers.
One command installs the eBPF probes on every node and the dashboard aggregator. Works alongside any CNI — no migration needed.
helm repo add aacyn https://charts.aacyn.com helm install aacyn aacyn/aacyn \ --namespace aacyn --create-namespace

Dashboard lights up automatically — services, edges, and golden signals discovered via eBPF with zero application code changes.
Most monitoring tools parse JSON on every incoming request, which limits throughput. aacyn also accepts a compact binary format that skips parsing entirely — the bytes from your HTTP request go straight into storage.
The result: over 5 million events per second on a single box. That's 16× faster than JSON-only ingestion.
aacyn stores data in a format optimized for analytics — instead of reading entire rows, it reads only the columns you need. Combined with modern CPU acceleration, this makes searching, filtering, and aggregating nearly instant.
aacyn runs on your hardware and stores everything locally. There is no cloud backend, no telemetry, and no phoning home. Your data stays on your machines.
Deploy aacyn on your cluster and see every TCP connection — between your services, your databases, and external APIs — captured at the kernel level with zero code changes.
Deploy aacyn and set NEXT_PUBLIC_AACYN_API_URL to see live cluster topology here.
Apache 2.0. No tiers, no limits, no phone calls from sales.