Install instruction for Mac - carl-anders/slimevr-wrangler GitHub Wiki

  1. Go to https://github.com/carl-anders/slimevr-wrangler/releases and download the correct file for your computer. If you have a new M1 or later processor. Download the aarch64-apple-darwin.zip file. If you have an older intel processor, download the x86_64-apple-darwin.zip file.
  2. Unzip the zip file. There will be a file called slimevr-wrangler
  3. Open a terminal in the same folder you unzipped the file. (Look at the section "Open new Terminal windows or tabs from the Finder" here: https://support.apple.com/en-gb/guide/terminal/trmlb20c7888/mac )
  4. Run the following commands:
chmod +x ./slimevr-wrangler
./slimevr-wrangler
  1. To run it the next time you only need to run the last command, as the chmod command changes the file properties permanently.