biosdecode

SMBIOS/DMI table decoder

Install

All systems
curl cmd.cat/biosdecode.sh
Debian Debian
apt-get install dmidecode
Ubuntu
apt-get install dmidecode
Alpine
apk add dmidecode
Arch Arch Linux
pacman -S dmidecode
image/svg+xml Kali Linux
apt-get install dmidecode
Fedora
dnf install dmidecode-1
Windows (WSL2)
sudo apt-get update sudo apt-get install dmidecode
Raspbian
apt-get install dmidecode
Docker
docker run cmd.cat/biosdecode biosdecode powered by Commando

dmidecode

SMBIOS/DMI table decoder

Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan the hardware, it only reports what the BIOS told it to.

dmidecode-1

3.2-1.fc30.x86_64 : Tool to analyse BIOS DMI data