Documentation
README
ralphex - Autonomous Plan Execution
SCOPE: This command ONLY launches ralphex, monitors progress, and reports status. Do NOT take any other actions.
Step 0: Verify CLI Installation
Check if ralphex CLI is installed:
which ralphex
If not found, guide installation based on platform:
- macOS (Homebrew):
brew install umputun/apps/ralphex - Linux (Debian/Ubuntu): download
.debfrom https://github.com/umputun/ralphex/releases - Linux (RHEL/Fedora): download
.rpmfrom https://github.com/umputun/ralphex/releases - Any platform with Go:
go install github.com/umputun/ralphex/cmd/ralphex@latest
Use AskUserQuestion to confirm installation method, then guide through it. Do not proceed until which ralphex succeeds.
This is the opening of the README. Read the full README on GitHub.