Install instruction for Mac - carl-anders/slimevr-wrangler GitHub Wiki
- 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.
- Unzip the zip file. There will be a file called
slimevr-wrangler
- 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 )
- Run the following commands:
chmod +x ./slimevr-wrangler
./slimevr-wrangler
- To run it the next time you only need to run the last command, as the
chmod
command changes the file properties permanently.