# Installing Loadmill desktop app

The Loadmill Desktop App is our official application, available for Windows and macOS. It bundles almost everything that Loadmill has to offer, the testing platform UI, the MITM proxy for capturing application traffic, a dedicated private Loadmill Agent for running tests locally, Hybrid test support, and more.

To get started with Loadmill Desktop App, follow the steps below.

## Downloading the Loadmill Desktop App

1. Visit the Latest [Official Loadmill Release](https://github.com/loadmill/desktop-app/releases/latest).
2. Choose the appropriate version for your operating system (Windows or macOS).
   * For Windows, the installer is named `Loadmill-desktop-app-<version>-Setup.exe`.
   * For macOS, the installer is named `Loadmill-<version>-x64.dmg`.
3. Click it to download the installer to your computer.

## Installing the Loadmill Desktop App On Windows

To install the Loadmill Desktop App on Windows, follow the instructions in the [Install Windows desktop app](/introduction/deviceless-mobile-testing/installing-loadmill-desktop-app/install-windows-desktop-app.md) guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loadmill.com/introduction/deviceless-mobile-testing/installing-loadmill-desktop-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
