Macchina is a simple and fast command-line tool that displays system information in a clean and colorful format. It can show details such as your operating system, kernel, CPU, memory, disk space, shell, and network information. Macchina is useful for quickly checking system details from the Termux terminal.
Here’s what you can do with Macchina in Termux:
- Display system information.
- Show memory and disk usage.
- Display CPU core information.
- Show kernel and shell details.
- Check network interface information.
- Use different themes.
- Customize the displayed information.
- Use custom ASCII art.
Install Macchina in Termux
Below are the simple commands to install Macchina in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Macchina.
pkg install macchina -yMacchina is now installed and ready to use.
Use Macchina in Termux
After installing Macchina, you can use different commands to display system information and customize the output.
Run Macchina.
macchinaShow the installed version.
macchina -vDisplay only selected system information.
macchina -o memoryCheck the system for failures.
macchina -dShow longer uptime information.
macchina -UShow longer shell information.
macchina -SShow longer kernel information.
macchina -KShow memory usage in percentage.
macchina -mShow disk space usage in percentage.
macchina -pShow information for specific disks.
macchina -D /,/home/user/Show physical CPU cores instead of logical cores.
macchina -CShow the current shell instead of the default shell.
macchina -sList all available themes.
macchina -lShow the original artists of the ASCII art.
macchina --ascii-artistsSpecify a network interface.
macchina -i wlan0Specify a custom configuration file.
macchina -c ~/.config/macchina/config.tomlShow the help menu.
macchina -hYou can use these options to change how Macchina displays system information and select the details you want to see.
Customize Macchina
Macchina also allows you to use custom TOML themes. You can download different themes and use them to change the colors, system information, layout, and ASCII art displayed on your screen.
Create the Macchina configuration directory.
mkdir -p ~/.config/macchina/themesDownload the Hydrogen theme.
wget https://raw.githubusercontent.com/Macchina-CLI/macchina/main/contrib/themes/Hydrogen.toml -O ~/.config/macchina/themes/Hydrogen.tomlUse the Hydrogen theme.
macchina -t HydrogenDownload the Beryllium theme.
wget https://raw.githubusercontent.com/Macchina-CLI/macchina/main/contrib/themes/Beryllium.toml -O ~/.config/macchina/themes/Beryllium.tomlUse the Beryllium theme.
macchina -t BerylliumDownload the Helium theme.
wget https://raw.githubusercontent.com/Macchina-CLI/macchina/main/contrib/themes/Helium.toml -O ~/.config/macchina/themes/Helium.tomlUse the Helium theme.
macchina -t HeliumDownload the Lithium theme.
wget https://raw.githubusercontent.com/Macchina-CLI/macchina/main/contrib/themes/Lithium.toml -O ~/.config/macchina/themes/Lithium.tomlUse the Lithium theme.
macchina -t LithiumList all available themes.
macchina -lAfter downloading the themes, Macchina will detect them from the ~/.config/macchina/themes/ directory. You can switch between the themes by using the -t option.
End Note
Macchina is a useful terminal tool for checking important system details in a simple format. You can use its commands and custom themes to make the output more informative and attractive.

