Uninstall Devin

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

App

Open a terminal window on your workstation. Then, follow these steps to remove Devin:

  1. Navigate to the uninstaller by running:

cd /Library/Devin-App/1.0.1
  1. Then type the following:

sudo sh uninstall.sh
  1. When prompted, enter your password and type Y to proceed the uninstallation.

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.

Server

To uninstall Devin from your server, ensure you have root access to the terminal on the server. Then, follow these steps to remove Devin:

  1. Download the uninstaller script with:

wget https://download.devin.fm/downloads/remove_devin.sh
  1. Make the script executable with:

chmod +x remove_devin.sh
  1. Run the uninstaller as a superuser with:

sudo ./remove_devin.sh
  1. Complete the uninstallation by following the instructions in the removal script.

Last updated