Geni.dev

Geni.dev

AI in Your Terminal

7 followers

While working in the terminal, we often forget the exact commands for Linux, Git, Kubernetes, and more. Geni is a lightweight AI-powered CLI tool that gives you just the command — no fluff, no explanations. Ask a question, get the terminal command. That’s it.
Geni.dev gallery image
Geni.dev gallery image
Geni.dev gallery image
Free
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

Kishore
Hey ProductHunt, I’d love to share geni.dev — a simple CLI tool I originally built for myself, and I think it can help other developers and DevOps engineers stay focused in the terminal. Why I built it: As a developer, I often find myself Googling, scrolling through Stack Overflow, or now using ChatGPT for common Git, Linux, Kubernetes, or AWS commands. These are simple tasks — but we forget the exact syntax all the time. Geni is a terminal-based AI assistant that gives you just the command — no descriptions, no fluff. It’s built for speed and clarity. You don't want to leave terminal for find the commands. Here are few examples: $ geni how to undo last git commit → git reset --soft HEAD^ $ geni how to delete a folder in linux → rm -rf foldername $ geni how to stop an ec2 instance using aws cli? → aws ec2 stop-instances --instance-ids i-xxx ✅ It does not read or modify any local files ✅ It's Open Source: GitHub Repo ✅ It's a simple wrapper around Google Gemini AI — set your own GEMINI_API_KEY as an env variable to use your own Gemini account ✅ Installation: npm install -g geni-dev If there’s enough interest, I’ll also build standalone binaries for Homebrew, Linux, and Raspberry Pi — without Node.js or npm dependency. ⚠️ Use Geni with caution — always review the suggested commands before running them, especially when using rm, kubectl, or other critical tools. Would love your thoughts and feedback. Happy to hear feature suggestions too! Thanks for checking it out! -- Kris