Before you begin
最初にバックアップ、その次にバージョン確認です。
これが最重要です。バックアップがあれば戻せます。バージョンを先に見れば、非対応機能を追いかけずに済みます。
ガイド
このページは実際の順番で整理しています。PC の準備、バックアップ、iOS バージョン確認、デバイス接続、Nugget 起動、必要なら MobileGestalt ファイルの準備、そして最初の tweak です。
Before you begin
これが最重要です。バックアップがあれば戻せます。バージョンを先に見れば、非対応機能を追いかけずに済みます。
Windows
Linux
Run from source
Step by step
先に環境と接続を整えてから tweak に入るほうが安定します。
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
対応状況はビルドごとに違います。ここを先に見るだけで失敗がかなり減ります。
iOS 17.0 - 26.0+
iOS 17.0 - 26
iOS 18.1 - 26
MobileGestalt
iOS 26 以下の一部機能では、端末固有の mobilegestalt ファイルが必要になる場合があります。
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.
ソース実行コマンド
環境によっては `python3 / pip3` ではなく `python / pip` を使うことがあります。
First tweaks to try
見た目がすぐ変わる機能のほうが、正常に動いているか判断しやすくなります。
PosterBoard
Status Bar
SpringBoard options
MobileGestalt
Practical tips
初心者の問題の多くは 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.