Fastfetch is a lightweight system information tool that displays detailed information about your Android device inside the terminal. It shows details such as the operating system, kernel version, CPU, memory usage, shell, terminal, and other system information in a clean and colorful format. You can install and use Fastfetch in Termux to quickly check your device information using simple commands.
Hereโs what you can do with Fastfetch in Termux:
- Display Android system information.
- View CPU and memory details.
- Check the kernel version.
- Show terminal and shell information.
- Customize the Fastfetch output.
- Generate configuration files.
Fastfetch in Termux
Below are the simple commands to install Fastfetch in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Fastfetch.
pkg install fastfetch -yCheck the installed version.
fastfetch --versionFastfetch is now installed and ready to use.
Usage Commands
As we install Fastfetch on Android using the Termux terminal application, it needs commands to display and customize your system information. Below are some useful Fastfetch commands that you can use in Termux.
Display complete system information.
fastfetchShow the Fastfetch help menu.
fastfetch --helpDisplay the installed Fastfetch version.
fastfetch --versionShow the raw version number.
fastfetch --version-rawList all available logos.
fastfetch --list-logosDisplay all available modules.
fastfetch --list-modulesList available presets.
fastfetch --list-presetsGenerate a default configuration file.
fastfetch --gen-configGenerate a complete configuration file.
fastfetch --gen-config-fullUse a specific logo.
fastfetch --logo androidDisable the logo.
fastfetch --logo noneDisplay only selected modules.
fastfetch --structure OS:CPU:MemoryDisplay the default module structure.
fastfetch --print-structureDisplay all available logos with preview.
fastfetch --print-logosOutput the information in JSON format.
fastfetch --jsonChoose the command you want and Fastfetch will display the requested system information directly the Termux terminal.
End Note
Fastfetch is a useful tool for viewing detailed system information from the Termux terminal. It provides a clean and colorful output, making it easy to check your Android device details and learn more about your system using simple commands.

