Ludicrous Ralphy

Parallel Claude Code orchestration with Terminal Grid

development

Developer ToolsDESKTOP2026

Ludicrous Ralphy interface

Overview

Parallel Claude Code orchestration that runs 4 simultaneous AI coding agents, each isolated in its own git worktree so they can modify the same repository on different branches without conflicts. A 7-stage Kanban tracks every task through backlog, ready, in-progress, review, testing, done, and deployed. The terminal grid (2x2, 3x3, or 4x4 layouts) streams real-time PTY output from each agent — you watch all four coding simultaneously. Built on Electron with node-pty and xterm.js for native terminal rendering, 141 tests covering the orchestration lifecycle.

Features

  • Terminal Grid (2x2, 3x3, 4x4 layouts)
  • 4 parallel Claude Code instances
  • Git worktree isolation per task
  • 7-stage Kanban workflow
  • 141 tests passing

Stack

  • Electron
  • React
  • Claude Agent SDK
  • node-pty
  • xterm.js
  • Bun