Skip to content
Martin Pelteshki edited this page Feb 26, 2023 · 27 revisions

Installation

MacOS

1. Clone Azule to your home directory

git clone https://github.com/Al4ise/Azule ~/Azule

2. Add azule as a global command (optional)

sudo ln -sf ~/Azule/azule /usr/local/bin/azule

Linux/WSL

Working on Ubuntu 20.04

1. Clone Azule to your home directory

git clone https://github.com/Al4ise/Azule ~/Azule

2. Add azule as a global command (optional)

sudo ln -sf ~/Azule/azule /usr/local/bin/azule

3. Dependencies - Azule will prompt you to install whatever it needs on its first run

iOS

1. Add the following sources to your package manager of choice

https://apt.alfhaily.me/
https://repo.packix.com/
https://level3tjg.me/repo/
https://cydia.akemi.ai/

2. Download and Install the Azule package

You can get the latest release here.

Note: Initial installation may fail because not all the dependencies are met (usually on Procursus-based jailbreaks). Please install the dependencies manually before continuing.

Uninstall (MacOS/Linux/WSL only)

1. Remove azule symlink

rm -rf /usr/local/bin/azule

2. Delete the Azule repo

rm -rf ~/Azule