GitHunt
TH

thanhphatit/gemini-ai

This is script created by bash shell to chat with AI Gemini of Google on Terminal Linux

GEMINI-AI

This is tools created by bash shell 100% to talk with Google Gemini AI on terminal

NOTE:

[+] Your machine need have bash and OS linux (Ubuntu is good)
[+] The tools run on x86-64 and arm64 of linux (it's not support for macOS)

Install

Terminal

To install on terminal.

CURL:
sudo curl -o- https://raw.githubusercontent.com/thanhphatit/gemini-ai/main/install.sh | /bin/bash
WGET:
sudo wget -q https://raw.githubusercontent.com/thanhphatit/gemini-ai/main/install.sh -O - | /bin/bash

API Key

You can access to get API Key apply to app: https://makersuite.google.com/app/apikey

Help

You can use gemini-ai -h to show help user

NOTE:

Path file config ${HOME}/.gemini-ai/config with content default

api_key: AIsasjashdkjsahdsaiuwyeiwuewyeiuwysajdhsajhd
model: gemini-pro
log_day: 7
history_day: 1

Languages

Shell100.0%

Contributors

Other
Created December 26, 2023
Updated September 9, 2025
thanhphatit/gemini-ai | GitHunt