rusty psn
NULL
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.
Go to the latest release page and download the file you'll use from the Assets section:
rusty-psn-egui-windows.zip
or rusty-psn-egui-linux.zip
file, depending on your OS.rusty-psn-cli-windows.zip
or rusty-psn-cli-linux.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):
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel
sudo pacman -S libxcb libxkbcommon
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