PlayStationDiscord
PlayStationDiscord copied to clipboard
Discord Rich Presence for PlayStation 4, PlayStation 3, and PlayStation Vita games.
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 :v:
PlayStationDiscord
Discord Rich Presence for PlayStation 5, PlayStation 4, PlayStation 3, and PlayStation Vita games.
PlayStation 5 | PlayStation 4 | PlayStation 3 | PlayStation Vita |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Download
Windows and macOS
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.
Linux
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.
Developing
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 folder -
npm 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.