KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Moonbeam
★ 9
Open GitHub ↗
A VRChat companion app for Linux :moon:
Download README (.md)
Explore Similar Repositories
FoodPanda-2.0
:
No description available.
FlipkartGrid5.0
:
Conversational Fashion generator powered by genAI for FlipkartGrid 5.0
inbatches
:
@InBatches(): A developer-friendly zero-dependency TypeScript library for efficient batching the execution of asynchronous parallel operations.
pardus-xfce-tweaks
:
No description available.
zora-mint
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Moonbeam
?
Download (.md)
<div align="center"> <img src="com.github.taiko2k.moonbeam.svg" alt="Alt text" width="80" height="80"//> ## Moonbeam VRC A VRChat companion app for Linux. </div> Intended to be an alternative to [VRCX](https://github.com/vrcx-team/VRCX) but Linux native and maybe more of a streamlined UI. ### Screenshots <table> <tr> <td align="center"><img src="https://github.com/Taiko2k/Moonbeam/assets/17271572/69cd6e1f-bf20-4cfc-a2c9-4490656438d0" alt="login"></td> <td align="center"><img src="https://github.com/Taiko2k/Moonbeam/assets/17271572/351321c2-868c-49cb-a08a-0054c1510643" alt="user info"></td> </tr> </table> ### 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