Skip to main content

Build Status

Get the unique ID of the current machine

Cross platform support

Usage

// Permission in Windows: --allow-run --allow-env
// Permission in MacOS: --allow-run
// Permission in Linux: --allow-read
import { getMachineId } from 'https://deno.land/x/machine_id@v0.3.0/mod.ts'

console.log('My Machine ID: ', await getMachineId())

License

The MIT License