A beautiful UI to plan and execute Ralph loops.
Trellico is a Tauri MacOS app that allows you to run Ralph loops—long-running agents that get shit done. Create plans, generate PRDs, and execute agentic loops with full visibility into the AI's reasoning and progress.
- Plan Management - Create and organize development plans
- Ralph Loops - Execute iterative AI development cycles with story-by-story tracking
- Multi-Provider Support - Choose between Claude Code and Amp as your AI backend
- Multi-Folder Support - Work on multiple projects simultaneously with isolated state
- Live Streaming - Watch AI output in real-time as it works
- Session Persistence - Pause and resume AI sessions without losing context
- macOS (Apple Silicon or Intel)
- One of the following AI coding CLIs installed and authenticated:
# Install dependencies
pnpm install
# Run in development mode
pnpm tauri dev
# Build for production
pnpm tauri build- Frontend: React 19, TypeScript, Tailwind CSS
- Backend: Rust, Tauri v2
