Gemini CLI

From Notes_Wiki
Revision as of 06:31, 31 August 2025 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Local system based AI tools > AI Programming tools > Gemini CLI

Installation

To install gemini CLI as root user use:

npm install -g @google/gemini-cli 

Then get API key from https://aistudio.google.com/apikey Export obtained key using

 export GEMINI_API_KEY="”

Then run gemini as a user from project specific folder to use Gemini CLI to write code

It is able to write python code but not that great with erlang.

It was able to give a working game in a first attempt. It was also able to help build a few PHP based applications. Overall seems very good at writing complete working code just by english prompts (Vibe coding)


Home > Local system based AI tools > AI Programming tools > Gemini CLI