Gemini CLI — ИИ-агент в командной строке
★ 106.5K
Gemini CLI is Google's open-source terminal AI agent. Reach for it when the command line is the comfortable place to work: get oriented in an unfamiliar project, edit code, write a script, process files, ask a question about the contents of a folder. The agent reads and modifies files, runs shell commands and searches the web. Its practical distinction is the free tier: signing in with a Google account, with no API key, gives 60 requests per minute and 1,000 per day, while Gemini 3 models work with a million-token context, so a sizeable project fits into the conversation whole. Install it with one command through npm, npx or Homebrew; licensed Apache 2.0. Like any agent with file access, it wants a version-controlled project.
- #CLI Agent