Guía de Nugget: prepara el entorno, conecta el dispositivo y aplica tu primer tweak útil.

Esta página sigue el orden real de uso: prepara el ordenador, haz copia de seguridad, confirma la versión de iOS, conecta y autoriza el dispositivo, ejecuta Nugget, prepara el archivo MobileGestalt si hace falta y empieza por los cambios más fáciles de comprobar.

Primero copia de seguridad, después versión, y solo entonces empieza a modificar.

Es la regla más importante. La copia de seguridad te da una salida segura y la versión te evita perseguir funciones que no existen en tu compilación.

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

Para la primera vez, este orden es el más seguro.

Estabiliza el entorno y la conexión antes de entrar en los tweaks.

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.

Antes de tocar cualquier interruptor, confirma en qué rango de versión está tu dispositivo.

No todos los tweaks funcionan en todas las versiones. Revisar esto primero evita la mayoría de errores.

  • 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+

Si vas a usar funciones relacionadas con MobileGestalt, prepara primero el archivo necesario.

Algunas funciones en iOS 26 y anteriores pueden requerir el archivo mobilegestalt específico del dispositivo.

  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

Según el entorno, puede que uses `python / pip` en lugar de `python3 / pip3`.

Empieza por los módulos donde el resultado se ve de inmediato.

Visible changes make it much easier to tell whether everything is working correctly.

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.

Si algo falla, revisa primero la conexión, la versión y el orden de los pasos.

Most beginner issues are not caused by the tweak itself. They usually come from missing setup steps.

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.

Si quieres fondos de la comunidad o más detalle técnico sobre el exploit, sigue con estos enlaces.