leminlimez / Nugget

Unlock the fullest potential of your device
GNU Affero General Public License v3.0
1.43k stars 108 forks source link

How to use 3.0 in MacOS intel #52

Closed wolfshadowkd closed 3 weeks ago

wolfshadowkd commented 1 month ago

currently there are only arm version, but my mac is intel. Any way to use 3.0 in my Mac?

wolfshadowkd commented 1 month ago

ok i got it

rishabhkushx commented 1 month ago

how? please help

wolfshadowkd commented 1 month ago

Requirements:

pymobiledevice3 Python 3.8 or newer Note: It is highly recommended to use a virtual environment:

python3 -m venv .env # only needed once

macOS/Linux: source .env/bin/activate

Windows: .env/Scripts/activate.bat

pip3 install -r requirements.txt # only needed once python3 main_app.py Note: It may be either python/pip or python3/pip3 depending on your path.