Prerequisites
- A device with Linux (Not Chrome OS)
- An internet connection
- Basic-Advanced knowledge of the command-line
- snapd
- adb
- A CPU that supports Streaming SIMD Extensions
Some Helpful Info
I DID NOT MAKE ANBOX. This is more of a way to help people find alternatives to VMs. If you are interested more in Anbox, click me for their website link.I’m using Manjaro Linux, but this should work on most distros as long as you follow this guide.
You’ll still need Grapejuice if you want Roblox Studio.
This is the mobile version of Roblox. It’s not perfect, but it’s better then nothing. Worst case scenario it doesn’t work, best case scenario you’ve found a nice workaround until Roblox hopefully adds native Linux support.
If you receive an error when installing Roblox with ADB that’s along the lines of Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries
you can follow this guide which goes over enabling ARM support and installing the Google Play Store.
Anbox isn’t an emulator, so it should be relatively fast.
If you don’t like snapd or snapd doesn’t work for you, follow this guide. Keep in mind the only official way to install Anbox is with snapd, so treat this as more of a last resort.
Installation
Ubuntu/Debian/Pop!_OS
Step 1
Open the terminal, and type the commands:sudo apt upgrade
sudo apt update
snap install --devmode --beta anbox
If the last command doesn’t work, run with sudo
This might take a while.
Step 2
For this step, we're going to need to grab an APK of Roblox Player. For this, we will use this website. Paste the Google Play Store link to Roblox in the textbox, and press generate. When it's done, download the APK. Head back to the terminal. Make sure you're in the directory with the APK, and enter the following:Anbox should be open while you run this!
adb install my-app.apk
Arch/Manjaro
Step 1
Open the terminal, and type the commands:sudo pacman -Syu
snap install --devmode --beta anbox
If it asks for your password, enter it.
This might take a while.
Step 2
For this step, we're going to need to grab an APK of Roblox Player. For this, we will use this website. Paste the Google Play Store link to Roblox in the textbox, and press generate. When it's done, download the APK. Head back to the terminal. Make sure you're in the directory with the APK, and enter the following:Anbox should be open while you run this!
adb install my-app.apk