Package Details: gemini-cli-git 1:r3249.gc0b766ad7-1

Git Clone URL: https://aur.archlinux.org/gemini-cli-git.git (read-only, click to copy)
Package Base: gemini-cli-git
Description: An open-source AI agent that brings the power of Gemini directly into your terminal (git version)
Upstream URL: https://github.com/google-gemini/gemini-cli
Licenses: Apache-2.0
Conflicts: gemini-cli, google-gemini-cli, google-gemini-cli-git
Provides: gemini-cli, google-gemini-cli
Replaces: google-gemini-cli-git
Submitter: viridivn
Maintainer: viridivn
Last Packager: viridivn
Votes: 3
Popularity: 0.60
First Submitted: 2025-07-29 01:17 (UTC)
Last Updated: 2025-11-10 03:42 (UTC)

Required by (5)

Sources (1)

Latest Comments

1 2 Next › Last »

viridivn commented on 2025-11-28 18:19 (UTC)

Resolved in npm 11.6.4

JimMoen commented on 2025-11-24 02:43 (UTC)

Can not build with npm@11.6.3 See also https://github.com/npm/cli/issues/8757

works with:

build() {
  npm install npm@11.6.2
  export PATH="$srcdir/node_modules/.bin:$PATH"
  cd "$srcdir/$_pkgname"
  npm install
}

viridivn commented on 2025-11-10 03:48 (UTC)

If anyone has suggestions on how to get pkgver to include the latest tag in a non-terrible way with Google's strange tagging method, please let me know.

Spyhawk commented on 2025-07-18 07:36 (UTC)

Yes, we have "google-chrome", but not sure I'd agree having "google" is better. For the same reason we don't say "antropic-claude-code" but "claude-code", or "firefox" instead of "mozilla-firefox". Also, the "gemini-cli" stable package doesn't have "google" in its name either.

mspuppeteer commented on 2025-07-14 11:46 (UTC)

google-gemini-cli-git is a better name. In the same spirit as other Google packages like chrome. That's why I removed gemini-cli-git in favor of this one.

Spyhawk commented on 2025-07-14 07:38 (UTC)

This package should now be renamed to 'gemini-cli-git'. The old unrelated 'gemini-cli' has been archived by its author and consequently removed from AUR.

mspuppeteer commented on 2025-06-26 15:34 (UTC)

ok! Don't worry, never mind, if it works, it works!

viridivn commented on 2025-06-26 01:34 (UTC) (edited on 2025-06-26 01:34 (UTC) by viridivn)

Hello, this package is named accordingly with google-gemini-cli, gemini-cli is an unrelated project.
I have tested that this package builds and works correctly on architectures aarch64 and x86_64 and should work on any platform where its dependencies are available and is not architecture dependent once installed.
I cannot reproduce the python namcap error, additional details would be appreciated.