Brain Wave Collective maintained fork of reachy-mini (originally developed by Pollen Robotics).
Project description
⚠️ Notice: This is a Brain Wave Collective Maintained Fork
This repository is a fork of the original upstream project.
It exists to maintain compatibility with Brain Wave Collective systems and may include dependency or version adjustments that differ from upstream.
If you are not using Brain Wave Collective software, you likely want the official upstream project instead.
All original licensing and attribution are preserved.
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 4 + 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
- Python SDK: Learn to move, see, speak, and hear.
- AI Integrations: Connect LLMs, build Apps, and publish to Hugging Face.
- Core Concepts: Architecture, coordinate systems, and safety limits.
- 🤗Share your app with the community
- 📂 Browse the Examples Folder
🤖 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/develop/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
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 4), 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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reachy_mini_bwc-1.3.1.post2.tar.gz.
File metadata
- Download URL: reachy_mini_bwc-1.3.1.post2.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
017d074f8bba1f09c0cfde46bbc81b78ff77ff551697c83668f87e803fb66520
|
|
| MD5 |
229dcdb149e8d9aa465e7679492a6dd0
|
|
| BLAKE2b-256 |
30751954e7044f56022282bed319f105b3202f07d319f4ab5a33d574463160be
|
File details
Details for the file reachy_mini_bwc-1.3.1.post2-py3-none-any.whl.
File metadata
- Download URL: reachy_mini_bwc-1.3.1.post2-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1405ef71b95794e3389959a084ba2449e4b78f6b51e7be5dd6c6b6f943d49e7f
|
|
| MD5 |
3344e3b09656edfc4f568ddd8d9569e2
|
|
| BLAKE2b-256 |
f79138698f68b0e01fa16b05d3958f53e15375a4c912657d6f1012c6ab41592e
|