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

# Uninstall Devin App

{% stepper %}
{% step %}

### Navigate to the uninstall script

Open a terminal windows and type the following command:

```bash
cd /Library/Devin/{version}
```

{% endstep %}

{% step %}

### Run the uninstall script

Then, run the following command:

```bash
sudo sh uninstall.sh
```

{% endstep %}

{% step %}

### Authorize the uninstallation

When prompted, enter your password and type `Y` to proceed the uninstallation.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The uninstall script will uninstall everything except a custom font used to display icons in Devin App. To remove the custom font, open up the application **Font Book**, select **User** and remove the font `Devin_Glyphs.ttf.`
{% endhint %}
