來源較早收集於 25m

Clawdmeter 將 Claude Code 使用數據視覺化至桌面

閱讀原文: TechCrunch AI
#developer-tools#productivity#monitoring

使用這款全新的開源桌面儀表板,輕鬆監控您的 Claude Code 使用數據。

30 秒速覽

有什麼變化

提供 Claude Code 使用量的即時追蹤

為什麼重要

透過提供對 Token 或請求消耗量的即時可視化,協助開發者管理 AI 使用成本與效率。

下一步行動

如果您是 Claude Code 的重度使用者,請安裝 Clawdmeter 以更有效地追蹤您的使用額度與帳單。

誰應關注:Developers & AI Engineers

關鍵要點

  • 提供 Claude Code 使用量的即時追蹤
  • 具備精簡且不干擾工作的桌面儀表板
  • 專為 AI 程式開發進階使用者打造的開源工具

深度解析

背景與延伸:來自公開資料,非原文內容。引用 16 個來源。

增強重點摘要

  • Clawdmeter is built on a Waveshare ESP32-S3-Touch-AMOLED-2.16 development board, featuring a 2.16-inch 480x480 AMOLED display and a capacitive touch controller.
  • The device communicates with a host daemon over Bluetooth Low Energy (BLE), where the daemon retrieves Claude Code usage data by making minimal API calls to Anthropic's API and parsing response headers like anthropic-ratelimit-unified-5h-utilization.
  • Beyond visualization, Clawdmeter includes physical buttons that function as a BLE HID keyboard, sending 'Space' for Claude Code's voice mode and 'Shift+Tab' for mode toggling, which can operate system-wide.
  • The project incorporates dynamic pixel-art 'Clawd' animations, sourced from the claudepix library, which become more active as Claude Code utilization increases, offering an intuitive visual cue of consumption levels.
  • Clawdmeter's creator, Herman Haraldsson, has noted a licensing 'gray area' due to the project's use of Anthropic's proprietary fonts and copyrighted assets, advising caution for those forking the repository.

競品分析

