From a8b250425b167779a3a9da212cf2ec201a425f49 Mon Sep 17 00:00:00 2001 From: Prakersh Maheshwari Date: Sun, 15 Mar 2026 20:23:03 +0530 Subject: [PATCH] Add onWatch to System monitoring category onWatch is an open-source Go CLI that tracks AI API quota usage across 7 providers. Background daemon with <50MB RAM, Material Design 3 web dashboard, zero telemetry. GPL-3.0 licensed. https://github.com/onllm-dev/onwatch --- data/apps.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/apps.csv b/data/apps.csv index a4c392dc..ea46242f 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -2214,3 +2214,4 @@ backup,qbak,,https://github.com/andreas-glaser/qbak,A single-command backup help file-handling,CHMpy-sp,,https://github.com/AmmarSyamil/CHMpy,TUI made from Textual for changing file/folder permission in Linux. text-search-replace,scooter,,https://github.com/thomasschafer/scooter,Interactive find-and-replace TUI app; By default the program recursively searches through files in the current directory and can also be used to process text from stdin. productivity,Sinkzone,,https://github.com/berbyte/sinkzone,"Application that blocks everything by default unless you explicitly allow it; A DNS tool for productivity, focus, and child safety." +monitor,onWatch,https://onwatch.onllm.dev,https://github.com/onllm-dev/onwatch,"Open-source Go CLI that tracks AI API quota usage across 7 providers (Anthropic, OpenAI Codex, GitHub Copilot, Synthetic, Z.ai, MiniMax, Antigravity); background daemon with <50MB RAM, Material Design 3 web dashboard, zero telemetry."