> For the complete documentation index, see [llms.txt](https://docs.helmut.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.cloud/the-helmut.cloud-agent/install-the-helmut.cloud-agent-software/macos.md).

# MacOS

* Download the most recent .pkg installer
* As long as the installer is unsigned, open it with a right-click and choose "*Open*" from context-menu
* MacOS will warn you that the installer cannot be verified - choose okay, as we have not signed the installer yet
* Follow along the installation routine and finish installation

The HCloud.app will be installed into the *Applications* folder on your Mac.

## Set privileges for HCloud.app in System Preferences

To allow HCloud.app access to folders inside your users home like Desktop, Downloads or Documents, you will need to set privileges.

Open *System Preferences* via the Apple icon in the upper left corner of your Mac. Navigate to "*Privacy and Security*". Here, you can set granular privileges in *Files and Folders* or add *HCloud.app* to *Full Disc Access*, if your workflow demands it. If you are running HCloud.app unattended, consider to set full disc access to avoid requests blocking your executions.

*You should always consider the apps and the OS users privileges in your environment and set them according to your workflows needs and to internal security guidelines.*


---

# 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.helmut.cloud/the-helmut.cloud-agent/install-the-helmut.cloud-agent-software/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.
