• Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
2025/12/11 13:13 Thursday
  • Login
mashdigi-Technology, new products, interesting news, trends
  • Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
No Result
View All Result
  • Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
No Result
View All Result
mashdigi-Technology, new products, interesting news, trends
No Result
View All Result
Home App

Google launches open-source Gemini CLI command-line tool to create a terminal-based AI agent development experience
Get real-time assistance with a helpful "colleague" when developing programs through the command line

Author: Mash Yang
2025-06-25
in App, Market dynamics, Life, network, software
A A
0
Share to FacebookShare on TwitterShare to LINE

Google Cloud announced the release of a preview version of a command line editor tool called Gemini CLI (command line interface), allowing developers to experience the capabilities of the Gemini artificial intelligence agent service directly in the terminal.

advertisement

Artificial intelligence-assisted program editing

This tool is designed to operate on the device side and is driven by natural language. It supports code generation, error debugging, command execution, and file operations, further simplifying the program development process while retaining the terminal operation interface. Users only need to log in to their personal Google account to use Gemini Code Assist for free and have access to Google's highest-performance Gemini 2.5 Pro model, which supports content lengths of up to 100 million words.

For many developers, the command line editor is still a core part of the program development workflow. Its "powerful, necessary and complex" features also make it the preferred tool for many developers.

Therefore, Google created Gemini CLI to meet such needs. The purpose is to make artificial intelligence a powerful "colleague" for many developers to get real-time assistance when developing programs through the command line in the terminal interface.

Close to the usage habits of most developers

Gemini CLI is available free and open source. It supports natural language dialogue operations, generates content and code, and can also perform content debugging. It also supports direct execution of commands and file operations. Its overall usage is closer to the daily needs of developers.

Unlike most current AI tools that require interactive graphical interfaces, Gemini CLI boasts a traditional terminal interface, allowing developers to maintain the operational experience of developing on the terminal. Simply typing the "/help" command provides complete guidance, and users can write commands in natural language, modify code, and even assist in problem diagnosis and resolution.

The usage restrictions are much lower than similar tools

Google also emphasized that Gemini CLI's usage restrictions are far lower than similar tools. Combined with the wide-area context understanding capabilities of the Gemini 2.5 Pro model, it can support context content lengths of up to 100 million tokens, which is more beneficial for developers who need to process large code files.

Gemini CLI is licensed under the Apache 2.0 license, with its source code fully open and available for download via GitHub. It supports installation on multiple platforms, including macOS and Linux, as well as free modification and custom expansion. Simply log in with your Google account to obtain a free Gemini Code Assist license and unlock the Gemini 2.5 Pro model experience, offering the industry's highest free usage quota of 60 times per minute and 1000 times per day, bringing nearly unlimited development support to individual developers.

The design of Gemini CLI stems from the Google team's understanding of the importance of the terminal in development. For many developers, the command line editor is not just a tool but the core of their daily work. Therefore, Google has created this minimalist, flexible, and powerful command line editor with artificial intelligence (AI) capabilities, supporting a wide range of uses, from code writing, debugging, and content generation to research and task management.

At the functional level, Gemini CLI integrates Google search support to provide real-time network information for enhanced understanding of models. It also supports the MCP Model Context Protocol and plug-in expansion, allowing users to customize prompts and command sets, and even call them non-interactively in automated scripts, seamlessly integrating with existing development processes.

Even more notable is that Gemini CLI shares technology with Gemini Code Assist, Google's AI development assistant tool. Both support interactive programming assistance through "Agent mode" within VS Code, such as automatically fixing errors, generating test cases, extending functional modules, etc., to achieve a complete artificial intelligence development support experience.

Overall, Gemini CLI is more than just an AI tool; it's an AI proxy service deeply integrated with command-line logic, offering high practicality and flexibility. For engineers familiar with developing programs in command-line editors, it promises to become a core "helper" in the next generation of development workflows.

Google also hopes to continuously optimize Gemini CLI through participation from the open source community. Developers can not only review code security but also submit feedback and improvement suggestions, collaborating to create a more mature AI development tool.

Gemini CLI is currently open for developer preview. In the future, as Gemini models are updated and integrated with the Google ecosystem, more extended functions will be added, bringing more automation and intelligent possibilities to the development process.

Tags: CLIGeminiGemini CLIGoogleCommand Line Editorterminal
ShareTweetShare
Mash Yang

Mash Yang

Founder and editor of mashdigi.com, and student of technology journalism.

Leave a comment Cancel reply

Your e-mail address Will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

mashdigi-Technology, new products, interesting news, trends

Copyright © 2017 mashdigi.com

  • About mashdigi.com
  • Place ads
  • Contact mashdigi.com

Follow us

Welcome back!

Login to your account below

Forgotten Password?

Retrieve your password

Hãy nhập tên người dùng hoặc địa chỉ email để mở mật khẩu

Log In
No Result
View All Result
  • About mashdigi.com
  • Place ads
  • Contact mashdigi.com

Copyright © 2017 mashdigi.com

Go to Mobile Version