Homebrew tap for Wheel Wizard — a Mario Kart Mod Manager & Retro Rewind Auto Updater.
# Add the tap
brew tap TeamWheelWizard/tap
# Install Wheel Wizard
brew install --cask wheelwizardOr in one line:
brew install --cask TeamWheelWizard/tap/wheelwizardbrew update
brew upgrade --cask wheelwizard| Cask | Description |
|---|---|
wheelwizard |
Wheel Wizard macOS app |
The cask provides separate downloads for Apple Silicon (arm64) and Intel (x64) Macs. Homebrew automatically selects the correct variant for your system.
This tap contains a Homebrew Cask that downloads the official Wheel Wizard .app bundle (as a .zip) from GitHub Releases. Since Homebrew downloads via curl rather than a browser, files installed with brew install --cask never get the com.apple.quarantine attribute set — sidestepping Gatekeeper issues entirely.
homebrew-tap/
├── Casks/
│ └── wheelwizard.rb # The cask definition
├── README.md
└── LICENSE
GNU General Public License v3.0 — see the Wheel Wizard repository for details.