Installation
Quick Install
npm install -g ralph-starter
Or use directly with npx:
npx ralph-starter
Requirements
- Node.js 18+ - Required for running ralph-starter
- Coding Agent - At least one of:
- Claude Code (recommended)
- Cursor
- Codex
- OpenCode
- Git - For version control features (
--commit,--push,--pr) - GitHub CLI - For PR creation and GitHub source integration
Verify Installation
ralph-starter --version
Optional: API Key Configuration
For direct LLM refinement (faster wizard experience):
# Set Anthropic API key
export ANTHROPIC_API_KEY=your-key-here
# Or add to config
ralph-starter config set apiKey your-key-here
Without an API key, ralph-starter falls back to using your installed coding agent for LLM tasks.
Next Steps
After installation:
- Run
ralph-starterto launch the interactive wizard - Or run
ralph-starter ideasif you need help brainstorming - Check out the Interactive Wizard guide