Mod apk Termux Plus 2025.06.03 custom version.

Trusted by over 1.6 million members since 2014 — why not join them?
Log in or Register to join us!

Feedbacks

  • 5.0
    10
    See what other users think below.

  • Total voters
    10
  • Poll closed .

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
After discovering that the fantastic Termux Downloader hijacked my MOTD file and replaced it with its own plug, I set out to address it.
Up to now I have intentionally left the MOTD empty so that others could set it.
Turns out most people don't know how, let alone fix one.
I will therefore add a MOTD script.

Code:
cd ~
wget -O motd.ans https://forum.sbenny.com/attachments/motd-txt.102655/?hash=fc4393eec79eda237ac358799cc96c72
rm ~/../usr/etc/motd
mv ~/motd.ans ~/../usr/etc/motd
Now upon reboot you will see my BBS jack from 1986 (converted for Termux).
1000237699.png


To view your MOTD without rebooting
Code:
cat --terminal-width=80 --theme-dark=DarkNeon -P ~/../usr/etc/motd
 

Attachments

Last edited:

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Additional file editors.

Code:
#extra editing tool s


cd $HOME
yes | apt update && apt upgrade


yes | pkg in libxml2
wget https://raw.githubusercontent.com/Hax4us/TermuxBlack/refs/heads/master/dists/termuxblack/main/binary-aarch64/apkmod2_1.3_aarch64.deb
dpkg -i apkmod2_1.3_aarch64.deb
yes | pkg in patchelf
apt install hexyl -y
yes | pkg in hexedit


yes | pkg in micro
micro -plugin install
micro -plugin install snippets
micro -plugin install go
micro -plugin install fish
micro -plugin install wc
micro -plugin install fzf
micro -plugin install pony
micro -plugin install editorconfig
micro -plugin install crystal
micro -plugin install gotham-colors
micro -plugin install misspell
micro -plugin install monokai-dark
micro -plugin install manipulator
micro -plugin install filemanager
micro -plugin install vcs
micro -plugin install joinLines
micro -plugin install bounce
micro -plugin install quoter
micro -plugin install zigfmt
micro -plugin install jlabbrev
micro -plugin install nord-colors
micro -plugin install autofmt
micro -plugin install bookmark
micro -plugin install quickfix
micro -plugin install jump
micro -plugin install detectindent
micro -plugin install lsp
micro -plugin install run
micro -plugin install palettero
micro -plugin install cheat


patchelf --replace-needed libxml2.so libxml2.so.2 /data/data/com.termux/files/usr/lib/libbluray.so


cd ~
git clone https://github.com/Udonna-cell/cpanel
bash .init
alias create="bash .panel/create"
alias repo="bash .panel/repo"
alias init="bash ~/cpanel/.panel/init"
alias pull="bash ~/cpanel/.panel/pull"
alias delete="bash ~/cpanel/.panel/delete"
alias push="bash ~/cpanel/.panel/push"

#----------------------------------------------------
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
I have received several PM's asking how to use the Termux desktop.
As with Win10, Kali, Ubuntu, I laid down the foundation, however, I didn't do full Desktop installations as they are large and most of the tools are CLI.
Well, with multiple requests I set out to do a simple, stable, yet efficient GUI.

STEP 1

Code:
#Add Desktop GUI with extras.
cd ~
yes | pkg in x11-repo
yes | pkg in tigervnc
yes | pkg in xfce4
yes | pkg in netsurf
yes | pkg in fluxbox

echo "You will require a password to access your desktop.  123456"
echo "Would you like to enter a view-only password (y/n)? n"
vncserver -localhost

echo export DISPLAY=\"\:1\" >> .zshrc

#nano ~/.vnc/xstartup
Reboot Termux

In order to start the Termux portion, xfdesktop

STEP 2

From Android,
Download and install a VNC, a virtual monitor. I recommend Real as it is small, fast, and free, with no ad's or spyware.


Create a new connection
1000237779.png


Connect, and if all went well you should see
1000237774.png


The first time you use the Internet you will be prompted to select a browser.
Only W3M will show as options.
Enter in netsurf

Termux desktop is about half a GB, compared to Kali's 6GB or Ubuntu's 8GB.
 

Attachments

Last edited:

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
There has been a significant update for RKPAIRIP
FLUTTER removal added
Dex fixes
Improved identify and bypass

Code:
pip install --force-reinstall https://github.com/TechnoIndian/RKPairip/archive/refs/heads/main.zip
1000237836.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Play MP3 music 🎶

