# Upgrading Mito Desktop

### How can I update the desktop app?

You can check for updates, by using the hamburger icon in the upper right corner, and selecting the *Check for updates* menu item. Download, and install the update as you normally would.

<figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FSu5qCfwh0C8lKvQgchfW%2FScreenshot%202025-10-10%20at%2011.27.25%E2%80%AFAM.png?alt=media&#x26;token=f691e114-abb6-4324-a4ca-734530685c13" alt=""><figcaption></figcaption></figure>

### How can I update Mito AI?

Its an easy three step process:&#x20;

1. Open a notebook in the desktop app, and in a new cell run:

   ```
   pip install --upgrade mito-ai
   ```
2. Once the install is completed you can delete this cell.&#x20;
3. Close and reopen the desktop app.&#x20;

### Why are there separate update instructions for the desktop app and Mito AI?

The **desktop app** and **Mito AI** are updated differently because they’re technically separate parts of the same tool.

* **The desktop app** is the graphical program that makes it easy to use Mito on your computer. When you update the desktop app, you’re updating the user interface and bundled workspace.
* **Mito AI**, on the other hand, is the underlying Python package that powers the app. It’s installed inside the included workspace and can be updated independently using `pip`.

In most cases, the desktop app already includes the latest version of Mito AI. However, if you want early access to new features or bug fixes that haven’t yet shipped in the desktop app, you can manually upgrade the Mito AI package using `pip install --upgrade mito-ai`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/getting-started/installing-mito/upgrading-mito-desktop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
