v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
releases

Get Supported Platforms

Get list of currently supported platform IDs.

This endpoint returns which platforms have releases available for download. The frontend uses this to gray out unsupported platforms in the download UI.

This is public data for the marketing download page, so no authentication is required. CDN-friendly caching is enabled to reduce backend load.

Returns: SupportedPlatformsResponse with list of supported platform IDs

Example: GET /v1/releases/supported-platforms

Response:
{
    "supported": [
        "macos-intel",
        "macos-apple-silicon",
        "windows-x64",
        "linux-x64"
    ]
}
get/v1/releases/supported-platforms

Response

Successful Response

supportedstring[] required