💻Machine

Your computer!

This lists information about the machine that is parsed by Inxi. You can use the below properties to learn more about its information.

Module name according to each operating system:

OSModule name

Linux

001#Machine

Windows

Win32_ComputerSystem Win32_BaseBoard

macOS

SPHardwareDataType

You can call the module as follows:

HardwareInfo.Machine.<property>

which <property> is:

PropertyTypeDescription

Type

String

Machine type (Desktop or Laptop)

Product

String

Machine product name

System

String

Machine system name

Chassis

String

Machine chassis

MoboManufacturer

String

Motherboard manufacturer

MoboModel

String

Motherboard model

Compatibility notes:

  • Machine chassis is not supported yet on Windows.

Last updated