System Information

The System Information script provides detailed information about your Termux environment and the underlying Android system.

Usage

To run the system information script:

termuxpert system-info

Features

  • Displays Termux version
  • Shows Android version and device model
  • Provides CPU information (architecture, cores)
  • Displays memory usage statistics
  • Shows storage information
  • Lists network interfaces and IP addresses
  • Provides information about installed packages

Output Example

Termux Version: 0.118.0
Android Version: 11
Device Model: Pixel 4a

CPU: ARM64 (8 cores)
Memory: Total: 5.7G, Used: 3.2G, Free: 2.5G
Storage: Total: 128G, Used: 64G, Free: 64G

Network Interfaces:
- wlan0: 192.168.1.100
- lo: 127.0.0.1

Installed Packages: 156

Customization

You can modify the script to include additional system information or change the output format by editing the bin/system/system_info.sh file.