Open source · ESP32 · Built for Claude

Clawd on every desk.

The Claude edition of Tamagooshi puts Clawd, Claude's pixel mascot, on a palm-size handheld that pairs with Claude Code over BLE. It works while your agent works, celebrates when tasks land, and lets you approve actions or talk to Claude without touching the keyboard.

Warm tones are the on-screen theme. The shell itself ships in the standard gray body.

Claude Code hub BLE device mood

Demo

Real screen captures from the Claude edition, shown on the device. The firmware draws the same 135 × 240 screen in the simulator and on hardware, so this is exactly what ships.

REAL RECORDING · NO SOUND

    Configure & flash

    The config builder opens pre-seeded with the Claude brand: the Clawd pack, the terracotta themes, the Claude agent, and BLE only. Adjust anything, flash it over USB right there, or download the config.yaml into brands/claude/.

    • Same builder, Claude defaults. Every field from the config reference applies here too.
    • Three ways to run it. Browser, macOS app, or Docker, covered in Build & flash.
    • Lean image. Bake the brand in at compile time instead.
    Open the config builder
    make brand BRAND=claude                              # generate headers into firmware/.gen/current
    cd firmware && pio run -e m5stickc-plus -t upload    # build + flash (pick your board's env)