As of April 11th, 2025, this repository is now officially archived as there is an official Mac client available for SWTOR. Thank you for participating with me in this journey!
Script written for macOS using Homebrew / Winetricks to install everything required for Star Wars: The Old Republic up to the point where the installer is launched.
The script uses ready CrossOver binaries compiled by the project macos-crossover-wine-cloud-builder.
curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/install.sh | bash
curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/install_swtor.sh | bash
Prerequisite:
- macOS High Sierra or later.
- Have installed Command Line Tools, Homebrew and Rosetta 2.
- At least 70GB of free storage space.
SWTOR On Mac can be uninstalled by simply moving the prefix folder to Trash.
To uninstall Wine:
macOS Mojave and earlier ( ≤ 10.14 )
brew uninstall agentrg-wine-stable
macOS Catalina and after ( 10.15 ≤ )
curl -s https://raw.githubusercontent.com/AgentRG/swtor_on_mac/master/uninstall/uninstall.sh | bash
If you also want to uninstall Homebrew and all the dependencies installed by it, run the following commands:
brew list | xargs brew uninstall --force
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"