> For the complete documentation index, see [llms.txt](https://docs.coraye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coraye.com/installation-under-mac-os.md).

# Installation under Mac OS

### 1) Download the CORAYE software from the Dashboard

{% content-ref url="/pages/-M1zuefJZFssP65QgLYU" %}
[Support Download](/dashboard/support-download.md)
{% endcontent-ref %}

![](/files/-M22hiu4-OPBKmtHBzK4)

Click on the "**Download**" button to download the CORAYE software.

![](/files/-M22hqq5SRDD1N6m0y-R)

Double click on the CORAYE Disk Image file to start the installation.

![](/files/-M22iCDyBDSUBm78BUSY)

### 2) Installation

![](/files/-M22iSFhODRsFaBYj2MD)

Drag the CORAYE icon into the "**Applications**" folder

![](/files/-M22iKIsPyP7RKPZWY3P)

In the "**Applications**" folder, right click on "**Coraye**" then select "**Open**"

![](/files/-M22ifenfDdRIFlSjybW)

A warning window appears, ignore it and click "**Open**"

![](/files/-M22insgx97My3tzB-PY)

### 3) Launch the CORAYE software

The CORAYE software is launched and you must connect with the Email and the password associated with your CORAYE account (which is the same as that used to access your personal space on the dashboard).

{% content-ref url="/pages/-M1\_OKpYyeBg73841bDm" %}
[Create an account](/dashboard/creation-dun-compte.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1zWUE-aWXN\_Zr\_Zx9b" %}
[Activate a license](/dashboard/activate-a-license.md)
{% endcontent-ref %}

![](/files/-M22j12uulLVZAENoMkR)

Once identified, CORAYE will open

{% hint style="info" %}
Only the options associated with your account will be visible on your interface.
{% endhint %}

![](/files/-M22j8ZdOGT4n1XV7pyB)

### 4) Installation of plugins

The next step is to install or update the Plugins needed to drive the spectrophotometers and the color engine.

{% content-ref url="/pages/-M23-OXbfjMY7ugCT6WG" %}
[Plugins installation and management](/plugins-installation-and-management.md)
{% endcontent-ref %}


---

# 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.coraye.com/installation-under-mac-os.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.
