-
-
Notifications
You must be signed in to change notification settings - Fork 252
Running wikiproxy
LukeeGD edited this page Jul 13, 2026
·
19 revisions
Go to Python 3 on older macOS
Legacy iOS Kit automatically uses wikiproxy when firmware keys are needed, so these steps are only required if you want to run wikiproxy manually (for example, when using another application that requires firmware keys).
Do not run wikiproxy manually if you will be using Legacy iOS Kit.
- Download wikiproxy for your platform and architecture here: https://github.com/LukeZGD/wikiproxy-go/releases
- Extract the zip file and open a Terminal window.
-
cdto the extract location and run./main - Leave wikiproxy running in that Terminal window.
-
Install wikiproxy:
python3 -m pip install git+https://github.com/m1stadev/wikiproxy.git
Alternatively, if you have
pipxinstalled:pipx install git+https://github.com/m1stadev/wikiproxy.git
-
Note: If you are using Python 3.8 or 3.9, or are running macOS 10.11 El Capitan, replace
m1stadevwithLukeZGDin the commands above.- The
LukeZGDfork provides compatibility with older Python versions and legacy versions of macOS. - The
LukeZGDfork is compatible with Python versions 3.8 to 3.13.
- The
-
Start wikiproxy:
wikiproxy
If the command is not found, run:
source ~/.profile
If it is still not found, run it directly:
~/.local/bin/wikiproxy -
Leave wikiproxy running in that Terminal window.