mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
2.8 KiB
2.8 KiB
Running AssetRipper on macOS
⚠️ Disclaimer: The project developer does not have access to a Mac. This guide is community-contributed.
This guide will help you run AssetRipper on macOS. Before proceeding, ensure you have all the necessary requirements.
Running the GUI Version
Step 1: Download AssetRipper
-
Download the GUI release from the AssetRipper releases page.
-
Choose the
AssetRipperGUI_mac64.zipfile.
Step 2: Extract the Archive
-
Right-click the downloaded file and select "Open" to extract its contents.
-
You should now see a folder named
AssetRipperGUI_mac64. -
Inside this folder, you'll find various files, including the
AssetRipperexecutable.
Step 3: Open Terminal in the AssetRipper Folder
Step 4: Run AssetRipper
- In the Terminal, enter the following command:
./AssetRipper
- You may encounter a "Permission denied" error.
- To fix this, enter the following command:
chmod +x AssetRipper
- Now, try running AssetRipper again:
./AssetRipper
Step 5: Handle Security Prompts
- You may see a security prompt. Click "Cancel" for now.
- Open System Preferences (⌘ + Space, search for "System Preferences").
- Go to "Security & Privacy" > "General" tab.
- At the bottom, click "Allow Anyway" for AssetRipper.
- Run the
./AssetRippercommand again in Terminal. - Click "Open" when prompted.
- You may see additional security prompts. Click "OK" and allow them as needed.
Step 6: AssetRipper GUI
After completing these steps, the AssetRipper GUI should open:
Reopening AssetRipper
Once you've gone through the initial setup, you can easily reopen AssetRipper:
- Navigate to the
AssetRipperGUI_mac64folder. - Double-click the
AssetRipperfile to launch the application.
Congratulations! You've successfully set up and run AssetRipper on macOS.














