> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstallation

> Uninstall AskUI from your OS

## Uninstallation

If you no longer need **AskUI Suite**, you can uninstall it easily. The uninstallation process will:

* Remove all files in the AskUI Suite installation directory.
* Clean up environment variables such as `ASKUI_INSTALLATION_DIRECTORY`.
* Delete the `.askui` folder from your home directory.

<Tabs>
  <Tab title="Windows">
    Uninstall AskUI Suite using the standard Windows uninstall process:

    1. Open the **Control Panel**
    2. Go to **Programs → Programs and Features**
    3. Find **AskUI Suite** in the list of installed applications
    4. Select it and click **Uninstall**
    5. Follow the prompts to complete the process
  </Tab>

  <Tab title="MacOS and Linux">
    Use the uninstall script included with your installation:

    <Tabs>
      <Tab title="Open a Terminal and run">
        ```bash theme={null}
        bash $ASKUI_INSTALLATION_DIRECTORY/Tools/uninstall-askui-suites.sh
        ```
      </Tab>
    </Tabs>
  </Tab>
</Tabs>

<Note>
  After uninstallation, AskUI Suite will be completely removed from your system.
</Note>
