GLM 额度监控 · Available · 2026
A desktop quota companion · 2026
A little desktop companion that always knows how much AI quota you have left, when it resets, and warns you before it runs dry.
一个桌面小管家:随时知道你的 AI 额度还剩多少、几点重置,并在快用完之前提醒你。
AI coding plans (like phone data plans) have rolling limits: a 5-hour window, a weekly cap, a monthly tool allowance. The only place to check them is a web page — so people discover they're out of quota in the middle of work.
AI 编程套餐和手机流量一样,是滚动限额:5 小时窗口、每周上限、每月工具额度。而查额度的唯一入口是一个网页——于是人们总在干着活的时候才发现额度没了。
This app puts a fuel gauge for your quota right on the desktop, refreshing itself every few minutes.
这个应用把「额度油表」直接放到桌面上,每隔几分钟自动刷新。
You paste your API key once. The app uses it to query the official quota APIs at an interval you choose (1–30 min), saves snapshots into a local database on your own machine — no third-party server in the middle, and history survives restarts.
把 API 钥匙粘贴一次。应用按你设定的间隔(1~30 分钟)去官方接口查询,把快照存进你自己电脑的本地数据库——中间没有第三方服务器,重启也不丢历史。
Built the tidy way — React + TypeScript on Tauri, with a PRD written before the first line of code, unit tests beside it, and a small "preview mode" for developing popups in isolation.
按规矩造的车——Tauri 上的 React + TypeScript,动手写第一行代码前先写了产品需求文档,配套单元测试,还做了隔离开发弹窗的「预览模式」。