Difference between revisions of "Gemini CLI"

From Notes_Wiki
(Created page with "Home > Local system based AI tools > Gemini CLI =Installation= To install gemini CLI as root user use: <pre> npm install -g @google/gemini-cli </pre> Then get API key from https://aistudio.google.com/apikey Export obtained key using <pre> export GEMINI_API_KEY="” </pre> 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...")
 
m
 
Line 1: Line 1:
[[Main Page|Home]] > [[Local system based AI tools]] > [[Gemini CLI]]
[[Main Page|Home]] > [[Local system based AI tools]] > [[AI Programming tools]] > [[Gemini CLI]]


=Installation=
=Installation=
Line 20: Line 20:




[[Main Page|Home]] > [[Local system based AI tools]] > [[Gemini CLI]]
[[Main Page|Home]] > [[Local system based AI tools]] > [[AI Programming tools]] > [[Gemini CLI]]

Latest revision as of 06:31, 31 August 2025

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