> For the complete documentation index, see [llms.txt](https://coronadoenrique.gitbook.io/nep+/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coronadoenrique.gitbook.io/nep+/user-interfaces/install-nep+-app-macos.md).

# Install NEP+ App (macOS)

## Install Nep+ App

{% hint style="info" %}
NEP+ App is the most important interface
{% endhint %}

{% hint style="info" %}
You need to start NEP+ App before everything else. Don't NEP+ close it until turning off your robot or interactive system.
{% endhint %}

Install NEP+ App for Windows using one of the following links

<table><thead><tr><th width="307">Version</th><th>Link</th></tr></thead><tbody><tr><td>NEP+ App 0.0.5</td><td><mark style="color:orange;">Soon</mark></td></tr><tr><td>NEP+ App 0.0.4 (recommended)</td><td><a href="https://bitbucket.org/enriquecoronadozu/interfaces/downloads/Nep_App-0.0.4.dmg"><mark style="color:blue;">Click here to download the installer</mark></a></td></tr></tbody></table>

NEP+ interfaces can be installed as most macOS applications. Just open the .dmg file and move the App to the Applications folder

![](/files/g90okHcz8fYAvxqEaj8t)

NEP+ interfaces can be launched as any macOS application using the Launchpad and searching the NEP+ interface to use

<figure><img src="/files/3lrbHQS34lOprfuhC0vy" alt=""><figcaption><p>How to lauch Nep+ App</p></figcaption></figure>

### Solution: Nep+ App does not open

When trying to open Nep+ App for the first time, it will appear the next message.

<div align="center"><figure><img src="/files/bK9NV1JbuHEUkJgDeiR2" alt=""><figcaption></figcaption></figure></div>

To solve this issue go to **System Preferences/Security & Privacy/General**. You will see the name of the application that was blocked. To unblock the application, press “Open Anyway” and “Open.”

{% hint style="info" %}
&#x20;More details of why appears and how to solve this issue are explained [in this link](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac)
{% endhint %}

<figure><img src="/files/dhmozB6IY9g9Skze0rYX" alt=""><figcaption><p>Press Open Anyway</p></figcaption></figure>

<figure><img src="/files/gxeR8bPn19YQKNfiIqj4" alt=""><figcaption><p>Press Open</p></figcaption></figure>

### Solution: Nep+ App does not close (solved in version 0.0.5)

To close any NEP+ interface, you need to select **Project/Exit** and then press **agree**

<figure><img src="/files/4h5v40AvvcaawZ7LPBxn" alt=""><figcaption><p>Select Exit and then agree to close Nep+ App</p></figcaption></figure>


---

# 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://coronadoenrique.gitbook.io/nep+/user-interfaces/install-nep+-app-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.
