---
title: "Check for desktop app updates"
method: GET
path: "/desktop/update"
tags: ["Desktop"]
---

# Check for desktop app updates

`GET /desktop/update`

Returns the latest desktop app version info in Tauri updater format. Download URLs are rewritten to proxy through this API.

## Response `200`

Update manifest in Tauri updater format

- object
  - `version` string, required
  - `notes` string
  - `pub_date` string
  - `platforms` object, required

## Other responses

- `502` — Failed to fetch update info from upstream

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
