Hey Reachy

Support — Hey Reachy

Hey Reachy is an independent, open-source client for the Reachy Mini. Everything below is answered in public, so the fastest route is usually an issue rather than an email.

What you need

Getting help

First-run snags

The app cannot find the robot. iOS asks for the Local Network permission the first time the app looks for a robot, and discovery finds nothing until it is granted. If it was dismissed, turn it back on in Settings → Hey Reachy → Local Network. Failing that, type the robot’s address by hand in the field under the robot list on the Connect screen — reachy-mini.local or its IP.

A Lite robot or a simulated daemon is not reachable from a phone. Both are the same daemon run on a computer, and it binds that computer’s loopback unless it was started with --fastapi-host 0.0.0.0. Same Wi-Fi or not, the connection is refused by that computer before the daemon ever sees it.

Bluetooth setup does not complete. The Bluetooth provisioning path is written against the daemon’s own bluetooth_service.py and verified against stubs, but it has not yet run against real hardware — treat it as the least proven part of the app, and please report what you see. The fallback is to join the robot’s own hotspot and set Wi-Fi up over that.

Nothing loads after a network change. Robots are identified by hardware id rather than by address, so the same robot on a new IP is still the same robot; pull to refresh, or reconnect from the Connect screen.

The 3D scene is missing on a remote session. A session through the Hugging Face relay carries commands and the camera, but not the 3D scene — its URDF and meshes are fetched over plain HTTP, which the relay does not carry.

A note on your network

The robot’s daemon provides no authentication and no encryption of its own. Use Hey Reachy on a trusted private network or on the robot’s own access point — never through a port forward or a public address. Reaching a robot from outside its network goes through the Hugging Face relay, which brokers a WebRTC session between two peers authenticated with the same account, so the daemon’s port is still never exposed.

Privacy

Nothing is collected — see the privacy policy.

Not affiliated with Pollen Robotics

Hey Reachy is unofficial. For questions about the robot itself, its firmware or its warranty, contact Pollen Robotics.