Secure your bash scripts by compiling them into binaries using SHC – with a Bangla-friendly UI!
Just Copy and Paste The command in Termux or Linux:
curl -fsSL https://raw.githubusercontent.com/MSI-Sirajul/Script-compiler/main/install -o install && chmod +x install && ./install
It will:
- ✅ Install all required packages
- ✅ Download
Compiler
- ✅ Make it globally executable with
chmod
- ✅ Compile
.sh
scripts to.sh.x
binaries - ✅ Adds
#!/data/data/com.termux/files/usr/bin/bash
if missing - ✅ Removes temporary
.x.c
files after compile - ✅ Beautiful colorful output
- ✅ Bangla-friendly terminal messages
- ✅ Works on Termux and other Linux environments
📁 Script-compiler/
├── install.sh # Installs dependencies and setup
├── compile.sh # The main compiler logic
└── README.md # Project overview
- Open Termux or Linux shell
- Run
compiler
- Enter your
.sh
script file path when asked - Done! You’ll get a compiled
.sh.x
binary in the same directory
- 🔐 Protects your script’s source code
- 📦 Makes it portable and harder to reverse engineer
- 💨 Runs faster than plain-text bash scripts
$ compiler
🔍 Enter the script file path: your Script location.
✅ Script compiled successfully!
Output: myscript
Compiled file will be saved as
myscript
in the same folder.
termux-tools, bash-compiler, script-obfuscator, shc, termux-automation, bash-protector, binary-converter, linux-scripting, shellscript, termux-scripts
MSI-Sirajul
- 📚 Computer Science Student
- 🧑💻 Ethical Hacker
- 🌐 Website: MSI-Sirajul
Licensed under the MIT License
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.