Skip to content

Instantly share code, notes, and snippets.

@gurki
Created August 26, 2025 21:11
Show Gist options
  • Save gurki/94a0b09dd2defbebee532a2355583649 to your computer and use it in GitHub Desktop.
Save gurki/94a0b09dd2defbebee532a2355583649 to your computer and use it in GitHub Desktop.
macos hostid
alias hostid="ioreg -rd1 -c IOPlatformExpertDevice | \
awk -F'\"' '/IOPlatformUUID/ {print \$4}' | \
shasum | cut -c1-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment