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-oauth

v1.1.0

Published

One-click tool to get Google OAuth refresh tokens for Antigravity

Readme

Antigravity OAuth Token Fetcher

English | 中文


English

Get your Google OAuth refresh token for Antigravity with one command.

Quick Start (Recommended)

npx antigravity-oauth

That's it. Browser opens, sign in with Google, token saved to antigravity_tokens.json.

Requires Node.js installed.

Download Executables

No Node.js? Download a standalone executable:

| Platform | Download | |----------|----------| | Windows | Antigravity-OAuth-Windows.exe | | macOS | Antigravity-OAuth-macOS.dmg | | Linux | Antigravity-OAuth-Linux |

macOS: If it shows "damaged", run xattr -cr Antigravity-OAuth.app then right-click → Open.

Output

Tokens are saved to antigravity_tokens.json in the current directory:

{
  "accounts": [
    {
      "email": "[email protected]",
      "refresh_token": "1//0fXXXXXXXXXX",
      "extracted_at": "2026-02-22T01:19:00Z"
    }
  ],
  "active": "[email protected]"
}

Supports multiple accounts — run again to add more.


中文

一条命令获取 Antigravity(反重力) 的 Google OAuth refresh token。

快速开始(推荐)

npx antigravity-oauth

浏览器自动打开,登录 Google,token 自动保存到当前目录的 antigravity_tokens.json

需要安装 Node.js

下载可执行文件

没有 Node.js?下载独立可执行文件:

| 平台 | 下载链接 | |------|---------| | Windows | Antigravity-OAuth-Windows.exe | | macOS | Antigravity-OAuth-macOS.dmg | | Linux | Antigravity-OAuth-Linux |

macOS:如果提示"已损坏",在终端执行 xattr -cr Antigravity-OAuth.app,然后右键 → 打开。

输出格式

Token 保存到当前目录的 antigravity_tokens.json

{
  "accounts": [
    {
      "email": "[email protected]",
      "refresh_token": "1//0fXXXXXXXXXX",
      "extracted_at": "2026-02-22T01:19:00Z"
    }
  ],
  "active": "[email protected]"
}

支持多账号,再次运行可添加更多账号。

License

MIT