npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@syedabdullahzaidi786/gemini-cli

v1.0.3

Published

Gemini CLI by AR Developers — AI-powered command-line tool powered by Google Gemini.

Readme

🚀 Gemini CLI — By AR Developers

Version License Made by Gemini API

Gemini CLI is a lightweight AI command-line tool powered by Google’s Gemini API — enhanced and distributed by AR Developers for developers, creators, and data engineers.


🧠 Overview

Gemini CLI lets you interact directly with Gemini models right from your terminal. Whether you’re generating code, analyzing data, or running AI-assisted commands — Gemini CLI gives you a fast, flexible, and developer-friendly experience.

💡 Designed & maintained by Syed Abdullah Zaidi — CEO & Founder of AR Developers


⚙️ Features at a Glance

  • Instant AI Chat: Run natural conversations directly in your terminal.
  • 💻 Code Assistant: Debug, refactor, or generate files using natural prompts.
  • 🔗 Built-in Tools: Web fetching, file handling, and shell integration.
  • 🔐 Multiple Auth Options: API key, Google login, or Vertex AI integration.
  • 🧩 Extensible: Add your own tools via MCP (Model Context Protocol).
  • 🌍 Cross-platform: Works on Windows, macOS, and Linux.

📦 Installation

1️⃣ Quick Install (Recommended)

npm install -g @google/gemini-cli

Once installed:

gemini --version

2️⃣ Run Instantly (no installation)

gemini

3️⃣ From Source

git clone https://github.com/syedabdullahzaidi786/Gemini-CLI-Setup
cd gemini-cli
npm install
npm link

🔐 Authentication

Choose your preferred authentication mode:

🔸 Option 1: Google Login

gemini login
  • Best for individuals and devs using personal Google accounts.
  • Automatically manages tokens and free-tier quotas.

🔸 Option 2: Gemini API Key

export GEMINI_API_KEY="your_api_key_here"
gemini

Get your key from AI Studio.

🔸 Option 3: Vertex AI

For enterprise setups:

export GOOGLE_API_KEY="your_vertex_key"
export GOOGLE_GENAI_USE_VERTEXAI=true
gemini

💡 Usage Examples

Start a new interactive chat:

gemini chat

Run a quick prompt:

gemini -p "Summarize the architecture of this project"

Generate structured output:

gemini -p "List all dependencies in package.json" --output-format json

🧩 Integrations

Gemini CLI can connect with:

  • AR-GPT (custom chat model built by AR Developers)
  • Google Search grounding
  • GitHub automation (pull request reviews, issue summaries)
  • Local file system tools

🛠️ Developer Setup

For contributors:

git clone https://github.com/AR-Developers/gemini-cli.git
cd gemini-cli
npm install
npm run dev

🤝 Contributing

We love community contributions! Open issues, suggest features, or submit PRs to help improve Gemini CLI.

📘 Read our Contributing Guide


📄 License

This project is licensed under the MIT License. See LICENSE for full details.