• wenil released this 2026-06-21 14:51:50 +03:00 | -15 commits to main since this release

    First v2 build for Windows 11 — a standalone tray app that drives the Waveshare AMOLED-2.06 watch with your Claude usage and live "Now Playing".

    Download & run — no Python required

    1. Pair the watch once: Settings → Bluetooth & devices → Add device → "Claude Controller".
    2. Sign in to Gitea, then download Clawdmeter.exe — direct link (works even if the asset button below sends you to an internal address):
      https://gitea.bvrdo.online/wenil/clawdmeter/releases/download/v2.0-beta.1/Clawdmeter.exe
    3. Double-click it. A tray icon appears; the watch updates within ~10 s.
    4. Right-click the tray icon → Start at login to launch it automatically every logon.

    Everything is bundled (its own Python, the WinRT BLE stack, the media-session reader) — no install, no pip. No console window; it logs to %LOCALAPPDATA%\Clawdmeter\daemon.log. Full guide: daemon/README-windows.md.

    Unsigned build — Windows SmartScreen may warn on first run ("More info → Run anyway"). Code-signing is planned.

    What's new in v2 (so far)

    • Now Playing on the watch — title / artist / play-pause, read live from the Windows media session.
    • Real-time music, calm API — the media session is polled every 3 s and pushed the instant a track or play/pause changes, while the Claude usage API stays at once per minute.
    • Robust long titles — fixed a BLE write that overflowed on long / Cyrillic titles (reliable long-write + native UTF-8).
    • Standalone .exe — runs on any Windows 11 machine, no Python.
    • Autonomous OAuth token refresh — no manual re-login when the token expires.
    • Session-vs-API usage split, token-count/pricing fixes, and BLE adapter-removal resilience (Phase 4).

    Integrity

    SHA-256 a46b6caa41cd5407b73bb0b947e0832fb32148f6312af73bfdd2c3e209b259fc Clawdmeter.exe

    Built from ec8322f on branch v2-dev. Watch firmware: build/flash env waveshare_amoled_206 under firmware/. This is a development beta — Home Assistant, a daemon web UI, and the final v2.0 are still to come.

    Downloads