Update: Enjoy SLR app directly installed on your Quest an Go the same way you install SideQuest.
Alternatively:
1. Set up your Oculus Go as normal
2. Open the Oculus app on your phone
3. Go to Oculus app Settings in the bottom right corner of the app > Tap on your Oculus Go headset which should be present in the app after setting it up > More Settings > Select Developer mode
4. Start creating your developer account (Sign in on Oculus website if you are not already)
5. Once a Developer account is created go back to the Oculus app and turn on developer mode
6. Download the SLR app (the same file for both Go and Quest) on your Mac.
7. Open Terminal for Mac (You can search for it using Launchpad)
8. Install Homebrew by copying the whole following command:
ruby -e "$(curl -fsSL "https://raw.githubusercontent.com/Homebrew/install/master/install)"
9. After you’ve successfully installed Homebrew, install ADB using Homebrew by copying the following command:
brew cask install android-platform-tools
10. You can test if the installation was successful using the command:
adb help
11. After you have successfully installed ADB, you are now ready to install your APKs
12. Connect your Oculus Go to your computer using a USB cable. Make sure your Oculus Go is switched on.
13. Check if ADB recognizes the device with the command (look inside of your headset after typing the command): adb devices
14. If you don’t see any devices listed in the output, turn off your Go, disconnect the USB, power your Go back on, reconnect the USB and then run the command again.
If you see a device ID show up in the output with “unauthorized” after it, put yourOculus Go on and give it permission.
If you see a device ID show up with “device” behind it, you are good to go and ready for the next step
15. Enter the installation command for this apk into the terminal.
For example, if the file is in your downloads folder you could use (we suggest you still check the path):
adb install/Users/USERNAME/Downloads/slr_oculus_go/SLROculusGo/apks/SLR_go.apk
adb install/Users/USERNAME/Downloads/SLR OculusQuest/SLROculusQuest/apks/SLR_quest.apk
(Change USERNAME to your own username)
16. Congratulations, you just installed the APK on your Oculus Go!
17. Unplug your Oculus Go device, go to Library > Unknown sources
18. Find SLR Go (com.slr.oculus.go) (it is usually on the last page) and launch it.
Updating the app:
1. Download the SLR app (the same file for both the Go and Quest).
2. Connect your Oculus Go and open Terminal
3. Since you already installed Homebrew and android-platform- tools before, you need to just run the uninstallation command below and give permissions twice in Oculus Go when prompted:
adb uninstall com.slr.oculus.go
4. Enter the installation command with the path to the latest apk into the terminal as shown below with an example (check the name of the folder if you perhaps have more than one folders):
adb install/Users/%username%/Downloads/slr_oculus_go_quest/SLR OculusGoQuest/apks/SLR_go.apk
5. Newest app should be installed. Enjoy!
If you have Windows instead of a Mac computer you can follow the walkthrough for Windows users
Another option is to install the app with Sidequest, here is the walkthrough for Sidequest.