Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer/macos/machineid/distribution.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
<title>machineid Machine Identifier</title>
<title>machineid -- Machine Identifier</title>
<welcome file="welcome.html"/>
<readme file="readme.html"/>
<license file="license.html"/>
Expand Down
3 changes: 2 additions & 1 deletion installer/macos/machineid/resources/license.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head><style>
<head><meta charset="utf-8">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 11px; color: #333; line-height: 1.5; }
h1 { font-size: 15px; color: #111; text-align: center; }
h2 { font-size: 13px; color: #222; margin-top: 12px; }
Expand Down
7 changes: 4 additions & 3 deletions installer/macos/machineid/resources/readme.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head><style>
<head><meta charset="utf-8">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 13px; color: #333; }
h1 { font-size: 18px; color: #111; }
h2 { font-size: 15px; color: #444; margin-top: 16px; }
Expand Down Expand Up @@ -39,8 +40,8 @@ <h2>Getting started</h2>

<h2>Features</h2>
<ul>
<li>Zero external dependencies built on the Go standard library</li>
<li>Cross-platform macOS, Linux, Windows</li>
<li>Zero external dependencies &mdash; built on the Go standard library</li>
<li>Cross-platform &mdash; macOS, Linux, Windows</li>
<li>Configurable hardware signals: CPU, Motherboard, System UUID, MAC, Disk</li>
<li>Power-of-2 output: 32, 64, 128, or 256 hex characters</li>
<li>SHA-256 hashing with optional salt</li>
Expand Down
7 changes: 4 additions & 3 deletions installer/macos/machineid/resources/welcome.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<html>
<head><style>
<head><meta charset="utf-8">
<style>
body { font-family: -apple-system, Helvetica Neue, sans-serif; font-size: 13px; color: #333; }
h1 { font-size: 20px; color: #111; }
h2 { font-size: 15px; color: #444; margin-top: 16px; }
code { background: #f0f0f0; padding: 2px 6px; border-radius: 3px; font-size: 12px; }
</style></head>
<body>
<h1>machineid Machine Identifier</h1>
<h1>machineid &mdash; Machine Identifier</h1>
<p>This installer will install the <code>machineid</code> command-line tool on your Mac.</p>
<p><strong>machineid</strong> generates unique, deterministic machine identifiers from hardware characteristics. IDs are stable across reboots and ideal for software licensing, device fingerprinting, and telemetry.</p>
<h2>What gets installed</h2>
<ul>
<li><code>/usr/local/bin/machineid</code> the CLI binary (universal: Apple Silicon + Intel)</li>
<li><code>/usr/local/bin/machineid</code> &mdash; the CLI binary (universal: Apple Silicon + Intel)</li>
</ul>
<h2>Requirements</h2>
<ul>
Expand Down
Loading