<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ayush Kumar </title>
    <description>The latest articles on DEV Community by Ayush Kumar  (@ayushkumar1808).</description>
    <link>https://dev.to/ayushkumar1808</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3945008%2F37bac750-a4d9-4371-8fd8-922109fda30e.jpeg</url>
      <title>DEV Community: Ayush Kumar </title>
      <link>https://dev.to/ayushkumar1808</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayushkumar1808"/>
    <language>en</language>
    <item>
      <title>claudio: system-wide hold-to-talk dictation using Deepgram Nova 3 via your Claude subscription</title>
      <dc:creator>Ayush Kumar </dc:creator>
      <pubDate>Fri, 22 May 2026 01:02:50 +0000</pubDate>
      <link>https://dev.to/ayushkumar1808/claudio-system-wide-hold-to-talk-dictation-using-deepgram-nova-3-via-your-claude-subscription-3pn8</link>
      <guid>https://dev.to/ayushkumar1808/claudio-system-wide-hold-to-talk-dictation-using-deepgram-nova-3-via-your-claude-subscription-3pn8</guid>
      <description>&lt;p&gt;Hold Space in any text field on your Mac, speak, release. Words appear as you talk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;claudio is a macOS menu bar app that intercepts the Space key globally and streams your voice through Anthropic's speech-to-text API (Deepgram Nova 3 under the hood). The transcript appears in whatever text field you have focused, in real time.&lt;/p&gt;

&lt;p&gt;Works in any app: terminal, Slack, Notes, browser, Xcode, Claude.ai, anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why it's different
&lt;/h2&gt;

&lt;p&gt;Most dictation tools require their own subscription or API key. claudio uses the same Deepgram Nova 3 pipeline that Claude Code uses internally for voice input. If you already have a Claude subscription (Pro, Max, Team, or Enterprise), you already have access. The transcription doesn't cost tokens either, so it's effectively unlimited for normal use.&lt;/p&gt;

&lt;p&gt;Authentication is handled automatically. When you run &lt;code&gt;claude auth login&lt;/code&gt;, Claude Code stores your OAuth token in the macOS Keychain. claudio reads that same token at the start of each recording session. No separate setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/ayushkumar1808/claudio ~/dictate
&lt;span class="nb"&gt;cd&lt;/span&gt; ~/dictate &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; bash install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then open System Settings &amp;gt; Privacy &amp;amp; Security &amp;gt; Accessibility and enable &lt;code&gt;dictate&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;macOS 13 or later (Apple Silicon or Intel)&lt;/li&gt;
&lt;li&gt;Claude Code installed and logged in (&lt;code&gt;claude auth login&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;A Claude subscription (Pro, Max, Team, or Enterprise)&lt;/li&gt;
&lt;li&gt;Xcode Command Line Tools&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to use it
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Click into any text field&lt;/li&gt;
&lt;li&gt;Hold Space for ~0.2 seconds (menu bar icon turns to ●)&lt;/li&gt;
&lt;li&gt;Speak&lt;/li&gt;
&lt;li&gt;Release Space&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The transcript corrects itself as you talk, so stumbling mid-sentence isn't a problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Menu bar icons
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Icon&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;🎙&lt;/td&gt;
&lt;td&gt;Ready&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;●&lt;/td&gt;
&lt;td&gt;Recording&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🎙⚠️&lt;/td&gt;
&lt;td&gt;Error (check logs)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🎙🔑&lt;/td&gt;
&lt;td&gt;Token expired, run &lt;code&gt;claude auth login&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/ayushkumar1808/claudio" rel="noopener noreferrer"&gt;https://github.com/ayushkumar1808/claudio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MIT license. Built at configAI.&lt;/p&gt;

</description>
      <category>claude</category>
      <category>macos</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
