> For the complete documentation index, see [llms.txt](https://docs.mindmac.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindmac.app/faqs/cannot-open-the-app.md).

# Cannot open the app

In the case you cannot launch the app, it might be crashed somehow on your end. You may need to clean your MindMac data and reinstall the app. Please follow below steps to do that.

* Open Terminal app
* Remove the folder <mark style="color:yellow;">\~/Library/Application\ Support/app.mindmac.macos</mark> by command line:

```
rm -rf ~/Library/Application\ Support/app.mindmac.macos/
```

* Remove the folder <mark style="color:yellow;">\~/Library/Application\ Support/MindMac/</mark> by command line:

```
rm -rf ~/Library/Application\ Support/MindMac/
```

* Drag MindMac from Applications folder to Trash
* Reinstall MindMac
