SMBIOS data parser compliant with DSP0134 spec
  • TypeScript 100%
Find a file
aleksei c107f19801
All checks were successful
CI / publish (push) Successful in 19s
chore: CI
2026-07-14 15:35:49 +03:00
.forgejo/workflows chore: CI 2026-07-14 15:35:49 +03:00
assets feat: migrate to node 2026-07-13 11:10:18 +00:00
constants feat: update processor families 2025-04-29 11:54:39 +03:00
examples feat: publish 2026-07-14 12:09:56 +00:00
types feat: more CPU-related data 2025-05-22 13:55:55 +03:00
utils feat: migrate to node 2026-07-13 11:10:18 +00:00
.gitignore feat: migrate to node 2026-07-13 11:10:18 +00:00
dprint.json feat: publish 2026-07-14 12:09:56 +00:00
LICENSE feat: publish 2026-07-14 12:09:56 +00:00
mod.ts feat: enrich memory device structure 2025-01-09 17:16:12 +03:00
package-lock.json feat: publish 2026-07-14 12:09:56 +00:00
package.json chore: 0.3.0 2026-07-14 15:10:41 +03:00
README.md feat: publish 2026-07-14 12:09:56 +00:00
tsconfig.json feat: publish 2026-07-14 12:09:56 +00:00

SMBIOS

TypeScript library for parsing SMBIOS table data.

Versions 0.2.6 and earlier were published on JSR. Starting with 0.3.0, the package is published on npm.

Installation

npm install smbios

Usage

See examples/linux.ts for a complete example that reads SMBIOS data directly from Linux sysfs.