> For the complete documentation index, see [llms.txt](https://docs.masqbrowser.com/masq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.masqbrowser.com/masq/masq-web3-privacy-browser/troubleshooting/macos-user-startup-issue.md).

# MacOS User Startup Issue

#### If you have installed MASQ on MacOS 12+ and face a startup "quit" crash error, there are steps to run the app manually on your desktop:

Open up the "Finder" app and search for MASQ.

![](/files/hKn64i7FhbVyr53SLLF0)

Menu-click on the MASQ app icon and select "Show Package Contents"

![](/files/Et3zjbyiaQW9tgbjqXZv)

Navigate through the Contents Folder, then MacOS folder and you will see the **MASQ app executable**

![](/files/WOeVd3WscwKT0t8WYJ4L)

![](/files/xaxjFYJUylTKWPankh4b)

![](/files/0b78xNj7EFSUf1lRXtxh)

Run the MASQ exec file - it may prompt you with a terminal window opening showing trace event logs.

The MASQ app should open normally, with a small terminal window open (you can minimize this without any issue of app closing.)

{% hint style="warning" %}
Make sure the masqnode service background process is running when you perform this manual program launch
{% 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.masqbrowser.com/masq/masq-web3-privacy-browser/troubleshooting/macos-user-startup-issue.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.
