by deviffyy
Open-source, cross-platform tracker for AI coding usage, limits, reset times, and spend.
# Add to your Claude Code skills
git clone https://github.com/deviffyy/OpenQuotaLast scanned: 8/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-02T06:31:56.813Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}OpenQuota is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by deviffyy. Open-source, cross-platform tracker for AI coding usage, limits, reset times, and spend. It has 154 GitHub stars.
Yes. OpenQuota passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/deviffyy/OpenQuota" and add it to your Claude Code skills directory (see the Installation section above).
OpenQuota is primarily written in Rust. It is open-source under deviffyy on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh OpenQuota against similar tools.
No comments yet. Be the first to share your thoughts!
OpenQuota brings usage data from Claude Code, Codex, Cursor, Copilot, and other AI coding providers into one compact panel. See session and weekly limits, reset times, token usage, and estimated spend at a glance.
| Platform | Available builds | Download |
|---|---|---|
| Windows | x64 and ARM64 installers | Download for Windows |
| macOS | Universal DMG for Apple Silicon and Intel | Download for macOS |
| Linux | x64 and ARM64 AppImage and Debian packages | Download for Linux |
Open the latest release and choose the file for your platform:
_x64-setup.exe or _arm64-setup.exe_universal.dmg — requires macOS 11 or later.AppImage or .debOpenQuota checks for updates automatically. Installable updates are cryptographically signed.
Most providers use credentials already available on your computer. OpenRouter and Z.ai require API keys, which you can add in Customize; OpenQuota stores them securely in your operating system's credential store. Codex subscription limits require a ChatGPT login and are not available in API-key-only sessions.
OpenQuota runs locally and has no account, cloud backend, analytics, or usage telemetry of its own.
Requirements:
Install dependencies and start the development app:
corepack pnpm install --frozen-lockfile
corepack pnpm tauri dev
Run the complete quality checks:
corepack pnpm verify
Build an installer for the current platform:
corepack pnpm build:installer # Windows
corepack pnpm build:linux # Linux
corepack pnpm tauri build --bundles dmg # macOS
Issues and pull requests are welcome. Read CONTRIBUTING.md before contributing, and report security problems privately as described in SECURITY.md.
OpenQuota was inspired by OpenUsage and developed as a cross-platform alternative for Windows, Linux, and macOS.