8 cores · 32 GB RAM
Engineered for 100M+ events/day. Measured at 10,845 ev/s on an 8-core / 16 GB box, half this RAM. Scale CPU first; ClickHouse rewards core count.
— statnive.live · self-hosted
A single Go binary plus ClickHouse. No outbound calls. Air-gap capable. For regulated markets, customer-supplied data centers, and teams that want to own every byte.
— Measured on one self-hosted box
The same engine, on hardware you control. On a single 8-core / 16 GB box under real production traffic, the load climbed tenfold and the database barely moved. It never became the bottleneck.
— System requirements
Statnive's reference deployment runs comfortably on a single bare-metal or VPS instance. Scale up vertically before you reach for sharding. ClickHouse and the ingest binary both saturate cores before they saturate I/O.
8 cores · 32 GB RAM
Engineered for 100M+ events/day. Measured at 10,845 ev/s on an 8-core / 16 GB box, half this RAM. Scale CPU first; ClickHouse rewards core count.
NVMe SSD · 1–4 TB
~1 GB / 1M events compressed. Retention operator-configurable; 180-day default.
No outbound required
Air-gap capable. Updates ship as signed binaries; no telemetry, no auto-update.
Linux x86_64
Statically linked. No glibc version dependency. Reference: Ubuntu 22.04 LTS / Debian 12. arm64 build planned.
— Deployment
No Helm charts, no operators, no service mesh. The binary is what runs in production.
$ wget https://statnive.live/dl/statnive-live.tar.gz
$ tar -xzf statnive-live.tar.gz
$ ./statnive-live --config /etc/statnive-live/config.yaml
listening on :8443 ✓ ingest ready — Air-gap deployments
Zero required outbound connections, verified running under a full outbound firewall block (iptables -P OUTPUT DROP). The self-hosted binary runs where third-party CDNs are restricted, where audit chains require local data residency, or where procurement mandates local currency and operator-configured local time. We ship the binary, the ClickHouse schema, and the architecture doc. You ship the box.
— Privacy invariants
localStorage. No sessionStorage. Get the architecture doc, a reference deploy, and access to engineering for capacity questions.