RainbowCookie32 / rusty-psn

A GUI/CLI tool for downloading PS3 and PS4 game updates
MIT License
320 stars 15 forks source link

rusty-psn

A simple tool to grab updates for PS3 & PS4 games, directly from Sony's servers using their updates API. Available for both Linux and Windows, in both GUI and CLI alternatives.

Usage

Go to the latest release page and download the file you'll use from the Assets section:

After the selected file is downloaded, extract it and run the executable file. For the Linux egui builds, you'll need to install some dependencies (sourced from egui's README):

Docker

Use the supplied Dockerfile to run the rusty-psn CLI on Linux or macOS. Build and run as follows:

docker build . -t rusty-psn
docker run --rm -v ${PWD}/pkgs:/rusty-psn/pkgs rusty-psn

Screenshots

GUI Screenshot

CLI Screenshot