LinuxCommandLibrary

ralph-tui

AI agent loop orchestrator for autonomous task completion

TLDR

Run Ralph with a PRD file
$ ralph-tui run --prd [./prd.json]
copy
Create a PRD with AI assistance
$ ralph-tui create-prd --chat
copy
Initial setup
$ ralph-tui setup
copy

SYNOPSIS

ralph-tui command [options]

DESCRIPTION

ralph-tui is a terminal UI for orchestrating AI coding agents to work through task lists autonomously. It connects your AI coding assistant (Claude Code, OpenCode, Gemini CLI, and others) to your task tracker and runs them in a loop — selecting the highest-priority task, building a prompt, executing the agent, detecting completion, and repeating until all tasks are done.

CAVEATS

Requires an AI coding agent (such as Claude Code) to be installed and configured.

HISTORY

ralph-tui was created by subsy and is written in TypeScript.

SEE ALSO

claude(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard