npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mmmbuto/gemini-cli-termux

v0.42.0-termux

Published

Android/Termux-focused fork of Google Gemini CLI (`google-gemini/gemini-cli`).

Downloads

1,984

Readme

Gemini CLI Termux

npm version License

Termux-first build of Gemini CLI for Android ARM64.

This fork tracks upstream release-by-release and keeps the fork delta limited to Android/Termux compatibility, packaging, and validation assets.

Current fork release: 0.42.0-termux.

Install

pkg install nodejs-lts
pkg install termux-api   # optional, only for TTS notifications

npm install -g @mmmbuto/gemini-cli-termux@latest
gemini --version

Requirements:

  • Termux from F-Droid
  • Node.js 20+
  • termux-api only if you want termux-tts-speak integration

For non-Termux platforms, use upstream:

npm install -g @google/gemini-cli

Usage

cd your-project
gemini

Headless:

gemini -p "Explain this project" -o json

Useful slash commands:

  • /help
  • /auth
  • /model

Termux Delta

This fork adds or preserves:

  • Android ARM64 PTY support through @mmmbuto/pty-termux-utils
  • termux-open-url integration for auth/browser flows
  • optional tts_notification support backed by termux-tts-speak
  • Termux environment detection for runtime-specific behavior
  • release validation docs under test-reports/

After upstream merges or release prep, verify the fork delta with:

bash scripts/check-termux-patches.sh

Authentication

Termux supports the same user-facing auth paths as upstream Gemini CLI.

Interactive auth:

/auth

API-key auth:

export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"

When a browser URL must be opened on Android, the fork uses termux-open-url.

Build

git clone https://github.com/DioNanos/gemini-cli-termux.git
cd gemini-cli-termux
npm install
npm run build
npm run bundle
node bundle/gemini.js --version

Optional Termux helper:

bash scripts/termux-setup.sh

Release Validation

The public release checklist lives in:

Minimum smoke:

gemini --version
gemini --help
gemini -p "Reply with OK"

Maintenance Scope

In scope for this fork:

  • Android/Termux runtime compatibility
  • npm package @mmmbuto/gemini-cli-termux
  • Termux validation reports and release assets
  • minimal fork-owned GitHub CI/release automation

Out of scope:

  • generic Gemini CLI feature requests
  • upstream product behavior unrelated to Termux
  • upstream Google infrastructure, bots, or release workflows

Generic issues should be filed upstream at google-gemini/gemini-cli. Termux-specific issues should be filed here.

Security

See SECURITY.md.

Termux-fork-specific security reports: [email protected].

Upstream-relevant security reports should follow the upstream Google security process described in SECURITY.md.

Maintainer

Maintained by DioNanos as the Termux/Android porting and distribution fork.

See MAINTAINER.md and NOTICE.

License

Apache-2.0. This fork is distributed under the same license as upstream Gemini CLI. The Android/Termux compatibility patches are distributed under Apache-2.0 as well.