Downloads:
13
Downloads of v 0.1.16:
13
Last Update:
04 Aug 2025
Published Date:
04 Aug 2025
Package Maintainer(s):
Software Author(s):
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Gemini CLI
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
0.1.16 | Updated: 04 Aug 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
13
Downloads of v 0.1.16:
13
Published:
04 Aug 2025
Maintainer(s):
Software Author(s):
Gemini CLI 0.1.16
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Google. The inclusion of Google trademark(s), if any, upon this webpage is solely to identify Google goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Gemini CLI
With the Gemini CLI you can:
- Query and edit large codebases in and beyond Gemini's 1M token context window.
- Generate new apps from PDFs or sketches, using Gemini's multimodal capabilities.
- Automate operational tasks, like querying pull requests or handling complex rebases.
- Use tools and MCP servers to connect new capabilities, including media generation with Imagen,
Veo or Lyria - Ground your queries with the Google Search
tool, built into Gemini.
Quickstart
Install Gemini CLI using Chocolatey by running:
choco install gemini-cli
Common Configuration steps
Pick a color theme
Authenticate: When prompted, sign in with your personal Google account. This will grant you up to 60 model requests per minute and 1,000 model requests per day using Gemini.
You are now ready to use the Gemini CLI!
Use a Gemini API key:
The Gemini API provides a free tier with 100 requests per day using Gemini 2.5 Pro, control over which model you use, and access to higher rate limits (with a paid plan):
Generate a key from Google AI Studio.
Set it as an environment variable in your terminal. Replace
YOUR_API_KEY
with your generated key.export GEMINI_API_KEY="YOUR_API_KEY"
(Optionally) Upgrade your Gemini API project to a paid plan on the API key page (will automatically unlock Tier 1 rate limits)
Use a Vertex AI API key:
The Vertex AI API provides a free tier using express mode for Gemini 2.5 Pro, control over which model you use, and access to higher rate limits with a billing account:
Generate a key from Google Cloud.
Set it as an environment variable in your terminal. Replace
YOUR_API_KEY
with your generated key and set GOOGLE_GENAI_USE_VERTEXAI to trueexport GOOGLE_API_KEY="YOUR_API_KEY" export GOOGLE_GENAI_USE_VERTEXAI=true
(Optionally) Add a billing account on your project to get access to higher usage limits
For other authentication methods, including Google Workspace accounts, see the authentication guide.
$ErrorActionPreference = 'Stop'
# Refresh PATH for this process
$env:Path = @(
[System.Environment]::GetEnvironmentVariable('Path','Machine'),
[System.Environment]::GetEnvironmentVariable('Path','User')
) -join ';'
try { refreshenv } catch {}
Write-Host "Attempting to uninstall @google/gemini-cli globally..."
# Uninstall the npm package
npm uninstall -g @google/gemini-cli --loglevel=error
# Remove the Chocolatey shim
Write-Host "Removing Chocolatey shim for gemini..."
Uninstall-BinFile -Name 'gemini' -ErrorAction SilentlyContinue
Write-Host "`nUninstall completed successfully."
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
-
- nodejs-lts (≥ 20.0.0)
Ground Rules:
- This discussion is only about Gemini CLI and the Gemini CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gemini CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
publicfacingusername (maintainer) on 04 Aug 2025 05:01:15 +00:00:
User 'publicfacingusername' (maintainer) submitted package.
chocolatey-ops (reviewer) on 04 Aug 2025 05:37:02 +00:00:
gemini-cli has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 04 Aug 2025 06:00:22 +00:00:
gemini-cli has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/e2270f98b65ee7e31ce177fa8447943b for details.
The package status will be changed and will be waiting on your next actions.