Type
Clawdmeter (HermannBjorgvin)
Physical ESP32 desktop dashboard
Claude Code Usage Monitor (Maciek-roboblog)
Terminal-based monitoring tool
AI Meter (sprAI & prAI)
macOS menu bar app
Datadog's AI Agents Console
Enterprise observability platform
ccusage (ryoppippi)
CLI tool for local file analysis
Data Source
Clawdmeter (HermannBjorgvin)
Anthropic API headers via local daemon
Claude Code Usage Monitor (Maciek-roboblog)
Claude AI token usage (real-time, local)
AI Meter (sprAI & prAI)
Claude Code & Codex API limits
Datadog's AI Agents Console
Claude Code telemetry (enterprise-level)
ccusage (ryoppippi)
Local JSONL files (~/.claude/projects/*.jsonl)
Display
Clawdmeter (HermannBjorgvin)
2.16" AMOLED screen, pixel-art animations, usage percentages
Claude Code Usage Monitor (Maciek-roboblog)
Rich terminal UI with color-coded analytics
AI Meter (sprAI & prAI)
Menu bar icons, color-coded limits, notifications
Datadog's AI Agents Console
Unified dashboard, real-time overview, cost/ROI tabs
ccusage (ryoppippi)
Tables for daily, monthly, session reports
Key Metrics
Clawdmeter (HermannBjorgvin)
Session & weekly utilization, time-to-reset
Claude Code Usage Monitor (Maciek-roboblog)
Token consumption, burn rate, cost analysis, session limits
AI Meter (sprAI & prAI)
5-hour session & 7-day weekly limits, notifications
Datadog's AI Agents Console
Total spend, token usage, user activity, error rates, latency, ROI
ccusage (ryoppippi)
Token usage, costs, 5-hour blocks, model tracking
Additional Features
Clawdmeter (HermannBjorgvin)
BLE HID keyboard shortcuts (Space, Shift+Tab)
Claude Code Usage Monitor (Maciek-roboblog)
ML-based predictions, multi-plan support, custom reset times
AI Meter (sprAI & prAI)
Multi-provider support (Codex), auto-refresh, launch at login
Datadog's AI Agents Console
Performance/reliability trends, Git commits/PRs, model-specific cost
ccusage (ryoppippi)
Model breakdown, date filtering, statusline integration
Target User
Clawdmeter (HermannBjorgvin)
Individual power users of Claude Code
Claude Code Usage Monitor (Maciek-roboblog)
Developers, individual users
AI Meter (sprAI & prAI)
Individual developers using AI coding tools
Datadog's AI Agents Console
Engineering leaders, organizations
ccusage (ryoppippi)
Developers, individual users
Pricing
Clawdmeter (HermannBjorgvin)
Open-source (hardware cost extra)
Claude Code Usage Monitor (Maciek-roboblog)
Free, open-source
AI Meter (sprAI & prAI)
Free, open-source
Datadog's AI Agents Console
Subscription-based (Datadog platform)
ccusage (ryoppippi)
Free, open-source

技術深入

  • Hardware Platform: Built on the Waveshare ESP32-S3-Touch-AMOLED-2.16 development board, which integrates an ESP32-S3R8 SoC.
  • Display: Features a 2.16-inch AMOLED screen with a 480x480 resolution (314 PPI) and a CST9220 capacitive touch controller.
  • Power Management: Utilizes an AXP2101 PMU for power management and Li-Po battery charging, allowing for untethered operation.
  • Connectivity: Communicates with a host computer (Linux, macOS in development) via Bluetooth Low Energy (BLE) using the NimBLE stack.
  • Host Daemon: A background daemon running on the host machine reads the user's Claude Code OAuth token from ~/.claude/.credentials.json.
  • API Interaction: The daemon makes minimal API calls to api.anthropic.com/v1/messages (e.g., one token of Haiku) to retrieve usage statistics from Anthropic API response headers, specifically anthropic-ratelimit-unified-5h-utilization and related fields.
  • UI Framework: The device's high-resolution user interface is powered by the LVGL graphics library.
  • Dynamic Visuals: Pixel-art 'Clawd' animations, sourced from claudepix.vercel.app, are converted into RGB565 C arrays for the firmware using Node.js tools (scrape_claudepix.js, convert_to_c.js) and react to real-time API utilization rates.
  • HID Functionality: Physical buttons on the device send standard BLE HID keyboard reports (Space and Shift+Tab) to the paired host, enabling shortcuts for Claude Code's voice mode and mode toggling.

前景展望基於引用來源的 AI 分析

The emergence of specialized hardware dashboards like Clawdmeter indicates a growing demand for tangible, real-time feedback loops for AI tool usage.
As AI coding assistants become integral to workflows, developers seek immediate, unobtrusive ways to monitor consumption and manage rate limits, moving beyond software-only solutions.
Anthropic may need to clarify or formalize licensing for its brand assets and fonts, especially as community-driven projects like Clawdmeter gain traction.
The 'licensing gray area' highlighted by Clawdmeter's creator suggests a potential conflict between open-source development and proprietary branding that could impact future community contributions.
The proliferation of diverse Claude Code monitoring tools, from terminal-based to desktop apps and physical dashboards, suggests a fragmented user experience for usage tracking.
Users are building various solutions to address the lack of comprehensive, real-time, and easily accessible native usage analytics, indicating a gap Anthropic could fill with enhanced official tools.

時間線

2023-03
Anthropic releases Claude AI chatbot.
2025-05
Anthropic releases Claude Sonnet 4 and Claude Opus 4, introducing API features including a code execution tool.
2025-08
Anthropic releases Claude for Chrome, allowing Claude Code to control the browser.
2025-10
Anthropic releases web version and iOS app for Claude; Claude Haiku 4.5 is released.
2026-02
Anthropic introduces Claude Code Security for codebase vulnerability review.
2026-05
HermannBjorgvin's Clawdmeter project, an ESP32 desk dashboard for Claude Code usage, becomes publicly active on GitHub and is featured in tech news.

AI 週報

閱讀本週精選 AI 大事摘要 →

AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: TechCrunch AI

這是摘要,不是原文。去看原站,或訂閱每週簡報。

每週電子報

每週一封,可隨時退訂。