onWatch: Open-source local API quota tracker with SQLite storage

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
onWatch: Open-source local API quota tracker with SQLite storage
Ad

onWatch is an open-source tool for tracking AI API quotas locally, designed specifically for the local-first software community. It keeps all data on your machine with no external dependencies.

Key Details

The tool's local-first approach includes:

  • All data stored in local SQLite database
  • No cloud service, no account creation, no telemetry
  • Single binary (~13MB) - no runtime dependencies
  • Background daemon, <50MB RAM usage
  • Dashboard served locally on localhost

onWatch currently tracks 6 cloud API providers: Anthropic, Codex, Copilot, Synthetic, Z.ai, and Antigravity. This is useful for developers who use cloud APIs alongside local models and want visibility into their cloud spending.

The developer mentions potential future features including local model monitoring, such as ollama resource usage and VRAM tracking, if there's community interest.

The tool is available on GitHub at https://github.com/onllm-dev/onwatch.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Local RAG Tool Built with Nemotron Nano 9B v2 and vLLM Tool Calling
Tools

Local RAG Tool Built with Nemotron Nano 9B v2 and vLLM Tool Calling

A developer built a local-first RAG research tool that runs entirely on a single GPU using Nemotron Nano 9B v2 Japanese on vLLM with custom parser plugins for tool calling. The system features a two-step extract-execute flow with bilingual keyword extraction and parallel FTS5/DuckDuckGo search.

OpenClawRadar
Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
Tools

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics

A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.

OpenClawRadar
AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
Tools

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities

AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.

OpenClawRadar
Rever UI Cloner: AI-Optimized Alternative to HTML Scraping for UI Replication
Tools

Rever UI Cloner: AI-Optimized Alternative to HTML Scraping for UI Replication

Rever UI Cloner is an API endpoint that provides AI agents with clean design blueprints instead of raw HTML, avoiding context window bloat and UI hallucination issues. It uses the x402 payment protocol requiring a 1 USDC micro-transaction on Base network for agent-to-agent payments.

OpenClawRadar