This release is a pre-release and may not be stable for production use.
Reachy Mini 🤖
Reachy Mini is an open-source, expressive robot made for hackers and AI builders.
⚡️ 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 your robot's dashboard 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
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.
- 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.
- 🤗Share your app with the community
- 📂 Browse the Examples Folder
- 📓 Tutorial Notebooks: Step-by-step Jupyter notebooks covering connection, movement, camera, and audio
🤖 AI-Assisted Development
Using an AI coding agent (Claude Code, Codex, Copilot, etc.)? You can start building apps right away. Paste this prompt to your agent:
I'd like to create a Reachy Mini app. Start by reading https://github.com/pollen-robotics/reachy_mini/blob/main/AGENTS.md
This AGENTS.md guide gives AI agents everything they need: SDK patterns, best practices, example apps, and step-by-step skills.
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 (see the JavaScript SDK & Web Apps guide).
Prefer to stay in Python for on-robot control loops? After installing the SDK, once your robot is awake, you can control it in just a few lines of code:
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
)
🛠 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.
- Guidelines: Review our contributing guidelines to learn how to contribute code, report issues, or suggest features.
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.
Release files for reachy-mini 1.10.0rc6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reachy_mini-1.10.0rc6.tar.gz | 24.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reachy_mini-1.10.0rc6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 48.4 MB
Release files / reachy_mini-1.10.0rc6.tar.gz
| Download URL | reachy_mini-1.10.0rc6.tar.gz |
|---|---|
| Size | 24.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a34fd3b5201d13f2ad706603845617d95f4da010251502ee02c16ac1906ffa1
|
|
BLAKE2b-256 checksum How to use checksums |
170ed2be50165f255e7d43315ab95d74cb8c127b31295a0f846998bbee2c56a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 21, 2026.
Transparency logRelease files / reachy_mini-1.10.0rc6-py3-none-any.whl
| Download URL | reachy_mini-1.10.0rc6-py3-none-any.whl |
|---|---|
| Size | 24.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9ffb77c2f79c39fb1ad2efc5b8ac6697d4554d92a5998ccec302a9948df3c112
|
|
BLAKE2b-256 checksum How to use checksums |
e8155f961ec8127d35484851fb1b5e2ab2bd7d3571564fa88d4404316d8aca34
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 21, 2026.
Transparency log