> 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/jp/gaido/installation/uninstall-devin.md).

# Uninstall Devin

The following steps will guide you through uninstalling Devin App and Devin Server.

## App <a href="#app" id="app"></a>

To uninstall Devin App from your workstation, open a terminal window and follow these steps:

{% tabs %}
{% tab title="macOS" %}

1. Navigate to the uninstaller by running:

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

2. Then type the following:

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

3. When prompted, enter your password and type `Y` to proceed the uninstallation.

{% hint style="info" %}
This will uninstall everything except a custom font. To remove that, open up the application **Font Book**, select **User** and remove the font `Devin_Glyphs.ttf.`
{% endhint %}
{% endtab %}
{% endtabs %}

## Server <a href="#server" id="server"></a>

To uninstall Devin from your server, ensure you have root access to the terminal on the server and folio these steps:

{% tabs %}
{% tab title="Linux" %}

1. Download the uninstaller script with:

```bash
wget https://download.devin.fm/downloads/remove_devin.sh
```

2. Make the script executable with:

```bash
chmod +x remove_devin.sh
```

3. Run the uninstaller as a superuser with:

```bash
sudo ./remove_devin.sh
```

4. Complete the uninstallation by following the instructions in the removal script.
   {% endtab %}

{% tab title="macOS" %}

1. Navigate to the uninstaller by running:

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

2. Then type the following:

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

3. When prompted, enter your password and type `Y` to proceed the uninstallation.
   {% endtab %}
   {% endtabs %}
