Apps & Behaviors

Discover amazing applications and behaviors created by the Reachy Mini community

Featured Applications

Official apps showcasing Reachy Mini's capabilities

🎯 Hand Tracker

Watch Reachy Mini follow your hand movements in real-time using computer vision. This app demonstrates visual servoing and human-robot interaction capabilities.

📹 Real-time hand detection
🎯 Smooth head tracking
Install App

🚦 Red Light Green Light

Play the classic game with Reachy Mini! The robot uses its camera to detect when you move during "red light" and reacts with expressive animations.

👁️ Motion detection
🎭 Expressive reactions
Install App

💃 Dance Dance Mini

Let Reachy Mini show off its moves! This app synchronizes the robot's head and antenna movements to music, creating rhythmic and expressive dance performances.

🎵 Music synchronization
💃 Choreographed movements
Install App

🎨 App Template

Start building your own Reachy Mini application with our template. Includes everything you need to create, test, and deploy custom behaviors.

Quick setup
🚀 One-click deploy
Use Template

Community Creations

Amazing apps built by the Reachy Mini community

🎨 Pictionagent

An AI-powered drawing and guessing game where Reachy Mini collaborates with users to create and identify drawings. Built during a Hugging Face hackathon.

  • AI-powered drawing recognition
  • Interactive guessing game
  • Creative collaboration
Coming Soon

🧠 Reachy Trivia

Test your knowledge with Reachy Mini as your quiz host! The robot asks questions, reacts to answers, and keeps score with expressive animations.

  • Interactive quiz hosting
  • Expressive feedback
  • Score tracking
Coming Soon

🗣️ LLM Companion

Engage in natural conversations with Reachy Mini powered by large language models. The robot responds with appropriate gestures and expressions.

  • Natural language processing
  • Contextual gestures
  • Emotional expressions
In Development

Browse by Category

Find the perfect app for your use case

🎮 Games & Entertainment

Interactive fun for all ages
  • Red Light Green Light ✅ Available
  • Dance Dance Mini ✅ Available
  • Trivia Host 🔄 Coming Soon
  • Pictionagent 🔄 Coming Soon
Browse Games

📚 Educational

Learning and development
  • Programming Tutor 🔄 Coming Soon
  • Language Learning 🔄 Coming Soon
  • STEM Demos 🔄 Coming Soon
  • Scratch Integration 🔄 Planned
Browse Educational

How to Install Apps

Installing apps on your Reachy Mini is simple and takes just a few clicks. All apps are hosted on Hugging Face Spaces for easy discovery and deployment.

1️⃣ Browse apps on Hugging Face Spaces
2️⃣ Click "Install to Robot" button
3️⃣ Enter your robot's dashboard URL
4️⃣ Enjoy your new app!
Browse All Apps
# Or install via Python
from reachy_mini import ReachyMini
from reachy_mini.apps import install_app

robot = ReachyMini()
install_app(robot, "hand_tracker")

# Run the app
robot.apps.hand_tracker.start()

Create Your Own App

Join the community and build amazing experiences for Reachy Mini

🚀 Quick Start

Use our template to create and deploy your first app in minutes

Use Template

📖 Developer Guide

Complete documentation for building Reachy Mini applications

View Guide