Before you begin
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.
Guía
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.
Before you begin
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
Linux
Run from source
Step by step
Estabiliza el entorno y la conexión antes de entrar en los tweaks.
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.
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.
You can use a desktop release or run from source by creating a virtual environment, installing the dependencies, and starting `python3 main_app.py`.
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.
PosterBoard, status bar customization, and SpringBoard options are good first choices because their results are easy to spot and confirm.
Some changes need a restart or reload of the system interface. Confirm the result before you move on to the next tweak.
Version check
No todos los tweaks funcionan en todas las versiones. Revisar esto primero evita la mayoría de errores.
iOS 17.0 - 26.0+
iOS 17.0 - 26
iOS 18.1 - 26
MobileGestalt
Algunas funciones en iOS 26 y anteriores pueden requerir el archivo mobilegestalt específico del dispositivo.
Install the Shortcuts app on the iPhone or iPad.
Download the Save MobileGestalt shortcut.
Run the shortcut and save the generated file.
Transfer the file to your computer.
Place it next to the Python program or point Nugget to the file path.
Comandos para ejecutar desde código fuente
Según el entorno, puede que uses `python / pip` en lugar de `python3 / pip3`.
First tweaks to try
Visible changes make it much easier to tell whether everything is working correctly.
PosterBoard
Status Bar
SpringBoard options
MobileGestalt
Practical tips
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.
Enlaces útiles
Si quieres fondos de la comunidad o más detalle técnico sobre el exploit, sigue con estos enlaces.