cindy
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
它在原始 Clawdmeter 的基础上增加了仪表盘风格的状态页面(时钟、天气、智能体活动)、通过板载扬声器播放的每日语音问候,以及实时的 Claude Code 用量环,同时保持为业余爱好项目,与 Anthropic 无任何官方关联。
A tiny round AMOLED desk display that shows your live Claude Code usage, the time, the London weather, the health of your background agents, and an animated pixel mascot - and greets you out loud twice a day. It runs on a Waveshare ESP32-S3-Touch-AMOLED-2.16 and talks to a small macOS daemon over Bluetooth LE.
This is a personal fork/extension of the open-source Clawdmeter by Hermann Bjorgvin. It is an independent, unofficial hobby project and is not affiliated with, endorsed by, or sponsored by Anthropic. See Credits & License.
The finished build on my desk. The crisp screenshots further down are captured straight off the panel's framebuffer.
The display has two pages. Press the middle PWR button to flip between them.
Your live Claude Code limits, straight from the Anthropic usage API:
A bento-style dashboard:
tmux session, each with an identity icon. Whichever agent is actively working
gets a pulsing orange highlight behind its cell.The agent-dots panel is tailored to a specific multi-agent setup (it looks for
named tmux windows). If you don't run agents that way the dots simply stay
idle - everything else works unchanged. See Customizing.
| Action | What it does |
|---|---|
| Tap PWR (middle button) | Cycle pages: Usage ⟷ Status |
| Hold PWR ~3 s | Pairing mode (clears the Bluetooth bond) |
| Side buttons | BLE HID keys you can use inside Claude Code (e.g. push-to-talk) |
| Part | Notes |
|---|---|
| **[Waveshare ESP32-S3-Touch-AMOLED-2.16](https://www. |
A round AMOLED desk display for your live Claude Code usage, weather, background-agent health, and a daily voice greeting. ESP32-S3 + macOS BLE daemon. Fork of Clawdmeter.
根据分类、Topic 和编程语言匹配的相似项目。
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.