Tech stack

Boring, well-understood dependencies

Infrastructure software that operators need to trust — picked for being proven, not novel.

ComponentChoiceWhy
Edge agentRust, muslStatically linked, no glibc runtime dependency — one binary for any Linux distro or Windows (Event Log, ETW) today; IBM i (iSeries) and cloud-native collectors for AWS, Azure, and GCP on the roadmap.
TransportRedpandaKafka-API compatible, keeps storage credentials off the edge agent entirely.
Ingest / APIGogRPC + REST, straightforward concurrency for the write and query paths.
Structured storeClickHouseColumnar, partitioned by day — built for exactly this access pattern.
Full-text indexTantivyEmbedded Rust search library — no second service to operate.
FrontendSvelteKitStatic-buildable, no server runtime required in production.
OrchestrationKubernetes Operator + Helmkubebuilder-based, one CRD, docker-compose for anything smaller.

Every piece ships under one license

No commercial tier, no feature gate — AGPLv3 for the entire platform.

View the license →