cuteos/cute-metrics
The cuteOS telemetry framework
cute-telemetry is a simple telemetry and data collection library for making data collection easier, while being ethical and secure. cute-telemetry is intended to use with cuteOS for cuteOS applications, but might as well be used on any other Linux distribution.
cute-telemetry is able to collect the following data:
Zig build system builds 2 artifacts, which it later installs.
One of them is libcute-telemetry, and the second one is cute-telemetry-service,
this one is used in a systemd service that is located in res/cute-telemetry.service.
By using zig build -p /usr -Doptimize=ReleaseFast install you can install the library,
the service, and the service binary into the prefix path.