Intended to be an alternative to VRCX but Linux native and maybe more of a streamlined UI.
- See which of your friends are online
- View friend bio and location information
- Youtube URL extraction
⚠️ This app is early in development, has limited features and may be buggy.
This app isn't quiet ready for general use, but you can try it out as a developer preview.
You will need the package flatpak-builder
.
- Clone or download this repo, and enter that directory.
git clone https://github.com/Taiko2k/Moonbeam.git
cd Moonbeam - Install needed runtime and SDK (~1.3GB):
flatpak install --user flathub org.gnome.Platform//45 org.gnome.Sdk//45
- Build and install:
flatpak-builder --user --install --force-clean build-dir com.github.taiko2k.moonbeam.json
You can then launch the app from your desktop launcher.
You can uninstall Moonbeam and/or the SDK using:
flatpak uninstall --user com.github.taiko2k.moonbeam org.gnome.Sdk//45