This project allows you to start a server that wirelessly or via USB gives you JIT for iOS 17+ on Windows/macOS/Linux if you use the correct newer pymobiledevice3 version.
python3 -m venv venv # Run inside SideJITServer directory!
# Activate Python venv
# macOS
. ./venv/bin/activate
# Windows but using Powershell
.\venv\Scripts\Activate.ps1
# Windows but using Command Prompt/CMD
.\venv\Scripts\Activate.bat
# Now let's install all the required packages! (Make sure you're still inside venv!)
# All OS
pip3 install -r requirements.txt
pip3 install SideJITServer
# If you got an error saying pip3 not found just change pip3 to pip
# Let's see if everything works (Make sure you're still inside venv!)
SideJITServer --version
# Output should show SideJITServer!
Or use PyPI
python3 -m venv venv
# Activate venv..
pip3 install SideJITServer
SideJITServer --help
Go to the latest GitHub Release and check if there are executable downloads, such as SideJITServer-windows-x86_64.exe
, depending on your OS and your architecture.
Download the correct executable, and run it as Administrator from your terminal or Powershell following the directions below. If you are on Mac or Linux, you must first run chmod +x ./(your downloaded .bin file)
before executing the file with sudo.
Python is not necessary for this approach.
- Make sure your device is connected!
- Make sure you're still inside the venv, if applicable!
- Common Knowledge
Now run SideJITServer --pair
and on your PC make sure you click on Trust this PC!
Also it will show you a prompt to continue just type "y"
Now thats done, Install this shortcut
After that its gonna ask you to put on your device's UDID, Go to your PC and see your local ipaddress mine is 192.168.0.6:8080
and on your phone go to that (your local address) and copy the one that beside usbmux (example : 00001111-000A1100A11101A)
Now it's gonna ask you for SideJIT Server address! Just type in the address you use earlier to access device's UDID
for example : http://192.168.0.6:8080
(You must include the http and not include / at the end!)
Now run the shortcut!
It gonna ask you to allow to access your local ip address just click allow!
Now select the application that you want to give JIT access to and you're done! (might ask for notification. It is recommended that you allow so you see if the JIT fail or succeed)
Happy JITing! :3