cd /news/ai-tools/how-to-get-free-ai-credits-in-your-t… · home topics ai-tools article
[ARTICLE · art-127271] src=dev.to ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

How to get Free AI credits in your terminal

A developer has released Dario, a terminal-based AI coding assistant installed via npm, which offers 150 free queries per day without signup or API key. The tool routes requests across multiple providers including Groq, Cerebras, and Gemini to avoid rate limits, and is funded by occasional sponsored lines under answers.

by read1 min views2 publishedSep 11, 2026

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.

Dario is a terminal-based AI assistant you install with one command:

npm install -g @npmdevy25/dario

Then just ask it anything, right from your shell:

dario "how do I undo a git commit"

You'll get a clean, boxed answer straight in your terminal no context switching, no copypasting from a chat window.

Every user gets 150 free queries a day, 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.

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.

If you ever need more than 150 queries in a day, you can plug in your own free Groq API key and skip the daily limit entirely.

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.

npm install -g @npmdevy25/dario
dario "explain the difference between git pull and git fetch"

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.

Built as a solo project. If you find it useful, a share or a star goes a long way.

── more in #ai-tools 4 stories · sorted by recency
── more on @dario 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-to-get-free-ai-c…] indexed:0 read:1min 2026-09-11 ·