> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/getting-started/little-arms-launcher/installation/windows.md).

# Windows

Congratulations! 🎊 You've created a Zephyr account and you're ready to download and install Zephyr! If you need to read instructions on how to [create a Zephyr account, click here.](/getting-started/create-an-account.md)

First you'll need to download the Little Arms Launcher which is used to install Zephyr and keep it up to date. &#x20;

Login by going to <https://zephyr-sim.com/login>

Once logged in and at the Dashboard, the top navigation bar will display an orange <mark style="color:orange;">**Get Zephyr**</mark> button.

Click it.

<figure><img src="/files/5DtcwA0a7mOKws3w1F8E" alt=""><figcaption></figcaption></figure>

Whether you are using Windows or macOS will be automatically detected and the correct installer version for the Little Arms Launcher will be downloaded.

Navigate to where you downloaded the `Little Arms Launcher Setup x.x.x.exe` and double click on it.

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

If prompted&#x20;

> Do you want to allow this app to make changes to this device?

Click Yes

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

The Installation will begin!

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

Once the installation is complete, Click Finish and the Little Arms Launcher should open.

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

Once it opens, click "Sign In" and a new browser window will pop up in the system's default browser.

<figure><img src="/files/O2UtaM2Y9r3YOldqyEQt" alt="Little Arms Launcher Sign In Window"><figcaption></figcaption></figure>

Sign In using your Zephyr credentials.

<figure><img src="/files/1m6OXTQDMR0n33vJ2yvi" alt="Zephyr Sign In Window" width="375"><figcaption></figcaption></figure>

Once complete, you will be prompted by the browser to be redirected back to the Little Arms Launcher. Toggle "Always allow" and click "Open".

{% hint style="info" %}
Depending on your browser, this prompt may look slightly different. The example shown is using Edge.
{% endhint %}

<figure><img src="/files/YwiXGmqfzLJXUKeUDpsn" alt="" width="563"><figcaption></figcaption></figure>

You will be prompted to select the preferred drive you'd like to use to install applications downloaded through the Little Arms Launcher.  By default this will be your `C` drive. If you'd like to keep Zephyr stored on a different drive, you can choose to do so now.  It is also possible to do this later through the Settings section of the Little Arms Launcher.  If you are happy keeping Zephyr in the default `C` drive, simply click Continue.

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

You are now ready to Install Zephyr! Click the big green Install button to begin the download and installation process.  This could take a while depending on how fast your internet connection is, and your hardware specifications.&#x20;

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

That's it! You're ready to start flying! Click the Launch button to start the Zephyr Simulator.

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

See you in the Skies!


---

# 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://wiki.zephyr-sim.com/getting-started/little-arms-launcher/installation/windows.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.
