Installing Nugget on Mac
Step-by-step guide to set up Nugget on macOS Big Sur, Monterey, Ventura, or Sonoma.
1. Prerequisites
Before installing Nugget, make sure your Mac meets these requirements:
System Requirements
- ✓macOS 11.0 Big Sur or later
- ✓Intel or Apple Silicon Mac
- ✓4GB RAM minimum (8GB recommended)
- ✓500MB free disk space
- ✓Xcode Command Line Tools installed
- ✓USB cable (Lightning or USB-C)
2. Install Xcode Command Line Tools
Nugget requires the Xcode Command Line Tools to communicate with iOS devices. Here's how to install them:
- Open Terminal (Applications → Utilities → Terminal)
- Run the following command:xcode-select --install
- A popup will appear asking to install the tools. Click "Install"
- Wait for the installation to complete (this may take 5-10 minutes)
- Verify the installation by running:xcode-select -p
You should see:
/Library/Developer/CommandLineTools
Already have Xcode? If you have the full Xcode app installed, the command line tools are already included. You can skip this step.
3. Download Nugget
- Visit the official Nugget releases page
- Find the latest release at the top
- Under "Assets", click on Nugget_macOS.zip to download
- The file will download to your Downloads folder
- Double-click the ZIP file to extract it
🛡️ Security Warning
Only download Nugget from the official GitHub repository. Third-party websites may distribute modified or malicious versions.
4. Bypass Gatekeeper
macOS Gatekeeper blocks apps from unidentified developers. Since Nugget isn't signed with an Apple Developer certificate, you'll need to allow it manually.
Method 1: Right-Click to Open (Easiest)
- Locate the extracted Nugget.app in Finder
- Right-click (or Control-click) on Nugget.app
- Select "Open" from the context menu
- Click "Open" in the dialog that appears
Method 2: System Preferences
- Try to open Nugget.app normally (double-click)
- When blocked, go to System Settings → Privacy & Security
- Scroll down to find the message about Nugget being blocked
- Click "Open Anyway"
- Enter your password when prompted
Method 3: Terminal (Advanced)
If the above methods don't work, use Terminal:
Adjust the path if you extracted Nugget to a different location.
5. Connect Your Device
- Connect your iPhone or iPad to your Mac using a USB cable
- If prompted on your iOS device, tap "Trust" and enter your passcode
- Launch Nugget.app
- Your device should appear automatically in Nugget
- You'll see your device name, iOS version, and UDID displayed
USB-C to USB-C Connection
If you're using a newer Mac with only USB-C ports and an iPhone 15 or newer with USB-C, make sure you're using a USB-C cable that supports data transfer, not just charging.
✓ Ready to Go!
Once your device is detected, you can start customizing. Check out the Getting Started guide for your first customization.
6. Troubleshooting
Device Not Detected
- Make sure Xcode Command Line Tools are installed
- Try a different USB cable or port
- Disconnect other USB devices
- Restart both your Mac and iOS device
- Check if Finder can see your device (it should appear in the sidebar)
"App is damaged" Error
This usually means Gatekeeper is blocking the app. Try:
Trust Prompt Not Appearing
- Disconnect and reconnect your device
- On your iOS device: Settings → General → Transfer or Reset → Reset Location & Privacy
- Reconnect and the trust prompt should appear
Apple Silicon (M1/M2/M3) Issues
If Nugget isn't working on Apple Silicon, try running it with Rosetta:
- Right-click Nugget.app and select "Get Info"
- Check "Open using Rosetta"
- Close the info window and launch Nugget
Apply Process Fails
- Disable "Find My iPhone" temporarily
- Make sure your device has at least 20% battery
- Close Finder windows that might be accessing the device
- Try using a direct USB connection (not through a hub)