> For the complete documentation index, see [llms.txt](https://rhyme-genie-user-guide.idolumic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rhyme-genie-user-guide.idolumic.com/installation/installation-overview/mac-installation.md).

# Mac

**1.** Download the [Rhyme Genie installer](https://rhymegenie.com/download.html) from our [website](https://rhymegenie.com), navigate to your download folder and double-click on the downloaded fil&#x65;*.*

**2.** Drag Rhyme Genie’s **folder** to your ‘Applications’ folder.

**3**. Start the program by going to your ‘Applications’ folder, opening Rhyme Genie’s newly created folder and double-clicking on the file Rhyme Genie.

{% hint style="info" %}
After launching the software for the first time you may test its strength by accepting the license agreement and pressing “Demo Mode” (not available on iOS devices) in the lower right corner of the activation screen or proceed with Rhyme Genie’s activation.
{% endhint %}

{% hint style="warning" %}
Mac System Requirements:

Intel-based Mac

800 MB hard drive space

**64‑bit**: macOS 11, macOS 10.12 Sierra (or higher), OS X 10.10 Yosemite(or higher)

**32‑bit**: OS X 10.6 Snow Leopard (or higher)
{% 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://rhyme-genie-user-guide.idolumic.com/installation/installation-overview/mac-installation.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.
