---
title: "Gets the latest version of the mabltron installer"
method: GET
path: "/mabltron/latest"
tags: ["MabltronDistribution"]
---

# Gets the latest version of the mabltron installer

`GET /mabltron/latest`

Gets the latest version of the mabltron installer for the specified platform

## Query parameters

- `platform` 'windows' | 'windows-advanced' | 'macos' | 'macos-arm64' | 'linux', required
- `packaging` 'appimage' | 'deb' | 'pacman' | 'rpm' | 'targz'

## Response `200`

The installer info for the latest installer

- MabltronInstallerInfo
  - `version` string, required — The version of the installer
  - `url` string, required — The URL to download the installer from

## Other responses

- `400` — Invalidate platform supplied
- `404` — Installer not found
- `default` — Unknown error

---

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