Best-effort device-family classifier used for dashboard hardware icons.
Macs are identified by their modelId ("Mac mini", "Mac Studio"). AMD Ryzen
AI Max (Strix Halo) mini-PCs report a barebones vendor string as modelId
(e.g. "Nimo Direct Inc. MME3L"), so they are matched on chipId instead,
which carries the SoC name ("AMD Ryzen AI Max+ 395 w/ Radeon 8060S"). This
matches ANY Ryzen AI Max device, not one specific box.
Parameters
OptionalmodelId: string
machine model string (Apple's "Mac mini", or a barebones name)
OptionalchipId: string
SoC/chip string; the reliable signal for AMD AI Max hardware
Best-effort device-family classifier used for dashboard hardware icons.
Macs are identified by their
modelId("Mac mini", "Mac Studio"). AMD Ryzen AI Max (Strix Halo) mini-PCs report a barebones vendor string asmodelId(e.g. "Nimo Direct Inc. MME3L"), so they are matched onchipIdinstead, which carries the SoC name ("AMD Ryzen AI Max+ 395 w/ Radeon 8060S"). This matches ANY Ryzen AI Max device, not one specific box.