SideJITServer


NameSideJITServer JSON
Version 1.4.2 PyPI version JSON
download
home_pageNone
SummarySideJITServer is an iOS 17 JIT enabler for Windows/macOS!
upload_time2025-01-05 17:30:17
maintainerNone
docs_urlNone
authorkhanhduytran0
requires_python>=3.10
licenseNone
keywords ios automation cli jit
VCS
bugtrack_url
requirements pymobiledevice3 zeroconf
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SideJITServer
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.

## How to get this running (Run with Administrator!)

### Option 1: Python install
```sh
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
```sh
python3 -m venv venv
# Activate venv..

pip3 install SideJITServer
SideJITServer --help
```

### Option 2: Direct download (if available)
Go to the latest [GitHub Release](https://github.com/nythepegasus/SideJITServer/releases/latest) and check if there are executable downloads, such as `SideJITServer-windows-x86_64.exe`, depending on your OS and your architecture. If there is no attached executable, you might find one in the [GitHub Actions](https://github.com/nythepegasus/SideJITServer/actions/workflows/compile.yml?query=is%3Asuccess) if a recent build worked and did not expire.

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.


# How to use SideJITServer?
- 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"

### Usage

#### MacOS

##### 1. Run the server

```sh
# First run
sudo SideJITServer --pair
# Consecutive runs once paired
sudo SideJITServer
```

You should see an output similar to this.

<img width="602" alt="image" src="https://github.com/user-attachments/assets/fef15573-5a51-4a20-ada3-074f1c7f9765">

##### 2. Install / Run the shortcut

<b><p align="center">Install [this](https://www.icloud.com/shortcuts/b0ffc9c3f0e74e7a8f8052c89fa322cf) shortcutâť—</p></b>

After that it's going 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 beside `usbmux` (example : `00001111-000A1100A11101A`)

Now it's gonna ask you for `SideJIT` Server address! Just type in the address you used earlier to access the device's UDID

for example : `http://192.168.0.6:8080` <b>(You must include the http and not include / at the end!)</b>

Now run the shortcut!

It going to 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! (it might ask for notification permissions). 
It is recommended that you allow so you see if the JIT fail or succeed.

