An Icelandic developer named Hermann Haraldsson shipped Clawdmeter this week โ a physical desktop dashboard that displays your Claude Code token usage on a small AMOLED screen, with an animated pixel sprite that moves faster as your usage climbs. The BOM is ESP32-S3 microcontroller, Waveshare 2.16-inch AMOLED, lithium battery, total cost around $100. It pairs with your laptop over Bluetooth, reads your OAuth token, and pulls usage numbers directly from Claude Code's API response headers. The code is open source on GitHub and picked up over 800 stars in its launch cycle.
The technical fingerprint is clean and worth noting: the data source is the API response headers themselves, not a parsed log file or scraped UI, so the meter sees what Claude Code sees with the same authority as the CLI. Buttons cycle through session usage, weekly chart, Bluetooth status, and the mode toggle that matches Claude Code's Normal/Accept Edits/Plan/Auto states. Haraldsson told reporters that he had no prior embedded-hardware experience and used Claude itself to walk through the project โ which is the part that lands cleanly as a wrapper-economy artifact: the tool to monitor the tool was built using the tool.
This ships into a context that just shifted under it. Anthropic announced June 15 separation of Claude subscription billing into a chat pool and a programmatic credit pool for agentic work, with no rollover and no per-tier credit numbers published yet. Teams running long Claude Code sessions on real codebases are about to need much sharper visibility into where their token consumption actually goes โ chat-style requests vs sustained tool-call loops โ to budget correctly for two pools instead of one. Clawdmeter is not the answer to that problem at the team level, but it is a clean signal that the community is already building usage-visibility tooling in response.
For builders: the project lives at github.com (search "clawdmeter" โ the repo is public and Haraldsson's name is on it). At ~$100 in parts and an open-source firmware, this is a weekend project rather than a purchase. If the new programmatic credit pool changes your Claude usage patterns enough to want a physical reminder on your desk, the path is short โ and the API-header read pattern in the firmware is reusable for whatever monitor format actually fits your workflow.
