Yet another remote pkg sender for PS4
English | 简体中文
There are actually quite a lot of such tools, I tried one and felt that the UI was rough and could not install the PKG file on my NAS, so I am going to develop one myself and contribute to this community, one more choice is not a bad thing.
Before send install task, you need install Remote Pkg Installer on your PS4.
I recommend using my modified Remote Pkg Installer on your ps4. This version fixes the problem that the path with spaces or Chinese characters cannot be installed, and adds ip and port tips at startup (default port is 12801)
The Web version is mainly used to install files in WebDAV Server (NAS), and you must instal this version of RPI on your PS4 and confirm your nas webdav server support cors, you can use this webdav server on your nas
pnpm install
pnpm run desktop:dev
pnpm run desktop:start
pnpm install
pnpm run desktop:build
pnpm run desktop:dist
How fast is the transfer?
WebDAV depends on the speed of your WebDAV server, StaticFileServer I tested here can basically run full my local LAN bandwidth
Why support WebDAV?
Because it is easy to install the pkg file on NAS using webdav
Why mac arm64 app open failed?
Because the app is not signed, you need to execute this command in the terminal:
sudo xattr -r -d com.apple.quarantine /Applications/PS4RPS.app