Skip to content

RainbowCookie32/rusty-psn

Repository files navigation

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:

  • If you want to use the GUI version of rusty-psn, then download the rusty-psn-egui-windows.zip, rusty-psn-egui-linux.zip or rusty-psn-egui-macos.zip file, depending on your OS.
  • If you want to use the CLI version of rusty-psn, then download the rusty-psn-cli-windows.zip, rusty-psn-cli-linux.zip or rusty-psn-cli-macos.zip file, depending on your OS.

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):

  • Ubuntu:
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
  • Fedora:
dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel
  • Arch Linux (guesswork from looking at Ubuntu's package, my terminal history doesn't go that far):
sudo pacman -S libxcb libxkbcommon

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 Build:

GUI Screenshot

  • CLI Build:

CLI Screenshot