Reachy Mini documentation
Reachy Mini π€
Reachy Mini π€
Reachy Mini is an open-source, expressive robot made for hackers and AI builders.
π Buy Reachy Mini
β‘οΈ Build and start your own robot
Choose your platform to access the specific guide:
| π€ Reachy Mini (Wireless) | π Reachy Mini Lite | π» Simulation |
|---|---|---|
| The full autonomous experience. Raspberry Pi CM4 + Battery + WiFi. | The developer version. USB connection to your computer. | No hardware required. Prototype in MuJoCo. |
| π Go to Wireless Guide | π Go to Lite Guide | π Go to Simulation |
β‘ Pro tip: Install uv for 10-100x faster app installations (auto-detected, falls back to
pip).
π± Apps & Ecosystem
Reachy Mini comes with an app store powered by Hugging Face Spaces. You can install these apps directly from Reachy Mini Control with one click!
- π£οΈ Conversation App: Talk naturally with Reachy Mini (powered by LLMs).
- π» Radio: Listen to the radio with Reachy Mini !
- π Hand Tracker: The robot follows your hand movements in real-time.
π Browse all apps on Hugging Face
π Getting Started with Reachy Mini SDK
Quick Look
Most Reachy Mini apps are web / JS apps: a static page that drives the robot over WebRTC from any browser, with zero install for whoever uses it. This is the recommended path for new apps. The fastest way is to describe your idea to an AI coding agent:
Iβd like to build a Reachy Mini web app that [waves when I say hello]. Read https://github.com/pollen-robotics/reachy_mini/blob/main/AGENTS.md first β it has everything you need.
Prefer to stay in Python for on-robot control loops? The Python SDK is still available:
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
)User guides
- Installation: 5 minutes to set up your computer
- Quickstart Guide: Run your first behavior on Reachy Mini
- JavaScript SDK & Web Apps: Build browser apps that drive the robot over WebRTC β the easiest way to share your apps.
- Building & Publishing Apps: Create, test, publish, and debug Reachy Mini apps.
- AI Integrations: Connect LLMs, build Apps, and publish to Hugging Face.
- Core Concepts: Architecture, coordinate systems, and safety limits.
- Python SDK: Full robot control from Python β scripts, control loops, and on-robot code.
- Tutorials: Hands-on Jupyter notebooks to learn the SDK step by step.
- π Browse the Examples Folder
π Hardware Overview
Reachy Mini robots are sold as kits and generally take 2 to 3 hours to assemble. Detailed step-by-step guides are available in the platform-specific folders linked above.
- Reachy Mini (Wireless): Runs onboard (RPi CM4), autonomous, includes IMU. See specs.
- Reachy Mini Lite: Runs on your PC, powered via wall outlet. See specs.
β Troubleshooting
Encountering an issue? π Check the Troubleshooting & FAQ Guide
π€ Community & Contributing
- Join the Community: Join Discord to share your moments with Reachy, build apps together, and get help.
- Found a bug? Open an issue on this repository.
- Next Steps: Check out our roadmap and share your feedback!
License
This project is licensed under the Apache 2.0 License. See the LICENSE file for details. Hardware design files are licensed under Creative Commons BY-SA-NC.
Update on GitHub