> For the complete documentation index, see [llms.txt](https://docs.distribute.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/installing-desktop-app.md).

# Installing Desktop App

First, head to <https://dashboard.distribute.ai/provider/downloads>. Find the "Distribute for Desktop" section shown below. Select your operating system. If you're on apple, follow this guide to determine whether you should select Mac (Intel), Mac(Apple Silicon) <https://support.apple.com/en-us/116943>.

<figure><img src="/files/eUNENsr3CRUfAzCLEBgb" alt=""><figcaption></figcaption></figure>

#### For Mac Operating Systems

<figure><img src="/files/lSOggpF9k7tpEXIa0zvd" alt=""><figcaption></figcaption></figure>

1. Follow the DistributeAI installer instructions by double clicking the icon in the center.
2. Locate **DistributeAI.app** in your Applications directory.
3. Double-click to launch the application.

#### For Windows Operating Systems

Run the Install.exe file that is downloaded from your web browser. A command window will open. If it closes itself, that means your install is good, and you should open "Distribute AI" from the task bar. If the install fails, it will give you a detailed error message. Try looking through [Desktop App Debugging](/distribute-for-inference-providers/desktop-app/desktop-app-debugging.md) for help. Please contact our support for additional help if needed.&#x20;

Once the application is open, you should see the pages described by [#connect-your-provider](#connect-your-provider "mention"), if not then go to [Windows Debugging](/distribute-for-inference-providers/desktop-app/desktop-app-debugging/windows-debugging.md) or contact support.

## Connect your provider

Now that you have the application open, you should see a page like shown below. Here click the "Connect Provider" button. If you are not logged in you will be prompted to.&#x20;

<figure><img src="/files/OAbcY6U7vEkCPoFEUyZY" alt=""><figcaption></figcaption></figure>

You should then see a page like shown below. Here, create a descriptive name for your provider. Don't worry, you can create and delete new providers at any time, and all of your points are saved at the account level.

<figure><img src="/files/36pvwMmT1nA6pnBadGXt" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/installing-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.