Code:
cd ~
yes | pkg in sox
cd /sdcard/Downloadm
mkdir Tmp3
cd Tmp3
wget https://archive.org/download/MouthMacnealHowDoYouDo_201811/Mouth%20%26%20Macneal%20-%20
cd ~

play /sdcard/Download/Tmp3/'Mouth & Macneal - How Do You Do.mp3'
1000237993.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Want Windows style icon's?

Code:
#----------------------------------------------------
#Windows icon's
yes | pkg in lsd
cd && cd .termux && curl -fLo font.zip https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip && mkdir fonts && mv font.zip fonts &&  cd fonts && unzip font.zip && mv "Hack Regular Nerd Font Complete.ttf" .. && cd .. && mv "Hack Regular Nerd Font Complete.ttf" font.ttf && rm -rf fonts
cd ~
echo alias ls=lsd >> ~/.aliases
termux-reload-settings
#----------------------------------------------------
1000237995.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
IRC Chat

Code:
#----------------------------------------------------
#Internet Relay Chat
pkg intsall irssi -y
echo alias irc=irssi -c irc.libera.chat >> ~/.aliases
termux-reload-settings
#----------------------------------------------------
Type irc
Then join a channel,
/join #atari

1000237998.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Using Sbenny to host a configuration file, one can now easily run the below script to add an extended keyboard without the need to manually edit.

Code:
#----------------------------------------------------
#Custom key's
#cd $HOME
#mkdir $HOME/.termux/
cd $HOME/.termux/
mv termux.properties termux.properties.old
wget -O termux.properties https://sbupload.com/08064589b38e505f?download_token=6f6ee6ff51e6f1ac7ebbe8353a4fd8ed132fe8ea0ee0986ba90c26b73e18de1f
termux-reload-settings && sleep 1
cd ~
#----------------------------------------------------
1000238020.png
 

Attachments

Last edited:

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
I have updated the upgrade.sh script to take into account non-package updates.
This mainly affects GitHub archives.

Code:
#Package upgrades
yes | apt autoclean
apt-get update && apt-get upgrade -y
yes | apt update && apt upgrade
yes | apt autoremove

#Python package upgrades
pip install --force-reinstall https://github.com/TechnoIndian/RKPairip/archive/refs/heads/main.zip

#GIT updates
cd ~/reproducible-apk-tools && git pull --rebase
cd ~/APK-Compare-Tool && git pull --rebase
#cd ~/BBS-ANSI-Graphics && git pull --rebase
cd ~/Termux-Weather && git pull --rebase
cd ~/androidide-tools && git pull --rebase
cd ~/dex2c && git pull --rebase
cd ~/Apktool-termux && git pull --rebase
cd ~/Termux-Apktool && git pull --rebase
cd ~/SocialBox-Termux && git pull --rebase
cd ~/DTL-X && git pull --rebase
cd ~/appdome_app_checker && git pull --rebase
cd ~/xapk-tool && git pull --rebase
cd ~/wintermux && git pull --rebase
#cd ~/myTermux && git pull --rebase
cd ~/pairip-protection-remover && git pull --rebase
cd ~/Termux-tools && git pull --rebase
#cd ~/root && git pull --rebase
cd ~/APK-Compare-Tool && git pull --rebase

sleep 1
clear
cd ~
echo "Updating completed."
Unlike apt/pkg/dpkg packages, python/ruby/and manually added packages from GitHub or .tar.gz files do not get put into an automated upgrade list.
By adding them to the upgrade script it ensures the archives are checked.

This need came about when @LadyOnePunch pointed out that RKPAIRIP had received updates and I was unaware.

In addition, I have added an assortment of tools for comparing and managing APK.

Code:
#----------------------------------------------------
#APK comparison tools
cd $HOME
yes | apt update && apt upgrade

git clone https://github.com/saitamasahil/APK-Compare-Tool.git
cd APK-Compare-Tool
chmod +x compare.sh
# ./compare.sh

cd ~
npm install -g dex-diff
# dex-diff orig.apk modded.apk outputfilename

