Complete step-by-step instructions for installing BerryCore on your BlackBerry 10 device
Released October 27, 2025 • 279 MB • 70 Packages
Make sure you have the following before starting the installation:
Download both files to your BlackBerry 10 device:
Save them to: /accounts/1000/shared/documents/
Option A: Using wget (if available):
cd /accounts/1000/shared/documents
wget https://github.com/sw7ft/BerryCore/releases/download/v0.72/berrycore.zip
wget https://github.com/sw7ft/BerryCore/releases/download/v0.72/install.sh
Option B: Download via browser:
berrycore.zip and install.sh💡 Tip: You'll need Term49 terminal app. Install Term49-all-permissions.bar using bb10-app-manager or DBBT sideloading tool.
Open Term49 terminal app on your device, then run these commands:
cd /accounts/1000/shared/documents
sh install.sh
⏱️ Note: The installation will take approximately 15 minutes or more to extract and set up all 70 packages. Be patient and let it complete.
During installation, you'll be prompted to:
berrycore) or enter custom nameWhat Gets Installed:
/accounts/1000/shared/misc/berrycore (or your custom path)~/.profileClose and reopen your Terminal app to load the BerryCore environment.
After reopening Terminal, you should see:
===========================================================
BerryCore v0.72 - QNX Extended Userland
===========================================================
Test that BerryCore is working correctly:
qpkg catalog # Browse available packages
nano --version # Test nano editor
git --version # Test git
You should see version information and a list of available packages, confirming successful installation.
✓ Useful Commands:
qpkg catalog - List all available packagesqpkg install <package> - Install a packageqpkg list - Show installed packagesSolution: Reload your environment profile:
source ~/.profile
Solution: Verify the NATIVE_TOOLS variable is set:
echo $NATIVE_TOOLS
# Should show: /accounts/1000/shared/misc/berrycore
Solution: Make sure files are in the documents folder:
ls /accounts/1000/shared/documents/
# Should show berrycore.zip and install.sh
Solution: Free up space by removing unused apps or files. BerryCore requires at least 500MB free space.
Resources:
qpkg catalog for available packagesqpkg list to see installed packagesCongratulations! You've successfully installed BerryCore. Here's what you can do now:
© 2025 Your Company. All rights reserved.