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

antigravity-termux

v1.0.6

Published

Official Antigravity CLI bridge for Termux (Glibc Bridge via Ubuntu proot)

Downloads

136

Readme

Antigravity CLI for Termux (Glibc Bridge)

Official Antigravity CLI (agy) binary is built for standard Linux (glibc), which makes it incompatible with Termux's native environment (Bionic libc). This project provides a bridge installer that sets up agy inside a lightweight Ubuntu proot environment, allowing it to run seamlessly on Android.

Features

  • Automatic Setup: Installs proot-distro and Ubuntu if they aren't already present.
  • Native Experience: Creates a wrapper so you can just type agy in your Termux shell.
  • Environment Sync: Automatically passes your API keys from Termux to the bridge.

Quick Installation

Run this command in your Termux:

curl -fsSL https://raw.githubusercontent.com/javedahmed82/antigravity-termux/master/install-agy.sh | bash

(Note: Replace javedahmed82 with your GitHub username after pushing)

Manual Installation

  1. Clone the repo:
    git clone https://github.com/javedahmed82/antigravity-termux.git
    cd antigravity-termux
  2. Make the script executable:
    chmod +x install-agy.sh
  3. Run the installer:
    ./install-agy.sh

Usage

After installation, restart Termux or run source ~/.bashrc.

Set your API key (if not already set):

export ANTIGRAVITY_API_KEY='your-google-api-key'

Launch the CLI:

agy

How it works

Termux doesn't support the official agy binary because of library differences. This installer:

  1. Installs a minimal Ubuntu environment via proot-distro.
  2. Downloads the official agy binary into that environment.
  3. Creates a "bridge" script in ~/bin/agy that acts as a shortcut to run the binary inside Ubuntu while staying in your current Termux directory.

Requirements

  • Android 7.0+
  • Termux (latest version from F-Droid)
  • ~500MB free space (for the Ubuntu environment)