Reference and an example for the Bluetooth API for makers in Claude Cowork & Claude Code Desktop
Claude Desktop Buddy is a reference implementation and C++ firmware project that exposes a Bluetooth Low Energy API letting makers connect physical hardware devices to Claude Cowork and Claude Desktop (including Claude Code). The core protocol, documented in REFERENCE.md, uses Nordic UART Service UUIDs and JSON schemas to relay permission prompts, session state, and transcripts from the desktop app to a microcontroller over BLE. The included example targets an M5StickC Plus (ESP32) and runs a desk companion that cycles through seven animated states tied to Claude activity: sleeping when disconnected, visibly agitated when an approval is pending, and celebrating every 50,000 tokens consumed. Physical buttons on the device let users approve or deny permission prompts without touching the computer. Custom GIF character packs up to 1.8MB can be pushed to the device live over BLE via a drag-and-drop target in the Hardware Buddy window. The project is aimed at hardware hobbyists and developers who want to build tangible, reactive accessories for Claude workflows.
- ✓License: NOASSERTION
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Trusted owner (anthropics)
- ✓Documented (README)
git clone https://github.com/anthropics/claude-desktop-buddyResumen de Tools
Lo que la gente pregunta sobre claude-desktop-buddy
¿Qué es anthropics/claude-desktop-buddy?
+
anthropics/claude-desktop-buddy es tools para el ecosistema de Claude AI. Reference and an example for the Bluetooth API for makers in Claude Cowork & Claude Code Desktop Tiene 2.2k estrellas en GitHub y se actualizó por última vez 1mo ago.
¿Cómo se instala claude-desktop-buddy?
+
Puedes instalar claude-desktop-buddy clonando el repositorio (https://github.com/anthropics/claude-desktop-buddy) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar anthropics/claude-desktop-buddy?
+
Nuestro agente de seguridad ha analizado anthropics/claude-desktop-buddy y le ha asignado un Trust Score de 97/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene anthropics/claude-desktop-buddy?
+
anthropics/claude-desktop-buddy es mantenido por anthropics. La última actividad registrada en GitHub es de 1mo ago, con 24 issues abiertos.
¿Hay alternativas a claude-desktop-buddy?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-desktop-buddy en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/anthropics-claude-desktop-buddy)<a href="https://claudewave.com/repo/anthropics-claude-desktop-buddy"><img src="https://claudewave.com/api/badge/anthropics-claude-desktop-buddy" alt="Featured on ClaudeWave: anthropics/claude-desktop-buddy" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies