WhatCable: Your Mac's USB-C Cable Inspector in the Menu Bar
By ✦ min read
<p>USB-C cables can be confusing—two identical-looking cables might offer drastically different charging speeds, data transfer rates, or display support. Enter <strong>WhatCable</strong>, a tiny menu bar app for macOS that reads the cable metadata your Mac already accesses, translating technical identifiers into plain English. This open‑source, free tool lets you instantly know what any USB‑C cable can actually do. Below, we answer the most common questions about WhatCable.</p>
<h2 id="why-need">Why do I need a USB‑C cable inspector app?</h2>
<p>With USB‑C, a single physical connector can carry everything from slow 5 W charging to 100 W Power Delivery and Thunderbolt 4. But cables look identical, making it impossible to tell their capabilities by sight. <strong>WhatCable</strong> eliminates guesswork: plug in any cable and see exactly what it supports—charging wattage, data speed, display output, Thunderbolt generation, and more. No more fumbling through drawers trying to remember which cable does what.</p><figure style="margin:20px 0"><img src="https://repository-images.githubusercontent.com/1226286910/faabb9c8-772f-43d0-8643-57d90b45f5b2" alt="WhatCable: Your Mac's USB-C Cable Inspector in the Menu Bar" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: hnrss.org</figcaption></figure>
<h2 id="how-works">How does WhatCable work?</h2>
<p>The app sits unobtrusively in your Mac’s menu bar. When you plug in a USB‑C cable, WhatCable reads the <em>cable descriptor</em> data that macOS already obtains from the cable itself. It then decodes the raw information (typically vendor, protocol versions, and power profiles) and presents it in a clear, readable format. Because it relies on system‑level data, no external hardware or driver installation is required—just download, launch, and use.</p>
<h2 id="what-info">What information does WhatCable provide?</h2>
<p>For each connected USB‑C cable, WhatCable displays:</p>
<ul>
<li><strong>Charging wattage</strong> – maximum power delivery (e.g., 5 W, 60 W, 100 W)</li>
<li><strong>Data speed</strong> – USB 2.0, USB 3.2 Gen 1/2, Thunderbolt 3/4, etc.</li>
<li><strong>Display support</strong> – whether the cable can drive external monitors and at what resolution</li>
<li><strong>Thunderbolt generation</strong> – if the cable supports Thunderbolt, it shows the version</li>
<li><strong>Other attributes</strong> – such as e‑marker presence, vendor name, and protocol version</li>
</ul>
<p>All this is presented in plain English, so you instantly know whether a cable is suitable for fast charging, data transfer, or video output.</p>
<h2 id="is-free">Is WhatCable free? Is it open source?</h2>
<p>Yes! <strong>WhatCable</strong> is completely <strong>free</strong> to download and use, with no hidden charges or subscription fees. It is also <strong>open source</strong>—the full source code is available <a href="https://github.com/darrylmorley/whatcable" target="_blank">on GitHub</a>. This means anyone can inspect, modify, or contribute to the app. Transparency is a core principle: no tracking, no telemetry, and no data collection of any kind. Your privacy is respected.</p><figure style="margin:20px 0"><img src="https://img.shields.io/github/v/release/darrylmorley/whatcable" alt="WhatCable: Your Mac's USB-C Cable Inspector in the Menu Bar" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: hnrss.org</figcaption></figure>
<h2 id="tracking">Does WhatCable collect any personal data or track me?</h2>
<p>No. The developer has explicitly stated that WhatCable includes <strong>no tracking</strong> whatsoever. The app does not log, transmit, or store any information about your cables, your Mac, or your usage patterns. Because it is open source, you can verify this claim by reviewing the code yourself. Your privacy is fully protected.</p>
<h2 id="compatibility">Which Mac models and macOS versions are supported?</h2>
<p>WhatCable is built using Swift and SwiftUI, and it requires <strong>macOS 12 (Monterey) or later</strong>. It should run on any Mac that supports that version of macOS, including Intel‑based and Apple Silicon Macs. The app’s light weight means it uses negligible system resources, so it won’t slow down your computer. Check the <a href="#download">download section</a> for the latest release.</p>
<h2 id="download">Where can I download WhatCable?</h2>
<p>You can find the latest release on the official <a href="https://github.com/darrylmorley/whatcable" target="_blank">GitHub repository</a>. Download the <code>.dmg</code> or <code>.app</code> file, drag it to your Applications folder, and launch. Since it is a menu bar app, you will see its icon appear near the clock; click it to inspect any connected USB‑C cable. For updates, keep an eye on the GitHub page or use a package manager if supported.</p>
Tags: