Call 1 of 4
Install check-in
POST https://runmaestro.ai/api/telemetry/checkin
{
"guid": "3f2a91c4-...",
"version": "0.18.6",
"platform": "darwin",
"arch": "arm64",
"theme": "dracula"
}guid is a random UUID that Maestro generates once and stores in checkin-id.json in your data folder. It is not derived from your hardware, your account, your network, or anything else about you. Delete the file and you become a new, unrelated install. platform and arch are build-target buckets, the same two values that appear in every download filename.
Off switch
Settings > General > Updates > Check for updates automatically.
That one toggle governs both the update check and this ping. With it off, nothing is sent, ever. There is no second call site.
Unpackaged builds, which means anything you build from source or run in development, never send this at all.