<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[HyNote for Mac]]></title><description><![CDATA[HyNote for Mac]]></description><link>https://hynote.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6aa0cb7b238b37388f83aaaf/736ba839-d012-4a2c-ba2d-6536eba27ba3.png</url><title>HyNote for Mac</title><link>https://hynote.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 19 Sep 2026 17:07:12 GMT</lastBuildDate><atom:link href="https://hynote.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Three different things “local” can mean in a Mac app]]></title><description><![CDATA[When an app says it works “locally,” that can sound like one simple promise. For a meeting transcription app, it covers several independent decisions.
While working on HyNote for Mac, I found it more ]]></description><link>https://hynote.hashnode.dev/three-different-things-local-can-mean-in-a-mac-app</link><guid isPermaLink="true">https://hynote.hashnode.dev/three-different-things-local-can-mean-in-a-mac-app</guid><category><![CDATA[macOS]]></category><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[Swift]]></category><dc:creator><![CDATA[Ryan Lai]]></dc:creator><pubDate>Wed, 09 Sep 2026 03:18:16 GMT</pubDate><content:encoded><![CDATA[<p>When an app says it works “locally,” that can sound like one simple promise. For a meeting transcription app, it covers several independent decisions.</p>
<p>While working on HyNote for Mac, I found it more useful to separate those decisions instead of placing one local label over the whole product.</p>
<h2>1. Where transcription runs</h2>
<p>A supported Mac can turn speech into text on-device once the required transcription model is ready. Initial setup can still require an account, an internet connection, and model downloads.</p>
<p>That tells you where the speech processing happens. It does not tell you where the resulting notebook will live.</p>
<h2>2. Where the notebook is stored</h2>
<p>Storage is selected separately. In HyNote, choosing <strong>On This Mac</strong> before recording or importing audio keeps that notebook on the Mac.</p>
<p>This distinction matters because “on-device transcription” and “local storage” answer different questions. A user should not have to infer one from the other.</p>
<h2>3. Where AI summaries run</h2>
<p>Summaries add a third path. Local AI has stricter requirements than the basic Mac app: Apple Silicon, macOS 26.4 or later, and Apple Intelligence ready on the device. Online AI is an optional paid alternative.</p>
<p>HyNote itself supports macOS 14 or later on both Intel and Apple Silicon. Putting the stricter requirement beside the feature it affects is clearer than presenting one compatibility statement for everything.</p>
<h2>Capturing a meeting without a bot</h2>
<p>The Mac app records microphone and system audio directly, so it does not add a participant to the call. System Audio permission is required, and the app captures audio rather than screen video.</p>
<p>Core recording and supported on-device transcription are free. The result is a live transcript and a notebook that can be stored in the location the user chooses.</p>
<p>The current build and setup requirements are here: <a href="https://hynote.ai/downloads/mac">HyNote for Mac</a></p>
<p>The wording is still something I am testing. When you see “on-device transcription” and “On This Mac,” do those labels make the processing and storage choices clear?</p>
]]></content:encoded></item></channel></rss>