Skip to content

Keldron Agent v0.1.0

Choose a tag to compare

@horne-ra horne-ra released this 25 Mar 19:48
· 27 commits to main since this release
34beb32

First public release of the Keldron Agent — vendor-neutral hardware monitoring with risk intelligence.

Agent

  • Apple Silicon adapter — native IOKit bindings for M1–M4 Macs. No sudo required.
  • NVIDIA consumer adapter — NVML-based monitoring for RTX 3090/4090/5090.
  • NVIDIA datacenter adapter — DCGM for H100, B200.
  • AMD adapter — ROCm SMI for MI300X, RX 7900 XTX.
  • Linux thermal adapter — generic sysfs/hwmon for any Linux system.
  • Layer 1 risk scoring — composite 0–100 score with behavior-class-aware thresholds.
  • Embedded web dashboard — localhost:9200 with risk hex badge, sparklines, drill-down charts.
  • Cloud streaming — 2-second telemetry to Keldron Cloud.
  • CLIscan, login, logout, whoami commands.
  • Prometheus output — full metrics at localhost:9100/metrics.

Security

  • All HTTP servers bind to 127.0.0.1 by default.
  • Cloud telemetry over HTTPS with TLS 1.2+.
  • Pre-launch security audit passed (SEC-001).

Links