Disclaimer: This software is very early in development and as such may not function properly in many systems. Please feel free to create an issue should the need arise. Aditionally, both installation steps and requirements are subject to change in the future as the scope of the project grows (i.e. the inclusion of a GUI, compatibility with other systems).
WineRPC allows Discord Rich Presence to function with games and software running under Wine/Proton.
To use WineRPC, you can either build from source or download one of the releases.
You can follow these instructions to build from source, or skip to the last step if using a pre-compiled binary from one of the releases.
- Install
wine
,make
andi686-w64-mingw32-gcc
/x86_64-mingw32-gcc
or an equivalent from your package manager (32-bit or 64-bit MinGW GCC for C). - Run
make
in the project root. - Lastly, just run the
winerpcbridge.exe
located in thebin
folder under wine and in the same wine prefix as the game/software you intend to have Rich Presence work with.