ralph-engine
v0.1.0
Published
Autonomous AI development loop engine. Orchestrates AI agent sessions with quality gates, resource monitoring, and progress persistence.
Maintainers
Readme
ralph-engine
Autonomous AI development loop engine. Orchestrates CLI-based AI agent sessions (Claude Code, Codex, Aider, custom) with quality gates, resource monitoring, and progress persistence.
Install
npm install -g ralph-engineUsage
# Initialize project config
ralph-engine init --preset basic
# Run the autonomous loop
ralph-engine run
# Dry run (show plan without executing)
ralph-engine run --dry-runOther install methods
- curl:
curl -fsSL https://raw.githubusercontent.com/diegorodrigo90/ralph-engine/main/scripts/install.sh | bash - Go:
go install github.com/diegorodrigo90/ralph-engine/cmd/ralph-engine@latest - Homebrew:
brew install diegorodrigo90/tap/ralph-engine - Binary: GitHub Releases
Documentation
Full documentation at github.com/diegorodrigo90/ralph-engine.
