For high-traffic platforms

— statnive.live · self-hosted

Run statnive on your own infrastructure.

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.

Made in Germany Hosted in Nuremberg
Single Go binary Air-gap capable 200M events/day per box BYO infra

— Throughput at the edge of one box

200M Events / day per node
~M Hits / minute peak
<500 ms p99 query latency
8c / 32GB Reference single-box

— System requirements

Reference single-box deploy.

Statnive's reference deployment runs comfortably on a single bare-metal or VPS instance. Scale up vertically before you bother with sharding — ClickHouse and the ingest binary both saturate cores before they saturate I/O.

Compute

8 cores · 32 GB RAM

Sustains 200M events/day with headroom. Scale CPU first; ClickHouse rewards core count.

Storage

NVMe SSD · 1–4 TB

~1 GB / 1M events compressed. Retention operator-configurable; 180-day default.

Network

No outbound required

Air-gap capable. Updates ship as signed binaries; no telemetry, no auto-update.

OS

Linux x86_64

Statically linked. No glibc version dependency. Reference: Ubuntu 22.04 LTS / Debian 12. arm64 build planned.

— Deployment

Single binary. systemd unit. Done.

No Helm charts, no operators, no service mesh. The binary is what runs in production.

  • Bring your own infra. Bare metal, VPS, on-prem, regulated cloud — the binary does not care.
  • Reverse proxy in front. Caddy, nginx, or your existing edge — Statnive serves HTTPS directly if you let it.
  • ClickHouse alongside. Either local or on a dedicated host. Schema migrations are versioned and re-runnable.
  • No outbound calls. No phone-home, no signed-update fetch, no third-party CDN — for environments where third-party CDNs are restricted.
$ 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

For regulated markets and customer-supplied data centers.

Statnive's self-hosted binary runs in environments where third-party CDNs are restricted, where audit chains require local data residency, or where the customer's procurement policy mandates local currency support and operator-configured local time. We ship the binary, the ClickHouse schema, and the architecture doc — you ship the box.

— Privacy invariants

The privacy contract — verbatim, every deploy.

  • No cookies. No localStorage. No sessionStorage.
  • No fingerprinting. No third-party scripts.
  • No outbound calls from the binary. Air-gap capable.
  • Daily rotating salts — same visitor, different hash each day.
  • SHA-256+ only. No SHA-1 or MD5 in any security path.
  • DNT and GPC respected on by default.
  • Static binary, statically linked. No glibc surprises.
  • Schema migrations versioned and re-runnable.

Self-host on your terms.

Get the architecture doc, a reference deploy, and access to engineering for capacity questions.

Get Statnive Free