> For the complete documentation index, see [llms.txt](https://docs.loadmill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loadmill.com/introduction/deviceless-mobile-testing/installing-loadmill-desktop-app.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
