Conveniently read system information with inxi-gui
Who Am I

© Photo by Kyle Glenn on Unsplash
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
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.