> 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/macos.md).

# macOS

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. &#x20;

Click it.

<figure><img src="/files/rxEHa8P7i5Xh2tBvwv6f" 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.&#x20;

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

<figure><img src="/files/ZOroi7Al4TSGykEpuOnE" alt="Installing Little Arms Launcher in the Applications folder"><figcaption></figcaption></figure>

Drag and drop the Little Arms Launcher program into the Applications folder.

Then Navigate to your Applications folder and double click the Little Arms Launcher Program.

<figure><img src="/files/kiqA5U0pWqAKmX4FBwzU" alt="Little Arms Launcher Application Location"><figcaption></figcaption></figure>

If you are prompted with a window saying&#x20;

> "Little Arms Launcher" is an app downloaded from the internet are you sure you want to open it?

&#x20;click open.

<figure><img src="/files/qYrt5qyTNWLnO7DJ3JIy" alt="Little Arms Launcher First Launch Warning" width="372"><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/f3fXNsEsNA4QKfYIKjmj" alt="Little Arms Launcher Sign In Screen"><figcaption></figcaption></figure>

Sign In using your Zephyr credentials.

<figure><img src="/files/rdUqUdhJckOmyxdWXDtH" alt="Browser Sign In Screen" width="375"><figcaption></figcaption></figure>

Once complete, you will be prompted by the browser to be redirected back to the Little Arms Launcher. Click "Allow" or "Always Allow".

<figure><img src="/files/oAmKDGmmsPzA5mZpQJbQ" alt="Little Arms Launcher Sign In Deep Link Prompt" width="375"><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 Macintosh HD. 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 Macintosh HD drive, simply click Continue.

<figure><img src="/files/prAwLliCtXOfEzEi0l7v" 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/B0nXY7E6XgmMv3F9wZdW" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/vxgYbVE85Sn1AiRKSc5c" 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/macos.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.
