A Python-based tool with tkinter designed for flashing IPSWs and managing them.
This is a frontend for idevicerestore, part of the libimobiledevice library.
- Linux:
libimobiledevice, usbmuxd, Python3
- Clone the repository and navigate to it:
git clone https://github.com/naturelessGit/iBootMe.git
cd iBootMe
- Install the required dependencies:
sudo apt install usbmuxd libimobiledevice python3 python3-tk
(Package manager may vary depending on your system.)
- It is highly reccomended to use a virtual enviroment:
python3 -m venv .env
source .env/bin/activate
- Run the application:
python3 main.py
- Connect your phone to your computer. You can use your charging cable.
- Install and run iBootMe.
- Choose your options. If your a casual user, you may not need to tinker with the advanced options
- Click the "Flash!" button. If you encounter an issue, you can copy and paste the output and report the issue on our GitHub.
Probably! A macOS / Windows export and distribution will be released soon.
This project is made with love by Natureless