Happy JITing! :3

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "SideJITServer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "nythepegasus <me@nythepegas.us>",
    "keywords": "ios, automation, cli, jit",
    "author": "khanhduytran0",
    "author_email": "nythepegasus <me@nythepegas.us>, JoeMatt <git@joemattiello.com>",
    "download_url": "https://files.pythonhosted.org/packages/1a/70/f954194855d5a9871526fa9e92dc4201f59ce68e517be54c3e9f4c3f043c/sidejitserver-1.4.2.tar.gz",
    "platform": null,
    "description": "# SideJITServer\nThis 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.\n\n## How to get this running (Run with Administrator!)\n\n### Option 1: Python install\n```sh\npython3 -m venv venv # Run inside SideJITServer directory!\n\n# Activate Python venv\n\n# macOS\n. ./venv/bin/activate\n\n# Windows but using Powershell\n.\\venv\\Scripts\\Activate.ps1\n\n# Windows but using Command Prompt/CMD\n.\\venv\\Scripts\\Activate.bat\n\n# Now let's install all the required packages! (Make sure you're still inside venv!)\n# All OS\npip3 install -r requirements.txt\npip3 install SideJITServer\n# If you got an error saying pip3 not found just change pip3 to pip\n\n# Let's see if everything works (Make sure you're still inside venv!)\nSideJITServer --version\n# Output should show SideJITServer!\n```\n\nOr use PyPI\n```sh\npython3 -m venv venv\n# Activate venv..\n\npip3 install SideJITServer\nSideJITServer --help\n```\n\n### Option 2: Direct download (if available)\nGo to the latest [GitHub Release](https://github.com/nythepegasus/SideJITServer/releases/latest) and check if there are executable downloads, such as `SideJITServer-windows-x86_64.exe`, depending on your OS and your architecture. If there is no attached executable, you might find one in the [GitHub Actions](https://github.com/nythepegasus/SideJITServer/actions/workflows/compile.yml?query=is%3Asuccess) if a recent build worked and did not expire.\n\nDownload 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.\n\nPython is not necessary for this approach.\n\n\n# How to use SideJITServer?\n- Make sure your device is connected!\n- Make sure you're still inside the venv, if applicable!\n- Common Knowledge\n  \nNow run `SideJITServer --pair` and on your PC make sure you click on Trust this PC!\nAlso it will show you a prompt to continue just type \"y\"\n\n### Usage\n\n#### MacOS\n\n##### 1. Run the server\n\n```sh\n# First run\nsudo SideJITServer --pair\n# Consecutive runs once paired\nsudo SideJITServer\n```\n\nYou should see an output similar to this.\n\n<img width=\"602\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fef15573-5a51-4a20-ada3-074f1c7f9765\">\n\n##### 2. Install / Run the shortcut\n\n<b><p align=\"center\">Install [this](https://www.icloud.com/shortcuts/b0ffc9c3f0e74e7a8f8052c89fa322cf) shortcut\u2757</p></b>\n\nAfter that it's going 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 beside `usbmux` (example : `00001111-000A1100A11101A`)\n\nNow it's gonna ask you for `SideJIT` Server address! Just type in the address you used earlier to access the device's UDID\n\nfor example : `http://192.168.0.6:8080` <b>(You must include the http and not include / at the end!)</b>\n\nNow run the shortcut!\n\nIt going to ask you to allow to access your local ip address just click allow!\n\nNow select the application that you want to give JIT access to and you're done! (it might ask for notification permissions). \nIt is recommended that you allow so you see if the JIT fail or succeed.\n\nHappy JITing! :3\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SideJITServer is an iOS 17 JIT enabler for Windows/macOS!",
    "version": "1.4.2",
    "project_urls": {
        "Bug Reports": "https://github.com/nythepegasus/SideJITServer/issues",
        "Homepage": "https://github.com/nythepegasus/SideJITServer"
    },
    "split_keywords": [
        "ios",
        " automation",
        " cli",
        " jit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28de663269f6a3951a377f1e983af2b1a54c52dc2245d7951fd29d6e2c880f71",
                "md5": "7ac469a8011595cc838a5d72d1a9db04",
                "sha256": "43dccea9b00c0bbe81b5bfd96161076b2d8d9dd0482686f0dd031b9cf430be78"
            },
            "downloads": -1,
            "filename": "SideJITServer-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ac469a8011595cc838a5d72d1a9db04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20928,
            "upload_time": "2025-01-05T17:30:15",
            "upload_time_iso_8601": "2025-01-05T17:30:15.215443Z",
            "url": "https://files.pythonhosted.org/packages/28/de/663269f6a3951a377f1e983af2b1a54c52dc2245d7951fd29d6e2c880f71/SideJITServer-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a70f954194855d5a9871526fa9e92dc4201f59ce68e517be54c3e9f4c3f043c",
                "md5": "1e4be17c09f220ebd859758c29f65725",
                "sha256": "12b09bd1c970920b3ccdebfb83303ef7698c8f2a16356a26d9396445c1dff611"
            },
            "downloads": -1,
            "filename": "sidejitserver-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1e4be17c09f220ebd859758c29f65725",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 30537,
            "upload_time": "2025-01-05T17:30:17",
            "upload_time_iso_8601": "2025-01-05T17:30:17.507624Z",
            "url": "https://files.pythonhosted.org/packages/1a/70/f954194855d5a9871526fa9e92dc4201f59ce68e517be54c3e9f4c3f043c/sidejitserver-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 17:30:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nythepegasus",
    "github_project": "SideJITServer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pymobiledevice3",
            "specs": [
                [
                    ">=",
                    "4.18.0"
                ],
                [
                    "<",
                    "4.19.0"
                ]
            ]
        },
        {
            "name": "zeroconf",
            "specs": [
                [
                    "==",
                    "0.132.2"
                ]
            ]
        }
    ],
    "lcname": "sidejitserver"
}
        
Elapsed time: 0.43387s