cd ~
wget https://github.com/JakeWharton/diffuse/releases/download/0.3.0/diffuse-0.3.0.zip
unzip diffuse-0.3.0.zip
cd diffuse-0.3.0/
cp bin/* ~/../usr/bin
cp lib/* /data/data/com.termux/files/usr/lib/jvm/java-17-openjdk/lib/

cd ~
git clone https://github.com/obfusk/reproducible-apk-tools.git
cd reproducible-apk-tools
pip install -e .

sleep 5

#----------------------------------------------------
1000238140.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
These are a few additional APK tools that I have located.

Code:
#----------------------------------------------------
#APK comparison tools
cd $HOME
yes | apt update && apt upgrade


git clone https://github.com/saitamasahil/APK-Compare-Tool.git
cd APK-Compare-Tool
chmod +x compare.sh
# ./compare.sh


cd ~
npm install -g dex-diff
# dex-diff orig.apk modded.apk outputfilename


cd ~
wget https://github.com/JakeWharton/diffuse/releases/download/0.3.0/diffuse-0.3.0.zip
unzip diffuse-0.3.0.zip
cd diffuse-0.3.0/
cp bin/* ~/../usr/bin
cp lib/* /data/data/com.termux/files/usr/lib/jvm/java-17-openjdk/lib/


cd ~
git clone https://github.com/obfusk/reproducible-apk-tools.git
cd reproducible-apk-tools
pip install -e .


sleep 5


#----------------------------------------------------
#APK AndroGuard diagnostic
cd ~


pip install apkcli
pip install apkInspector


mkdir signer
cd signer
wget https://github.com/patrickfav/uber-apk-signer/releases/download/v1.3.0/uber-apk-signer-1.3.0.jar
wget https://github.com/patrickfav/uber-apk-signer/blob/main/README.md


cd ~


mkdir ReVanced
cd ReVanved
wget https://gist.githubusercontent.com/gim-/75481a6fb43b7f8d09aa73fd02e5fe8a/raw/586e742f4dfd936f044544f44905052257a69705/revanced-patch.sh
wget https://github.com/ReVanced/revanced-cli/releases/download/v5.0.1/revanced-cli-5.0.1-all.jar


cd ~


#----------------------------------------------------
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
I have updated the full setup script in the first post.
All new features included.
I have opted for a X11 GUI over DFX since I discovered DFX doesn't close well and many games and tools at the CLI were no longer working properly.
I added startx and stopx aliases.
I added to the Kali installation a set of CLI tools. This will add about 3GB to storage and another 2 hours for install if you choose to use it.
I did some rearranging of packages to resolve a few conflicts.

Below you can see a fresh CLI install and the new GUI.
1000265431.png

1000265420.png

GUI
1000265425.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
If after using the latest setup.sh for JULY 01 you can't use Appdome, download the attached version and replace the current one or apply this code.

Code:
cd ~/appdome_app_checker
rm appdome_app_checker.py
wget -O appdome_app_checker.py https://forum.sbenny.com/attachments/appdome_app_checker-py-txt.102725/?hash=a683eb41ae896e544da60d1f88e8735d
This will be corrected in the next update.
 

Attachments

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Using the new GUI and a shell, I have been able to add GIMP and VLC.
I also changed the default browser to Firefox.
I'll be adding the code to the next update.
Just thought someone might enjoy a preview.

1000266634.png
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Work on the GUI goes well.
I still have to work on the automated setup script.
1000266649.png

Again, to clarify, this is a Termux native GUI and not a proot Linux desktop like Ubuntu.
It is running fast and stable 😁
 

AuZzi

Lurker Lv0️⃣
Member for 3 years
Does Termux:Styling work with this plus version? Do I need F-Driod styling or the paid version on google play?
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
Styling is handled via internal myTermux and does not require any external app.
This is 100% free.
You may review the second post in this thread for all the code/packages used.
 

MedicallyMedicated

In Love Lv4️⃣
Member for 6 years
This app is amazing. We'll put together so good it's so easy to use. Must get if you need this .
 

Snailsoft

∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
If anyone is having difficulty with installing legacy JAVA,
The JAVA archives have been updated recently.
This should work
Code:
cd $HOME
yes | apt update && apt upgrade
clear
figlet Installing JAVA...

wget -O openjdk-17_17.0.16-2_aarch64.deb http://mirror.mwt.me/termux/main/pool/main/o/openjdk-17/openjdk-17_17.0.16-2_aarch64.deb
dpkg -i ./openjdk-17_17.0.16-2_aarch64.deb
Also,
For the newest JAVA supported by Termux, simply use

Code:
yes | pkg in openjdk
 
Termux Plus 2025.06.03 custom version. was released by Snailsoft and 16996 people like you already found this fantastic release! Find this and over 20,000 unique Android Games & Apps like this at sbenny.com, here since 2014 to serve the best Gaming Community in the world with hundreds new, safe and amazing releases every day.
The Cursed Castle - Online RPG on Google Play
Top