Skip to content

InkAlchemists/SideJITServer

 
 

Repository files navigation

SideJITServer

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 --help

Or with PyPI:

python3 -m venv venv
# Activate venv..

pip3 install SideJITServer
SideJITServer --help

Here is the Shortcut that goes along with this.

About

A JIT enabler for iOS 17 with a Windows/macOS computer on the same WiFi!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.7%
  • Dockerfile 20.3%