pub fn detect_platform() -> (&'static str, &'static str)
Detect the current platform for download URL resolution. Returns (platform, arch) matching rust-analyzer’s naming convention.
(platform, arch)