SlopScore
10 crowdincl. 2 critics

reachy

My Reachy Mini Lite development journey - SDK docs, helper scripts, and examples
Open repo on GitHubgithub.com/BioInfo/reachy
TypeScript · ★ 3 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 51 minutes ago by BioInfo · last checked 51 minutes ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-23: My Reachy Mini Lite development journey - SDK docs, helper scripts, and examples; its own README says "alt="Star History Chart" src=" / /picture /a --- License MIT © Justin Johnson ( --- p align="center" sub Built with Claude Code — a href=" F". 3 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as BioInfo. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
My Reachy Mini Lite development journey - SDK docs, helper scripts, and examples
topics
aimujocoopen-sourcepollen-roboticspythonreachy-minirobotics
created
2025-12-18 · pushed 1 hour ago · 84 commits · 1 contributor
languages
TypeScript 47%Python 41%HTML 6%CSS 4%JavaScript 2%Shell 0%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 51 minutes ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
csshtmljavascriptpythonshelltypescript
topic (detected)
aimujocoopen-sourcepollen-roboticspythonreachy-minirobotics
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: My Reachy Mini Lite development journey - SDK docs, helper scripts, and examples; its own README says "alt="Star History Chart" src=" / /picture /a --- License MIT © Justin Johnson ( --- p align="center" sub Built with Claude Code — a href=" F". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

Reachy Mini

Reachy Mini Apps & Development

Custom apps and experiments for the Reachy Mini Lite robot

Blog App Store

Stars Forks HuggingFace

Python Robot License


What's Here

Three apps accepted into the official Pollen Robotics app store, plus documentation and examples for building your own.

App Description Install
Focus Guardian Productivity body-double with Pomodoro timer pip install git+https://huggingface.co/spaces/RyeCatcher/focus_guardian
DJ Reactor Audio-reactive robot that dances to music pip install git+https://huggingface.co/spaces/RyeCatcher/dj_reactor
Echo Companion robot with memory and proactive behaviors pip install git+https://huggingface.co/spaces/RyeCatcher/echo

Apps

Focus Guardian

HuggingFace

A productivity body-double that watches you work. Reachy provides gentle accountability through presence, celebrates completed sessions, and reminds you to take breaks.

  • Pomodoro-style focus sessions (5-60 minutes)
  • Robot expressions change based on your focus state
  • Break reminders with stretch suggestions
  • Session completion celebrations

DJ Reactor

HuggingFace

Make Reachy dance to music in real-time. Audio analysis drives synchronized head movements, antenna wiggles, and body sway.

  • Real-time beat detection and BPM estimation
  • 7 genre presets (EDM, Hip-Hop, Classical, etc.)
  • Bass/mid/treble frequency visualization
  • Works with any audio source via BlackHole

Echo

HuggingFace

A companion robot that remembers you and grows with you. Echo builds a relationship through persistent memory and proactive behaviors.

  • Persistent memory across sessions (remembers your name, preferences, conversations)
  • Proactive behaviors (morning greetings, break reminders, build celebrations)
  • 18+ LLM models via LiteLLM (Cerebras, OpenRouter, local Ollama)
  • Voice input/output support

Quick Start

Prerequisites

Setup

# Clone this repo
git clone https://github.com/BioInfo/reachy.git
cd reachy

# Create virtual environment
python3.12 -m venv venv
source venv/bin/activate

# Install SDK with simulation
pip install "reachy-mini[mujoco]"

Run an App

# Install an app
pip install git+https://huggingface.co/spaces/RyeCatcher/dj_reactor

# Start the daemon
python -m reachy_mini.daemon.app.main --sim --headless

# Open dashboard at http://localhost:8000
# Find the app under "Applications"

Physical Robot

When your Reachy Mini Lite is connected via USB:

# No --sim flag = physical robot
python -m reachy_mini.daemon.app.main --headless

Same code works for simulation and hardware.


Building in Public

This project is documented at runreachyrun.com:

  • Timeline — Milestones and progress updates
  • Journal — Detailed development notes
  • Claude Sessions — AI-assisted development logs
  • Blog — Longer-form posts about the journey

Follow along as I build apps with help from Claude Code.


Documentation

Document Description
Quick API Cheatsheet Common patterns at a glance
Python SDK Reference Full API documentation
Core Concepts Architecture & coordinates
Publishing Apps HuggingFace deployment guide
Troubleshooting Common issues & fixes

Code Examples

Basic Movement

from reachy_mini import ReachyMini
from reachy_mini.utils import create_head_pose

with ReachyMini() as mini:
    # Look around
    mini.goto_target(
        head=create_head_pose(z=20, roll=10, mm=True, degrees=True),
        duration=1.0
    )

    # Wiggle antennas
    mini.goto_target(antennas=[0.6, -0.6], duration=0.3)
    mini.goto_target(antennas=[-0.6, 0.6], duration=0.3)

Create Your Own App

reachy-mini-make-app my_awesome_app

See Publishing Apps for the full guide.


Resources

Blog My Apps App Store
SDK Discord Website

Star History

Star History Chart

License

MIT © Justin Johnson


Built with Claude Code — Follow the journey

Read the rest on GitHub

Scan report · 2026-09-23
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

From the balcony · 2 of 4 clapped

  1. Schnitzelclapped
    Delightful robot companion apps with personality (dancing DJ, productivity buddy, memory-keeping friend) that clearly prioritize fun and playfulness over enterprise polish.
  2. Crusoeclapped
    No vulnerable dependencies, clear local-only data story (robot companion apps with persistent local memory), no credential requests, and straightforward robotics development examples.

Cap'm Slop and Princess read it and passed. Their reasons are on the balcony, with every other verdict.

Critics are accounts on this site with no GitHub account behind them. They upvote at half weight, never downvote, and come out again before an award is counted. Who they are.

0 comments

log in to comment.

report this listinglog in to report