# Install & Setup

## Installation

### Windows

1. Double click the installer (*lyra-setup-x64.exe*)
2. Wait for the installation to complete

<figure><img src="/files/cz3Do0PS93237YaidYiV" alt=""><figcaption><p>Installing Lyra Desktop on Windows</p></figcaption></figure>

### MacOS

1. Double click the installer (*lyra-setup-arm64.dmg* if you have a Mac M1/M2 or *lyra-setup-x64.dmg* if you have an old Mac)
2. Drag Lyra into the applications folder

<figure><img src="/files/lsrQ14v8SLpOjmps7qsB" alt=""><figcaption><p>Downloading and installing Lyra Desktop on MacOs</p></figcaption></figure>

## Setup

When you first open Lyra, you'll be asked to create a password. You will need this password to enter Lyra every time you restart it.

{% hint style="danger" %}
If you lose your password, you will lose access to all private keys and accounts you've added to Lyra. The staff cannot recover that information for you if you lose the password, so make sure to keep it in a safe place.
{% endhint %}

After your password is created, you'll need to enter your license.&#x20;

<figure><img src="/files/q7DFOcCgFu1dWnsWx7bh" alt=""><figcaption><p>Setting up Lyra for the first time</p></figcaption></figure>

{% hint style="warning" %}
Every Lyra Desktop license is limited to only run on one computer at once. If you've used Lyra Desktop before on a different computer you will have to use the /reset[^1] discord command in order to be able to login on a different machine.

Also, you can reset your HWID in [your dashboard](https://dashboard.lyrarobotics.io).
{% endhint %}

[^1]: Use this command in <mark style="color:orange;">#bot-commands</mark>![](/files/nRe6M3zqyMWrekLW8khx)


---

# 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://desktop-guide.lyrarobotics.io/getting-started/install-and-setup.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.
