> For the complete documentation index, see [llms.txt](https://docs.thatstel.la/utmfaq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thatstel.la/utmfaq/installing-utm/installing-on-jailbroken-ios.md).

# Installing on jailbroken iOS

{% hint style="info" %}
Looking to update UTM? [Head over to this page](/utmfaq/installing-utm/installing-on-jailbroken-ios/updating-utm-on-jailbroken-ios.md).
{% endhint %}

## Compatibility

UTM on jailbroken devices is compatible with any device running iOS 11 or later and it also requires AppSync Unified. Also, have atleast 1GB of storage available to install UTM. Virtual machines will use more storage, so ensure you have enough.

## Install from a package manager (Recommended)

1. Add <https://cydia.akemi.ai/> and <https://cydia.getutm.app/> to your repos in your package manager (Sileo/Installer/Zebra, etc.)
2. Search for and install UTM. A respring may be required.
3. Once the installation is complete, UTM will appear on your home screen.

## Install from deb file

{% hint style="info" %}
Please use the above method unless you know what you're doing.\
This method is required if you want to use a beta version of UTM.
{% endhint %}

Head to the[ GitHub Releases](https://github.com/utmapp/UTM/releases/), look for and select the version you want, then download the `UTM.deb` asset. Install it via your preferred package manager or Filza. Make sure to install AppSync Unified beforehand!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thatstel.la/utmfaq/installing-utm/installing-on-jailbroken-ios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
