---
title: "Check for a Replicas macOS update"
method: GET
path: "/v1/desktop/update/macos/{arch}/{version}"
tags: ["Downloads"]
---

# Check for a Replicas macOS update

`GET /v1/desktop/update/macos/{arch}/{version}`

Returns the latest signed macOS update when it is newer than the installed version.

## Path parameters

- `arch` 'arm64' | 'x64', required
- `version` string, required

## Response `200`

A newer desktop version is available.

- object
  - `url` string, uri, required
  - `name` string, required
  - `notes` string, required
  - `pub_date` string, date-time, required

## Other responses

- `204` — The installed version is current.
- `400` — Bad request - Missing or invalid parameters
- `404` — Unsupported architecture.
- `500` — Internal server error

---

[API](https://skmtc.dev/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.dev/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/revisions/aa3b4c932f7a/schema)
