Fastfetch: System Information Tool in Termux

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 -y

Install Fastfetch.

pkg install fastfetch -y

Check the installed version.

fastfetch --version

Fastfetch 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.

fastfetch

Show the Fastfetch help menu.

fastfetch --help

Display the installed Fastfetch version.

fastfetch --version

Show the raw version number.

fastfetch --version-raw

List all available logos.

fastfetch --list-logos

Display all available modules.

fastfetch --list-modules

List available presets.

fastfetch --list-presets

Generate a default configuration file.

fastfetch --gen-config

Generate a complete configuration file.

fastfetch --gen-config-full

Use a specific logo.

fastfetch --logo android

Disable the logo.

fastfetch --logo none

Display only selected modules.

fastfetch --structure OS:CPU:Memory

Display the default module structure.

fastfetch --print-structure

Display all available logos with preview.

fastfetch --print-logos

Output the information in JSON format.

fastfetch --json

Choose 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.

SHARE THIS POST: