Conveniently read system information with inxi-gui
Who Am I
Inxi gives users a comprehensive inventory of their system hardware – but only at the command line. Inxi-gui, a graphical front end, makes things a little more convenient.
The inxi
command-line program provides detailed information about most of a computer's hardware components. To display the desired data, however, you need to pass in parameters to inxi
in a terminal window. Inxi-gui [1], a small graphical front end for inxi
[2] by the developers of the Korean-based HamoniKR Linux distribution (for Ubuntu, Linux Mint, and their derivatives), makes the whole process easier and faster.
Installation
To integrate inix-gui with your system, you can use the two commands from Listing 1. These commands simultaneously create a starter, which you can then click to run the program. Shortly, inxi-gui welcomes you with a self-explanatory interface without any gimmicks, listing various options one below the other (Figure 1).
Listing 1
Installation
$ wget -qO- https://pkg.hamonikr.org/add-hamonikr.apt | sudo -E bash - $ sudo apt install inxi-gui
To call up information, you just need to activate the radio button to the left of an option you are interested in and then press OK. Besides calling inxi
as its basic underpinnings, the inxi-gui front end also relies on various system utilities, each of which appears in the Command column with its parameters.
After enabling some commands, you may need to authenticate yourself as an administrator. Then, inxi-gui shows you the information for that specific command in the same window. You can save the data by pressing Save or return to selection mode by pressing Cancel.
For a full overview of all system components, enable the Full info option. You can then save the very detailed information that is displayed in an unformatted text file as documentation for your hardware and some installed software components. Use the integrated file manager to save the file in a directory of your choice. To exit inxi-gui, press the Quit button bottom right in the program window.
Alternative
The deb and RPM packages provide users with an older version, Inxi GUI [3], that offers a similar feature scope but uses another interface. To use this version, you also need to install the yad package on some distributions. You will find it in the package sources of the popular Linux distributions, and you can use the package manager for the install. Then launch Inxi GUI from your desktop environment's menu. The program opens a tiled window where each tile identifies different system components (Figure 2).
Of the 15 tiles available in the program window, 11 display information about the hardware components in an overlapping window after you click on the tile. This is not just the basic information, but it also includes optional data such as details of the technical standards supported by your CPU.
If no information about a component is available due to missing hardware, Inxi GUI displays a message to that effect. The Info tile also shows you some system information, such as the number of active processes, the memory usage, and the system's runlevel. You can exit the information window by pressing Ok bottom right of the window; this takes you back to the main window.
You can use the Save All tile to save all of the system information. The program shows you an additional dialog where you can select the save path. After choosing a subdirectory, the software saves the data there in a simple unformatted text file named inxi
.
This file contains all the system data the inxi
command-line tool found, including some information about software components such as the active X server, the existing OpenGL version, and temperatures, if your system has temperature sensors (Figure 3).
Conclusions
Both inxi-gui and Inxi GUI, graphical front ends for the inxi
command-line program, perform their task without requiring any training on the part of the user. Both packages provide details of the relevant hardware and system components, and the individual information plus a summary can be saved in a text file. This makes both tools suitable for administrators who use a Live USB to handle system maintenance tasks. This is also a useful approach to capturing a hardware overview on computers that use other operating systems without inxi-gui support.
Infos
- inxi-gui: https://github.com/hamonikr/inxi-gui
- inxi: https://github.com/smxi/inxi
- Older Inxi GUI version: https://store.kde.org/p/1303949/
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.