A tiny system info script for Termux, written in pure Bash.
No dependencies. No noise. Just the essentials.
- Displays basic system information:
- Username and hostname
- OS, architecture, kernel
- Uptime, installed packages, memory
- Current date and time
- Color palette
- Works offline — no external dependencies
- Fast, lightweight, and silent on errors
- ASCII art included (tux and android)
- Clone the repository
git clone https://github.com/haithamaouati/tfetch.git- Change to the tfetch directory:
cd tfetch
- Install the script
bash install.sh
Usage: tfetch
-c, --clear Clear the screen before displaying info
-p, --palette Show the terminal color palette
-t, --tux Use Tux ASCII art (default)
-a, --android Use Android ASCII art
-d, --datetime Show current date and time
-h, --help Show this help message and exit
Tip
Make it as startup banner (Optional)
- Open
~/.bashrcusingnano:
nano ~/.bashrc
- Add the following line, then save and exit using
Ctrl+X, thenY:
tfetch -c -p
bash uninstall.sh
- Tested on Termux
Support it by joining the stargazers. ⭐
If you want to help even more, please spread the word — share the project on X, Reddit, or with your community so more people discover it.
And follow me to keep up with future updates and projects. 🤩
tfetch is licensed under WTFPL license
