Following the open source homebrew PS4 PKG Store from @Joaquin Salih (aka toxxic407) and his previous release, today PlayStation 4 developer @LightningMods announced on Twitter news of another PS4 homebrew store package he made with LibOrbis from PSXDev (now depreciated, scene devs should refer to OrbisDev instead) for those interested that own a jailbroken PS4 console. 
Download: Store-R2.pkg (Latest Version) / homebrew.elf / Month.2.Update.Assets.zip / PS4 Store GIT / PS4 Store Remote FTP Tool Updates / Store Remote Tool GIT / Store_Remote_Tool_Android.Store_Remote_Tool_Android-Signed.apk (16.2 MB) / Store-Remote-Tool-Android-master.zip / Store Remote Tool Android GIT / com.darksoftware.pkginstaller.apk / GIT / com.darksoftware.pkginstaller2 / Infinix Package Installer Payload (Infinix.bin) / hbstore-cdn-master.zip / HBStore CDN GIT by sleirsgoevy / PS4 HB Store PKG 2.0+ Updates
Spoiler: Depreciated
To quote from LightningMods on the PS4 Homebrew Store release details:
Features
Source: Maybe released at a later date
Huge thanks to these people
How to Install & Setup Useful PS4 Homebrew Apps (6.72 or Lower!)
Update: Sleirsgoevy (Twitter) has now shared a HBStore CDN for those interested in hosting a custom PKG repository with PS4 Homebrew Store.
Download: hbstore-cdn-master.zip / HBStore CDN GIT
Here's more from the README.md, to quote: hbstore-cdn
This program allows you to host custom package repository for PS4 Homebrew Store.
Installation
Before using this program you must run download.sh (download.bat on Windows) to download the required files from the official CDN.
Usage
From the directory containing hbstore.py file, run:
where /path/to/pkgs is the directory containing your package files.
On Windows, the command will look like this:
Note: superuser privileges are required to bind to port 80
To redirect the app to your server, create a settings.ini file with the following contents:
Then insert a USB drive with this file into the left USB port of the PS4 and start the application.
Note: you only need to do this once. If you want to use the original CDN, upload another settings.ini with:
Update: PS4 Store PKG 2.0 Update Arrives via LightningMods & Masterzorag
Download: Store-R2.pkg (Latest Version) / homebrew.elf / Month.2.Update.Assets.zip / PS4 Store GIT / PS4 Store Remote FTP Tool Updates / Store Remote Tool GIT / Store_Remote_Tool_Android.Store_Remote_Tool_Android-Signed.apk (16.2 MB) / Store-Remote-Tool-Android-master.zip / Store Remote Tool Android GIT / com.darksoftware.pkginstaller.apk / GIT / com.darksoftware.pkginstaller2 / Infinix Package Installer Payload (Infinix.bin) / hbstore-cdn-master.zip / HBStore CDN GIT by sleirsgoevy / PS4 HB Store PKG 2.0+ Updates
Spoiler: Depreciated
To quote from LightningMods on the PS4 Homebrew Store release details:
Features
- Downloads and Installs Apps whatever you want to add
- Built-in Updating System no need to reinstall the Store PKG every Update
- Optimized for Slow Networks
- Hand Picked Software Libraries
- Light PKG Size about 10 MBs
- HDD Download Cache By Default
- When at Main Menu O goes to the page before
- INI Saving System with Native Floating Keyboard
- Uninstall APPs straight from the Store DL Page
- Shows if your INI is loaded from APP or USB
- Temp Path - Select your Download temporary Path
- CDN URL - Host your Own custom CDN using the guide posted or use anyone else's CDN
- Background Path - Choose your own Custom Background PNGs ONLY, Background must be 1280x720
- Load INI from either USB or APP
- APP INI Path - /user/app/NPXS39041/settings.ini
- USB INI Path - /mnt/usb0/settings.ini
- Copies INI from USB to APP every APP Launch
- Custom Backgrounds
- Easy n Simple Downloads
- User-Friendly Error Dialogs
Code:
Default CDN: http://orbismandl.darksoftware.xyz
Currently 7 Download Pages
Default Download temp path : /user/app/temp.pkg
Size 10 MBs
Default Background is: NULL (hosted by your CDN)
IP is Local IP Only
Huge thanks to these people
- SocraticBliss
- TheoryWrong
- Znullptr
- Flatz
- My Homebrew Testers
- TOXXIC407
- MasterZorag
- BigBoss
- Specter
- Anyone I forgot
How to Install & Setup Useful PS4 Homebrew Apps (6.72 or Lower!)

Download: hbstore-cdn-master.zip / HBStore CDN GIT
Here's more from the README.md, to quote: hbstore-cdn
This program allows you to host custom package repository for PS4 Homebrew Store.
Installation
Before using this program you must run download.sh (download.bat on Windows) to download the required files from the official CDN.
Usage
From the directory containing hbstore.py file, run:
Code:
python3 hbstore.py /path/to/pkgs/
On Windows, the command will look like this:
Code:
python hbstore.py c:\path\to\pkgs\
To redirect the app to your server, create a settings.ini file with the following contents:
Code:
[Settings]
temppath=/user/app
CDN=http://yourip
Note: you only need to do this once. If you want to use the original CDN, upload another settings.ini with:
Code:
CDN=http://orbismandl.darksoftware.xyz
