> For the complete documentation index, see [llms.txt](https://docs.youlean.co/youlean-loudness-meter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.youlean.co/youlean-loudness-meter/introduction/installation-macos.md).

# Installation - macOS

### **Install Using the Installer**

1. **Download**:  [Visit the Youlean website](https://youlean.co/download-youlean-loudness-meter/) and download the macOS installer.
2. **Open and mount**: Open the downloaded .dmg file and open it.
3. **Run Installer**: Double-click on the installer to run it.
4. **Follow Instructions**: Agree to the terms and continue.
5. **Completion**: Complete the installation and then open a standalone application or your DAW to use the plugin.
6. **Done!**

***

### Manual Install Method

1. **Download**: [Visit the Youlean website](https://youlean.co/download-youlean-loudness-meter/) and download the Windows installer.
2. **Unzip and Mount**: Extract the downloaded .dmg file, mount it, and open the "Manual Install" folder.
3. **Drag Copy**: Drag files to the specific folders.&#x20;
4. **Reboot or Log Off**
5. **Done!**

{% hint style="warning" %}
If you are upgrading, delete the old files first to prevent the installation issues.
{% endhint %}

**Default locations are as follows:**

<table><thead><tr><th width="161">Format</th><th>Path</th></tr></thead><tbody><tr><td>APP</td><td>/Applications/</td></tr><tr><td>CMD</td><td>/usr/local/bin/</td></tr><tr><td>VST2</td><td>/Library/Audio/Plug-Ins/VST/</td></tr><tr><td>VST3</td><td>/Library/Audio/Plug-Ins/VST3/</td></tr><tr><td>AU</td><td>/Library/Audio/Plug-Ins/Components/</td></tr><tr><td>AAX</td><td>/Library/Application Support/Avid/Audio/Plug-Ins/</td></tr></tbody></table>

{% hint style="info" %}

* The command line tool is named “ylm2”
* If you need an older version, please [contact us.](https://youlean.co/contact/)
* If the installation does not succeed, try using the installer.
  {% endhint %}


---

# 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.youlean.co/youlean-loudness-meter/introduction/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.
