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

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
👀 See Also

OmniCoder-9B: 9B Parameter Coding Agent Fine-Tuned on 425K Agentic Trajectories
Tesslate released OmniCoder-9B, a 9-billion parameter coding agent model fine-tuned on Qwen3.5-9B's hybrid architecture. It was trained on 425,000+ curated agentic coding trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.

ForgeAI: A Visual Workbench for Model Engineering
ForgeAI provides a visual interface for model inspection, merging, and training, offering features like 3D model architecture inspection and M-DNA Forge for visual layer merging.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.