โ Looking for contributions ๐
Note
Website: https://libreremoteplay.vercel.app/
- Play with friends online
- Enjoy videogames from other devices using your gamepad
- (Website) https://libreremoteplay.vercel.app/download/
- (Github) https://github.com/PiterWeb/LibreRemotePlay/releases/latest
- Docs ๐
- Linux Docs ๐
- FAQ ๐ฌ
- Security ๐
(Note that videos may show older/beta versions of the APP and could have bugs that are already fixed in the latest version)
How_to_use_Remote_Controller.mp4
- Portable
- Simple & Modern UI
- P2P "Decentralized" (WebRTC)
- Remote Streaming
- Browser Client
- Support for keyboard (very experimental)
- ViGEmBus Setup (Windows)
- Localization (translation to multiple languages)
- Support for STUN & TURN
Windows | Linux | MacOS | Browser (Only Client) |
---|---|---|---|
โ | โ Gamepad/Streaming support (โ Keyboard for the moment) | โ (No MacOS to test) | โ (Known Issues with Safari) |
PC Controller (XInput/DirectInput) | Xbox Controller (XInput) | PlayStation Controler |
---|---|---|
โ | โ | โ (But you can achieve emulating a Xbox Controller) |
English | Spanish | Galician | Russian | French | Other languages |
---|---|---|---|---|---|
100% โ | 100% โ | 100% โ | 100% โ | 100% โ (@Zorkyx22) | โ Looking for contributions |
There is no way to self-host the infrastructure of LibreRemotePlay because it has no backend. But instead you can self-host if you want the TURN & STUN servers and then add them to the config.
-
If you want to self-host a TURN/STUN server you can try Coturn. (This is only an example, you can choose other STUN/TURN implementations)
-
Also you can host the Web version (but it is only frontend, so is not very usefull)
You must have Task CLI, Wails CLI, NodeJS (~v20.x.x), pnpm and Golang (min v1.22.4) installed.
Go to the root project folder and run
-
Full App :
$ task dev-all
-
Frontend:
$ task dev-front
You must have Task CLI, Wails CLI, NodeJS (~v20.x.x), pnpm and Golang (min v1.22.4) installed.
Go to the root project folder and run
-
For general builds:
$ task build
-
For Windows builds:
$ task build-win
-
For Linux builds:
$ task build-linux
finally go to the build/bin folder and your executables will be there.
Note
Please note the supported platforms in the table
If you are interested to contribute to this project you can follow this guide
Also
jbdemonte/virtual-device is making this project a reality. This is the source of magic that enables LibreRemotePlay to generate virtual gamepads on Linux, is very fast and made in pure Go.
ViGEmBus is making this project a reallity. This is the source of magic that enables LibreRemotePlay to generate virtual gamepads on Windows. We embed ViGEmBus Installation Wizard and ViGEmBus Client DLLS within the executable for Windows
You can give a star and review us on Product Hunt