<?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: Chidera Ezeudu</title>
    <description>The latest articles on DEV Community by Chidera Ezeudu (@chidera_ezeudu_0870985528).</description>
    <link>https://dev.to/chidera_ezeudu_0870985528</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4121474%2Fb5dbdc33-3a5a-42ca-bfcb-a0c278e10bc6.jpg</url>
      <title>DEV Community: Chidera Ezeudu</title>
      <link>https://dev.to/chidera_ezeudu_0870985528</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chidera_ezeudu_0870985528"/>
    <language>en</language>
    <item>
      <title>How to get Free AI credits in your terminal</title>
      <dc:creator>Chidera Ezeudu</dc:creator>
      <pubDate>Fri, 11 Sep 2026 21:41:51 +0000</pubDate>
      <link>https://dev.to/chidera_ezeudu_0870985528/how-to-get-free-ai-credits-in-your-terminal-517f</link>
      <guid>https://dev.to/chidera_ezeudu_0870985528/how-to-get-free-ai-credits-in-your-terminal-517f</guid>
      <description>&lt;p&gt;If you've ever wanted an AI coding assistant that lives right in your shell no browser tab, no subscription, no API key required to start I built exactly that, and it's free to use.&lt;/p&gt;

&lt;h3&gt;
  
  
  Meet Dario
&lt;/h3&gt;

&lt;p&gt;Dario is a terminal-based AI assistant you install with one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @npmdevy25/dario
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then just ask it anything, right from your shell:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;dario &lt;span class="s2"&gt;"how do I undo a git commit"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You'll get a clean, boxed answer straight in your terminal no context switching, no copypasting from a chat window.&lt;/p&gt;

&lt;h3&gt;
  
  
  The free part
&lt;/h3&gt;

&lt;p&gt;Every user gets &lt;strong&gt;150 free queries a day&lt;/strong&gt;, no signup, no credit card. That's a pretty generous daily allowance for quick coding questions, debugging help, or "wait, what's the syntax for this again" moments.&lt;/p&gt;

&lt;p&gt;Under the hood, Dario falls back across multiple providers (Groq, Cerebras, and Gemini) so it stays fast and rarely hits a rate-limit wall  if one provider is busy, it automatically tries the next.&lt;/p&gt;

&lt;p&gt;If you ever need more than 150 queries in a day, you can plug in your own free &lt;a href="https://console.groq.com" rel="noopener noreferrer"&gt;Groq API key&lt;/a&gt; and skip the daily limit entirely.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it stays free
&lt;/h3&gt;

&lt;p&gt;Dario is ad supported  occasionally you'll see a small sponsored line under an answer. That's what funds the free tier instead of a paywall.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @npmdevy25/dario
dario &lt;span class="s2"&gt;"explain the difference between git pull and git fetch"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I'd genuinely love feedback — what's confusing, what's missing, whether the daily quota feels right. Drop a comment or open an issue on the repo.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built as a solo project. If you find it useful, a share or a star goes a long way.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>aitoken</category>
      <category>webdev</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
