Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@devangkumar/myai

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devangkumar/myai

A powerful AI assistant for your terminal powered by Groq

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
23
130%
Maintainers
1
Weekly downloads
 
Created
Source

MyAI Terminal 🚀

A stunning, powerful AI assistant built directly into your terminal. Powered by Gemini.

Features

  • Beautiful UI: Rich terminal colors and smooth animations.
  • 💬 Interactive Chat: Conversational AI experience.
  • Quick Questions: One-shot answers from your command line.
  • 🆓 Free to use: Just add your Gemini API key.

Installation

npm install -g myai-terminal

Setup

To make this work, you need to add your Google Gemini API Key in the source code (as requested for a hardcoded experience) or set it up in src/index.js.

  • Get a free key from Google AI Studio.
  • Edit src/index.js and replace REPLACE_WITH_YOUR_GEMINI_API_KEY with your actual key.

Usage

Quick Question

myai "How do I reverse a string in JavaScript?"

Interactive Mode

myai chat

Development

To test locally:

npm install
npm link
myai chat

License

ISC

Keywords

ai

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts