Skip to content

luludotdev/hwid

Repository files navigation

hwid

Node.js CI NPM version NPM downloads

Get the current system's unique hardware ID

Install

pnpm i hwid

Usage

import { hwid } from "hwid";

// detects platform automatically
const id: string = await hwid();

Platform-specific

Supported platforms: windows, macos, and linux

// will only work on macos
import { hwid } from "hwid/macos";

const id: string = await hwid();

CLI

pnpm dlx hwid@latest

About

Get the current system's unique hardware ID

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors