WinMux Telemetry receiver Endpoints: POST /v1/event — submit single event (JSON body, max 64 KiB) GET /v1/stats — public aggregated stats GET /health — health check Event JSON format: { "install_uuid": "", "event_type": "startup" | "crash" | "vm_started" | ..., "winmux_version": "0.1.0", "os_version": "Windows 11 build 26200", "qemu_version": "11.0.0", "payload": { "anything": "structured" } } Source: https://github.com/.../winmux/tree/main/telemetry No IP logging. No third-party tracking. MIT licensed.