Downloads

Get latest desktop version

Returns metadata for the latest desktop version including download URLs and SHA-256 checksums for all available formats. Pass ?test=1 to resolve against unreleased test builds.

get/dl/desktop/{channel}/{plat}/{arch}/latest

Path parameters

channel'stable' | 'canary' required

The release channel

The release channel

plat'win32' | 'darwin' | 'linux' required

The operating system platform

The operating system platform

arch'x64' | 'arm64' required

The CPU architecture

The CPU architecture

Query parameters

teststring

When set to 1/true, resolve against the desktop-test/ bucket prefix instead of desktop/.

When set to 1/true, resolve against the desktop-test/ bucket prefix instead of desktop/.

Response

Success

versionstring required

Semantic version string (e.g., 1.0.0)

pub_datestring required

ISO 8601 date when this version was published

minimum_system_versionstring nullable

Minimum operating system version required by this release, when applicable

filesobject required

Map of package format to download files

Changes