Google Gemini CLI, a powerful offering in the field of AI accessible from the terminal

Google's recently announced Gemini CLI is an open source, command line AI tool that integrates the Gemini 2.5 Pro large language model directly into the terminal. The goal of the initiative is nothing less than to transform natural language commands into real technical workflows, in an environment that has already been synonymous with efficiency for many.

Gemini CLI allows users to communicate with the model in natural language, whether it's code analysis, debugging, documentation, or even real-time web information analysis. Part of the system's power lies in the fact that it uses the same backend as Gemini Code Assist, which was previously available in Visual Studio Code, for example. This means that those who work outside of integrated development environments, in the command line, can now access the same capabilities in their own tools, without any compromise.

Using the CLI is surprisingly simple: a short installation command, authentication with a Google account, and the model is ready to use. The usage limits are generous: 1,000 requests per day and up to 60 requests per minute are allowed for free, which is outstanding in industry practice. The Gemini 2.5 Pro model running in the background can handle up to one million tokens of context, so it works stably and consistently even in longer conversations and more complex tasks.

NodeJS may be required for installation, but developers often have it on their machines; if not, it can be obtained from the official NodeJS website.

Next, install the Gemini CLI in a Linux terminal or Windows console: npm install -g @google/gemini-cli

Then, use the gemini command to launch the application.

The Gemini CLI can be used not only interactively, but also integrated into scripts, CI/CD processes, or other automated workflows. If you have been using paid APIs to call AI models, this free option can replace them if you don't need to process too many requests. It is also noteworthy in terms of configurability: the GEMINI.md file can be used to predefine context, system instructions, or even project-specific operations. This allows developers to truly customize the tool to their own needs.

For example, in the following not-so-imaginative bash script, we ask the model to list all the files in the current directory from which we are running the script: 

 #!/bin/bash

gemini --prompt “list files in the current directory” 

More information about this and many other topics is available on the project's GitHub page.

It is worth noting that the system is capable of processing real-time information thanks to its integration with Google Search and support for the Model Context Protocol (MCP). This means that it does not only function as a static model, but is also able to respond to current information found on the web. Integration with multimodal tools such as Imagen (image generation) or Veo (video generation) further expands its range of applications. 

Gemini CLI search on the web
Gemini CLI search on the web

The open source license (Apache 2.0) allows anyone to freely study, modify, or further develop the code. This is an important step not only from a technical but also from an ethical point of view, as transparent operation can contribute to building community trust and a more open, democratic future for AI developments.

Google's current move suggests that artificial intelligence is moving towards organic integration into developer/user toolkits – not as a separate module, but as an embedded, intelligent layer. Gemini CLI does not promise a revolution, but rather a quiet yet decisive step towards automated and natural language-driven development practices. This is where its true significance lies. 

Share this post
Will ASICs replace NVIDIA GPUs?
The development of artificial intelligence over the past decade has been closely linked to the name NVIDIA, which has become the dominant player in the market with its graphics processing units (GPUs). A significant portion of today's AI models are built on these GPUs, and NVIDIA's decade-old software ecosystem—especially the CUDA platform—has become an indispensable tool for research, development, and industrial applications. At the same time, in recent years, the biggest players in the technology sector – including Google, Amazon, Meta, and Microsoft – have been turning with increasing momentum toward AI chips developed in-house and optimized for specific tasks, known as ASICs.
Satya Nadella's thoughts on the role, future, and responsibility of artificial intelligence
Rapid change is not uncommon in the world of technology, but rarely does it affect so many sectors at once as today's artificial intelligence (AI) revolution. In an interview with Y Combinator, Satya Nadella, CEO of Microsoft, not only assessed technological developments, but also placed the development of AI in a broader social and economic context. His approach is restrained, calm, and purposeful: AI is not a mystical entity, but a tool that must be properly applied and interpreted.
What does RefreshOS 2.5 offer Linux users?
The world of Linux distributions is rich but often divisive: on one side are complex, purist systems, and on the other are solutions that try to satisfy every need but are often overloaded. RefreshOS aims to bridge the gap between the two. The latest 2.5 release of the system developed by eXybit Technologies™ (formerly eGoTech™) is the latest step in this endeavor, building on the stable foundations of Debian to provide a simple yet modern user experience.
The future of AI and the price of transparency – What do the OpenAI files say?
There has been growing interest in OpenAI's operations in recent times. This is no coincidence: the artificial intelligence models they have developed – such as ChatGPT – are widely used, while we have only fragmentary information about the decision-making and ownership structures behind them. Some light is shed on this obscurity by a report called OpenAI Files, prepared by two technology oversight organizations, the Midas Project and the Tech Oversight Project. The document not only discusses the company's internal operations, but also touches on broader social issues: what mechanisms are needed when a private company holds the key to the economy of the future?
The dawn of artificial intelligence
Sam Altman, CEO of OpenAI, recently gave an in-depth insight into the future of artificial intelligence (AI), the challenges of founding OpenAI, and the explosive growth he envisions. His reflections not only push the boundaries of our technological vision, but also show how our work, our daily lives, and our society could fundamentally change.
Real-time music composition with Google Magenta RT
The use of artificial intelligence in music composition is not a new endeavor, but real-time operation has long faced significant obstacles. The Google Magenta team has now unveiled a development that could expand both the technical and creative possibilities of the genre. The new model, called Magenta RealTime (Magenta RT for short), generates music in real time and is accessible to anyone thanks to its open source code.

Linux distribution updates released in the last few days