Skip to main content
GET
Check for a newer desktop app release

Path Parameters

target
enum<string>
required

Desktop platform

Available options:
darwin,
windows
Example:

"darwin"

arch
enum<string>
required

CPU architecture

Available options:
aarch64,
x86_64
Example:

"aarch64"

version
string
required

The requesting app's current version

Example:

"0.2.3"

Response

A newer release is available

version
string
required
Example:

"0.2.4"

url
string
required
Example:

"https://api.interfere.com/v3/updates/download/releases/stable/0.2.4/darwin-aarch64/Interfere.app.tar.gz"

signature
string
required
Example:

"dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJp..."

pub_date
string
Example:

"2026-08-13T17:00:00Z"

notes
string
Example:

"Faster replay scrubbing and fixes for update checks."