macOS Installation
Step 1: Download TI Toolbox
- Go to the Releases Page
- Download the macOS Universal ZIP file
- macOS will likely quarantine the download due to Gatekeeper protection
Step 2: Remove Quarantine (Security Setup)
Since the TI Toolbox is not officially signed, you need to remove macOS quarantine:
- Open Terminal (Applications > Utilities > Terminal)
- Navigate to Downloads folder:
cd ~/Downloads
- Remove quarantine attribute:
sudo xattr -r -d com.apple.quarantine TemporalInterferenceToolbox-macOS-universal.zip
- Enter your administrator password when prompted
Step 3: First Launch
Handle Security Warnings
If you get a security warning when opening:
- Go to System Preferences > Security & Privacy > General
- Click “Open Anyway” for the TI Toolbox application
Step 4: First Run
- Ensure Docker Desktop is running (green status)
- Launch TI Toolbox from Applications
- First run will download Docker images (~30GB)
- This process may take 30+ minutes
- Progress will be shown in the application
- Images are cached for future use
macOS-Specific Features
Apple Silicon Compatibility
- TI Toolbox Universal build works on both Intel and Apple Silicon Macs
- Docker Desktop automatically handles architecture differences
- Some performance differences may occur between architectures
Apple Silicon Specific Notes
Rosetta 2
- Some Docker images may require Rosetta 2 for compatibility
- Install if prompted:
softwareupdate --install-rosetta