Reachy Mini documentation

Integrations & Apps

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Integrations & Apps

Reachy Mini is designed for AI Builders. Here is how to integrate LLMs and share your work.

Building an App

We provide a CLI tool to generate, check and publish a standard App structure (compatible with Hugging Face Spaces).

See our blog post tutorial: Make and Publish Reachy Mini Apps

HTTP & WebSocket API

Building a dashboard or a non-Python controller? The Daemon exposes full control via REST.

  • Docs: http://localhost:8000/docs
  • Get State: GET /api/state/full
  • WebSocket: ws://localhost:8000/api/state/ws/full

AI Experimentation Tips

  • Conversation Demo: Check out our reference implementation combining VAD (Voice Activity Detection), LLMs, and TTS: reachy_mini_conversation_demo.
Update on GitHub