Reachy Mini is an open-source, expressive robot made for hackers and AI builders.
Choose your platform to access the specific guide:
uv for 10-100x faster app installations (auto-detected, falls back to pip).
Reachy Mini comes with an app store powered by Hugging Face Spaces.
👉 Browse all apps on Hugging Face
Using an AI agent (Claude Code, Copilot)? Paste this prompt:
I'd like to create a Reachy Mini app. Start by reading https://github.com/pollen-robotics/reachy_mini/blob/develop/AGENTS.md
from reachy_mini import ReachyMini
from reachy_mini.utils import create_head_pose
with ReachyMini() as mini:
# Look up and tilt head
mini.goto_target(
head=create_head_pose(z=10, roll=15, degrees=True, mm=True),
duration=1.0
)
Reachy Mini robots are sold as kits and take 2 to 3 hours to assemble. Detailed guides are available in the specific platform folders.
Join our Discord to share your moments and get help. Found a bug? Open an issue on our GitHub repository.