Package Details: gemini-cli-bin 0.6.1-1

Git Clone URL: https://aur.archlinux.org/gemini-cli-bin.git (read-only, click to copy)
Package Base: gemini-cli-bin
Description: An open-source AI agent that brings the power of Gemini directly into your terminal.
Upstream URL: https://github.com/google-gemini/gemini-cli
Licenses: Apache-2.0
Conflicts: gemini-cli, gemini-cli-git
Provides: gemini-cli
Submitter: minhnbnt
Maintainer: minhnbnt
Last Packager: minhnbnt
Votes: 4
Popularity: 2.27
First Submitted: 2025-08-07 00:46 (UTC)
Last Updated: 2025-09-25 10:20 (UTC)

Required by (3)

Sources (2)

Latest Comments

minhnbnt commented on 2025-09-14 03:00 (UTC)

@peter.lyonskehl Please check your nodejs version, this package requires nodejs>=20.

peter.lyonskehl commented on 2025-09-13 20:52 (UTC)

Thank you for porting gemini-cli-bin. Unfortunately, it fails. That may be due to my local potential NPM/Node mess. I'm NOT an NPM/Node expert, so unless you can give me some clear instructions, I can't investigate.

❯ gemini
(node:1402748) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/usr/bin/gemini:2
import { createRequire } from 'module'; const require = createRequire(import.meta.url); globalThis.__filename = require('url').fileURLToPath(import.meta.url); globalThis.__dirname = require('path').dirname(globalThis.__filename);
^^^^^^

SyntaxError: Cannot use import statement outside a module
    at internalCompileFunction (node:internal/vm:128:18)
    at wrapSafe (node:internal/modules/cjs/loader:1279:20)
    at Module._compile (node:internal/modules/cjs/loader:1331:27)
    at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
    at Module.load (node:internal/modules/cjs/loader:1205:32)
    at Module._load (node:internal/modules/cjs/loader:1021:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)