This project is now abandonware due to Discord adding official PlayStation support. Thank you to everyone who has used my software over the last few years. It was fun ✌️
Discord Rich Presence for PlayStation 5, PlayStation 4, PlayStation 3, and PlayStation Vita games.
PlayStation 5 | PlayStation 4 | PlayStation 3 | PlayStation Vita |
---|---|---|---|
You can download the compiled build for both of these platforms on the official PlayStationDiscord page. Windows uses a proper installer and macOS has a dmg you can mount and install.
I don't have any Linux builds because there's too many combinations of Linux to test. If you want to use this on Linux, follow the guide below for developing so you can manually build the application.
PlayStationDiscord is currently built on Electron using TypeScript. Simply follow the steps below to get it up and running:
git clone https://github.com/Tustin/PlayStationDiscord/
cd
into PlayStationDiscord foldernpm install
(oryarn install
)npm run start
(oryarn start
)
Yes, Electron is bloated. But until we have a better way to build cross platform UI applications, we just have to deal with it. Sorry.