From 0dafd33c1cbad906cbe0388fbe69f39abfa75882 Mon Sep 17 00:00:00 2001 From: "liranb@jfrog.com" Date: Tue, 31 Mar 2026 19:45:40 +0300 Subject: [PATCH] Add Claudoscope to Menubar category Claudoscope is a native Swift/SwiftUI macOS menu bar app for Claude Code session analytics with real-time secret detection, config health linting, and token/cost tracking. Fully offline, open source (MIT). GitHub: https://github.com/cordwainersmith/claudoscope Website: https://claudoscope.com/ --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 8324e407f..3afb8e00e 100644 --- a/applications.json +++ b/applications.json @@ -11082,6 +11082,26 @@ "languages": [ "swift" ] + }, + { + "short_description": "Menu bar app for Claude Code session analytics with real-time secret detection, config health linting, and token/cost tracking.", + "categories": [ + "menubar", + "utilities" + ], + "repo_url": "https://github.com/cordwainersmith/claudoscope", + "title": "Claudoscope", + "icon_url": "https://claudoscope.com/logo.png", + "screenshots": [ + "https://claudoscope.com/widget.png", + "https://claudoscope.com/health.png", + "https://claudoscope.com/secret-found.png", + "https://claudoscope.com/skills.png" + ], + "official_site": "https://claudoscope.com/", + "languages": [ + "swift" + ] } ] }