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-proxy-ai

v1.4.0

Published

Modern web interface for Claude AI through Antigravity Claude Proxy

Readme

🚀 Antigravity Proxy AI

Unlimited AI Usage - Access all premium AI models completely free using your Google account.

Next.js React Tailwind CSS npm License


✨ Why Antigravity?

  • 🆓 Completely Free - No API keys, no subscriptions, no credit card required
  • 🤖 All Premium Models - Access Claude, Gemini, OpenAI GPT, and more
  • 👥 Multi-Account Support - Connect multiple Google accounts and never run out of credits
  • 🔄 Auto Account Rotation - Automatically switches accounts when rate limited
  • 💻 Beautiful Web UI - Modern chat interface with dark mode
  • Fast & Local - Runs entirely on your machine

📋 Table of Contents


📥 Installation

Step 1: Open Terminal

Windows: Press Win + R, type cmd, and press Enter OR Manually search for Command Prompt (cmd) and open

Mac/Linux: Open Terminal

Step 2: Install the package

Copy and paste this command into Terminal and press Enter:

npm install -g antigravity-proxy-ai

✅ Installation Complete!


🚀 Running the Application

After installation, every time you want to use the application:

Open CMD and run:

antigravity-proxy-ai

That's it!:

  1. ✅ The app will Start the proxy server on http://localhost:8642
  2. ✅ The app will Start the web UI on http://localhost:8643
  3. ✅ The app will Open your browser automatically

First Time Setup

On first run, you'll need to add your Google account:

  1. Go to Settings in the web application (http://localhost:8643)
  2. Click Add Account
  3. Follow the browser authentication prompts

🔄 Updating

When updates are available, you'll see a notification in the web UI. To update manually:

npm install -g antigravity-proxy-ai@latest

✨ Features

🤖 Available AI Models

Models available through the proxy (subject to change):

| Provider | Models | |----------|--------| | Claude | Sonnet 4.5, Sonnet 4.5 Thinking, Opus 4.5 Thinking | | Gemini | 2.5 Flash Lite, 2.5 Flash, 2.5 Flash Thinking, 3 Flash, 2.5 Pro, 3 Pro Image, 3 Pro Low, 3 Pro High | | OpenAI | GPT OSS 120B Medium | | Other | Various experimental models |

Note: Model availability depends on the upstream proxy and may change without notice.

💻 Application Features

  • 🎨 Modern Dark UI - Clean, ChatGPT-style interface with smooth animations
  • 💬 Chat Interface - Full conversation support with AI models
  • 🔄 Model Selector - Switch between different AI models easily
  • 📊 Usage Tracking - View rate limits and usage per account
  • 👥 Multi-Account - Add unlimited Google accounts, auto-rotates when rate limited
  • 🖥️ Integrated Terminal - Built-in terminal for proxy management
  • 💾 Chat History - Persistent chat history stored locally
  • 🌐 Real-time Status - Connection status indicator with auto-restart

📸 Screenshots

Coming soon

🛠️ Prerequisites

Don't have Node.js? Download and install it from nodejs.org. Choose the LTS version.


🔧 Development Setup (For Developers)

If you want to contribute or modify the code:

# Clone the repository
git clone https://github.com/SureshTimma/antigravity-proxy-ai.git
cd antigravity-proxy-ai

# Install dependencies
npm install

# Run in development mode
npm run dev

📦 How It Works

┌─────────────────────────────────────────────────────────────┐
│                    antigravity-proxy-ai                      │
│                                                              │
│   ┌──────────────┐         ┌──────────────────────────┐     │
│   │   Web UI     │ ──────► │  antigravity-claude-proxy │     │
│   │   :8643      │         │         :8642             │     │
│   └──────────────┘         └──────────────────────────┘     │
│         │                            │                       │
│         ▼                            ▼                       │
│   ┌──────────────┐         ┌──────────────────────────┐     │
│   │   Browser    │         │       AI Service         │     │
│   └──────────────┘         └──────────────────────────┘     │
└─────────────────────────────────────────────────────────────┘

❓ Troubleshooting

"npm is not recognized"

Node.js is not installed. Download it from nodejs.org

"Permission denied" or "EACCES"

On Mac/Linux, you may need to use:

sudo npm install -g antigravity-proxy-ai

Port already in use

Another application is using port 8642 or 8643. Close it or restart your computer.

Browser doesn't open automatically

Manually open http://localhost:8643 in your browser.


🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🙏 Acknowledgments & Credits

This project is a web UI wrapper built on top of:

Other technologies used:


⚠️ Disclaimer

IMPORTANT: Please read before using this software.

📚 Educational Purpose Only

This project is created strictly for educational and research purposes. It is intended to demonstrate:

  • How proxy servers work
  • Web application development with Next.js
  • Real-time terminal integration in web apps

⚖️ Legal Notice

  • This is an open-source project with no commercial intent
  • The developers of this project do not own, operate, or control any AI services
  • We do not claim any rights to Claude, Gemini, OpenAI, or any other AI services
  • All trademarks and brand names belong to their respective owners
  • This project simply provides a UI for antigravity-claude-proxy

👤 User Responsibility

  • Users are solely responsible for how they use this software
  • Users must comply with the Terms of Service of any services they access
  • Users should ensure their usage complies with local laws and regulations
  • The developers are not responsible for any misuse of this software

🚫 No Warranty

This software is provided "as is", without warranty of any kind. Use at your own risk.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


👨‍💻 Author

Suresh Timma

GitHub LinkedIn Instagram


Made with ❤️ for the open-source community