Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taiko2k/moonbeam

A VRChat companion app for Linux :moon:
https://github.com/taiko2k/moonbeam

vrchat vrchat-tool

Last synced: about 1 month ago
JSON representation

A VRChat companion app for Linux :moon:

Awesome Lists containing this project

README

        


Alt text

## Moonbeam VRC
A VRChat companion app for Linux.

Intended to be an alternative to [VRCX](https://github.com/vrcx-team/VRCX) but Linux native and maybe more of a streamlined UI.

### Screenshots


login
user info

### Implemented features

- See which of your friends are online
- View friend bio and location information
- Youtube URL extraction

> :warning: This app is early in development, has limited features and may be buggy.

## Building as a Flatpak

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`.

1. Clone or download this repo, and enter that directory.
> git clone https://github.com/Taiko2k/Moonbeam.git
> cd Moonbeam
2. Install needed runtime and SDK (~1.3GB):
> flatpak install --user flathub org.gnome.Platform//45 org.gnome.Sdk//45
3. 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