# Using Azule

{% hint style="warning" %}
Azule is a command line tool that requires WSL, Linux or macOS. If you do not have a basic understanding of how to use a terminal, I recommend using Sideloadly instead.
{% endhint %}

Follow [Azule's Wiki](https://github.com/Al4ise/Azule/wiki) for instructions on how to install it.

Once you have your deb, ipa and other files, you should run a command similar to this:&#x20;

`azule -i ipafile.ipa -f tweak.deb -n filename.ipa -o /output/folder`

If you would like to change the name of the app before you install it, add  `-p "App Name"`

if you have multiple debs/tweaks to inject, add `-f tweak.deb` again for each tweak.


---

# 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://shouganai.gitbook.io/ios-stuff/sideloading/tweak-injection/tools/using-azule.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.
