This project allows you to start a server that wirelessly gives you JIT for iOS 17+ on Windows/macOS. Linux support depends on a kernel patch.
To get it going: (run this in an admin terminal if you're on Windows)
python3 -m venv venv
# If you're on macOS/Linux
. ./venv/bin/activate
# If you're on Windows using PowerShell
.\venv\Scripts\Activate.ps1
# CMD
.\venv\Scripts\Activate.bat
# All
pip3 install -r requirements.txt
# Windows
.\venv\Scripts\python3.exe main.py
# macOS
sudo python3 -m SideJITServer --helpOr with PyPI:
python3 -m venv venv
# Activate venv..
pip3 install SideJITServer
SideJITServer --help
Here is the Shortcut that goes along with this.