-
-
Notifications
You must be signed in to change notification settings - Fork 7
Installation & Execution
How to install the LibreRemotePlay desktop app. LibreRemotePlay is easy to install. Just download the latest version for your platform and you are ready to use it.
Download the latest LibreRemotePlay executable
Download the latest LibreRemotePlay executable and run it. You will be asked to install ViGEm Bus. If you want to stream your game just click on the install button and follow the steps. In the case you don't want to stream your game just click on the cancel button. You can install ViGEm Bus later by going to the settings menu on the APP.
Download the latest LibreRemotePlay executable and run it. In linux the default browser is also needed and it is recommended to be based in Chromium due to LibreRemotePlay in Firefox can not do some things related to streaming.
When you run LibreRemotePlay you will need to be sure to:
-
If you have issues with the gamepad try to run the app with 'sudo' (but this way is not recommended because it causes that the default browser doesn't open automatically).
-
Have a compatible default web browser, any chromium based browser up to date should work. (There are known issues with Firefox)
-
Your user has read/write permissions for /dev/input/event/* and uinput devices
- Example in Debian:
sudo usermod -aG input $USER
- Example in Debian:
-
Uinput module enabled
- Check if it is loaded:
- Example in Debian:
lsmod | grep uinput
- Example in Debian:
- Load the module:
- Example in Debian:
sudo modprobe uinput
- Example in Debian:
- Check if it is loaded:
In case you want to use the browser version of LibreRemotePlay you can do it by going to libreremoteplay-client.vercel.app.