Ralphy is a tool that runs Claude Code in an autonomous loop overnight: you queue up tasks, and it works through each one to completion (plan → execute → validate → iterate → commit to a branch) unattended.
I built this on the side to scratch my own itch. As I'm French, Ralphy is a chef who manages the kitchen. I kept wanting to hand off tasks before going to bed and wake up to work already done, instead of waking up during the night.
It's based on Frank Bria's ralph-claude-code, which itself is based on Geoff Huntley's "ralph" loop. The idea is dead simple: keep re-prompting the agent until the task is actually done.
If you have a Claude subscription and hit the usage limits, you can add the session to Ralphy and it will automatically resume the work as soon as your limits reset.
It's open source, so give it a try! I'd be happy to improve it based on your feedback.