Nugget 가이드: 환경 준비, 기기 연결, 첫 tweak 적용까지.

이 페이지는 실제 사용 순서대로 구성되어 있습니다. PC 준비, 백업, iOS 버전 확인, 기기 연결, Nugget 실행, 필요 시 MobileGestalt 파일 준비, 그리고 첫 tweak 적용까지입니다.

먼저 백업하고, 그다음 버전을 확인한 뒤 시작하세요.

이것이 가장 중요합니다. 백업은 복구 경로를 남기고, 버전 확인은 지원되지 않는 기능을 헛되이 시도하지 않게 해 줍니다.

Windows

  • Install Apple Devices or iTunes
  • If detection fails, check the cable, port, and trust prompt first

Linux

  • Install usbmuxd
  • Install libimobiledevice

Run from source

  • Python 3.9+
  • pymobiledevice3
  • PySide6

처음에는 이 순서대로 가는 것이 가장 안전합니다.

환경과 연결을 먼저 안정화하면 tweak 단계에서 훨씬 수월합니다.

01

Back up the device first

Create a full backup before you change anything. That gives you the safest recovery path if a tweak does not behave the way you expected.

02

Prepare the computer

Install Apple Devices or iTunes on Windows, or usbmuxd and libimobiledevice on Linux. If you run from source, add Python 3.9+, pymobiledevice3, and PySide6.

03

Launch Nugget

You can use a desktop release or run from source by creating a virtual environment, installing the dependencies, and starting `python3 main_app.py`.

04

Connect and trust the device

Connect with a reliable cable and approve the trust prompt on the iPhone or iPad. Do not unplug the device in the middle of an apply or restore action.

05

Start with one simple feature group

PosterBoard, status bar customization, and SpringBoard options are good first choices because their results are easy to spot and confirm.

06

Reboot if needed and verify

Some changes need a restart or reload of the system interface. Confirm the result before you move on to the next tweak.

어떤 버전 범위에 있는지 먼저 확인하세요.

모든 tweak이 모든 빌드에서 동작하지 않습니다. 여기부터 보는 것이 좋습니다.

  • PosterBoard animated wallpapers and community wallpapers
  • Status bar tweaks, SpringBoard details, and internal options
  • Liquid Glass disable option on supported 26.0+ builds
  • Selected daemon control and a few risky hidden options
  • MobileGestalt features such as Dynamic Island on unsupported devices, boot chime, charge limit, and more
  • Hidden settings pages, regional restriction changes, and feature flags
  • EU Enabler on iOS 17.6 and below
  • AI Enabler
  • Device spoofing
  • MobileGestalt and AI Enabler are not supported on iOS 26.2+

MobileGestalt 관련 기능을 쓰려면 먼저 필요한 파일을 준비하세요.

iOS 26 이하의 일부 기능은 기기별 mobilegestalt 파일이 필요할 수 있습니다.

  1. 1

    Install the Shortcuts app on the iPhone or iPad.

  2. 2

    Download the Save MobileGestalt shortcut.

  3. 3

    Run the shortcut and save the generated file.

  4. 4

    Transfer the file to your computer.

  5. 5

    Place it next to the Python program or point Nugget to the file path.

python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt
python3 main_app.py

환경에 따라 `python / pip`를 사용할 수도 있습니다.

처음에는 결과가 바로 보이는 모듈부터 시도하세요.

눈에 보이는 변경이 있어야 정상 작동 여부를 판단하기 쉽습니다.

PosterBoard

  • Set animated wallpapers, browse community wallpapers, or convert video to wallpaper.

Status Bar

  • Adjust carrier text, battery display detail, signal bars, time text, and icon visibility.

SpringBoard options

  • Try lock screen footnotes, Dynamic Island screenshots, charging behavior, or lock screen text.

MobileGestalt

  • On supported builds, explore Dynamic Island, charge limit, Tap to Wake, AOD, and Stage Manager.

문제가 생기면 연결, 버전, 작업 순서부터 확인하세요.

초보자 문제의 대부분은 tweak 자체보다 준비 단계에 있습니다.

If the device is not detected, confirm trust first, then try another cable or port.

Do not enable too many changes at once. Apply one, verify one.

If version support is unclear, confirm the iOS version before you continue.

If the desktop app is blocked, check system security prompts and permissions.

커뮤니티 배경화면이나 exploit 동작 원리를 더 보고 싶다면 아래 링크를 이용하세요.