Menu

Buddy navigation

Hackathon Edition

Your AI agent's mood, on your desk.

Buddy turns Codex / Claude / Enter session state into a tiny pixel pet on a real device. Glance at the screen, not 12 tabs.

M5StickC Plus · 64×64 pet display
Pet states

Six moods. One glance.

Buddy maps your agent's session signals to expressive pixel states. No reading logs.

Thinking
Thinking

Agent is reasoning. Pet is curled up, ears twitching.

Busy
Busy

Tools are running. Pet sprints across the screen.

Waiting
Waiting

Approval needed. Pet peeks at you and waits.

Error
Error

Something failed. Pet trips over and looks up.

Done
Done

Task finished. Pet does a little happy dance.

Idle
Idle

No activity. Pet curls up and naps.

Why

Codex left a tool-call waiting. You moved on.

Modern AI agents pause for approval, get blocked on errors, and finish silently in the background. Your terminal scrolls past it. Buddy keeps that one signal where you can actually see it — on a 64×64 screen sitting next to your keyboard.

Without Buddy

Approval prompt buried under 200 lines of tool output. You notice 10 minutes later.

With Buddy

Pet is staring at you. You glance over, hit enter, get back to work.

How it works

Three pieces. One pet.

Codex / Claude / Enter

Your AI session, unchanged.

buddy CLI

Watches the session, builds a snapshot.

MQTT

Streams the snapshot to your device.

Pet on device

Renders the matching pixel state.

Quick start

Start Codex, Claude, or Enter.

Codex Claude Enter
  1. 01 Install the CLI
    npm install -g hibuddy
  2. 02 Pair your device
    buddy init --key buddy_xxx
  3. 03 Start Codex
    buddy codex
  4. 04 Enable Claude / Enter hooks
    buddy install-claude-hooks
    buddy claude   # or launch Enter normally

No device yet? Try buddy status to inspect the latest local snapshot.

FAQ

Quick answers.

Do I need the hardware?

No. The CLI keeps the latest snapshot locally, so you can inspect it with buddy status.

Which agents are supported?

Codex through the Buddy wrapper, and Claude / Enter through Claude hooks.

Is it open source?

Yes. The CLI, firmware, and site are all on GitHub.

Where do I buy a device?

We ship a reference build on M5StickS3. See the Buy link above for the current channel.

Ready

Open the console and pair a device.

Open Console