Buddi

Buddi

A macOS notch companion for Claude Code.

Anthropic removed /buddy from Claude Code in v2.1.97. Buddi gives your buddy a permanent home in the MacBook notch.


Features

Claude Code Integration

Buddy Characters

18 species — duck, goose, blob, cat, dragon, octopus, owl, penguin, turtle, snail, ghost, axolotl, capybara, cactus, robot, rabbit, mushroom, and chonk. Each buddy has a unique identity generated from your system, with different eyes, hats, rarity levels, and personality stats. They animate through idle, working, reading, sleeping, and error states — matching what Claude Code is doing.

Notch Utility

Requirements

Install

Homebrew

brew install --cask vietairs/buddi/buddi

Manual Download

Download the latest .dmg from the Releases page.

Note: This is an ad-hoc signed build (no Apple Developer cert). On first launch, right-click the app → Open → Open to bypass Gatekeeper.

How It Works

Claude Code → Hooks → Unix Socket → Buddi → Notch UI

Buddi registers hooks with Claude Code on launch. When Claude Code emits events — tool use, thinking, session start/end, permission requests — the hooks forward them to Buddi over a Unix domain socket. The app maps events to buddy animations and UI state. When Claude needs permission, the notch expands with approve/deny buttons.

Remote Sessions

Monitor Claude Code running on remote servers (GPU machines, VMs, Linux boxes) directly in Buddi. A relay server on your Mac bridges remote events back to the notch via SSH tunnel.

Quick setup (4 steps):

1. Build and start the relay server on your Mac:

cd remote/relay-server-rs
cargo build --release
./target/release/buddi-relay

Output confirms listening ports:

Buddi Relay Server (no auth)
  Unix socket : /tmp/buddi.sock
  TCP  port   : 9876  ← for SSH tunnel
  HTTP port   : 9877  ← for direct HTTP

2. Open a persistent SSH reverse tunnel from your Mac:

ssh -R 9876:localhost:9876 user@remote-host

Keep this terminal open while using Claude Code on the remote.

3. On the remote server, install Buddi hooks:

bash /path/to/remote/install-remote-hooks.sh --tcp

4. Start Claude Code on the remote — sessions appear in Buddi automatically.

See Remote Sessions Guide for HTTP mode, environment variables, troubleshooting, and security notes.

Building from Source

  1. Clone the repo
  2. Open buddi.xcodeproj in Xcode 16+
  3. Build and run — SPM dependencies resolve automatically

Acknowledgements

Buddi is built on top of open-source work by others:

See NOTICE for full attribution and licensing details.

License

This project is licensed under the GNU General Public License v3.0.


*Built by [TalkValue](https://trytalkvalue.com?utm_source=github&utm_medium=buddi_repo&utm_campaign=buddi) — we build tools for people who build with AI.* [Event Intelligence Playbook](https://www.linkedin.com/newsletters/event-intelligence-playbook-7432120487045926912/?utm_source=github&utm_medium=buddi_repo&utm_campaign=buddi) · our weekly newsletter on AI + events © 2026 TalkValue