Radulf is a local-first agent loop that autonomously generates, revises, and presents a reviewable diff for a coding task against a local Git repository using a pipeline of planner, loop, and evaluator agents.

Stars

6

7-day growth

No data

Forks

0

Open issues

0

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It uses a self-improvement loop (Ralph Wiggum loop) with isolated worktrees and supports multiple AI providers (Claude, ChatGPT, GitHub Copilot, OpenRouter, oMLX), can target its own codebase for improvement, and includes a sandboxed execution environment.

Who it is for

  • Developers who want automated code generation with human review
  • Solo developers or small teams working on local Git repos
  • AI/LLM enthusiasts exploring agentic coding pipelines
  • Developers interested in self-improving software projects

Use cases

  • Automate small to medium code changes (features, refactors, fixes) with a reviewable diff
  • Run improvement sprints where the tool proposes and implements its own tasks on a time budget
  • Let the tool improve its own codebase by pointing it at itself
  • Experiment with different AI provider models for planning, implementation, and evaluation

Strengths

  • Local-first design keeps code and data private, no cloud dependency
  • Pipeline produces a clean, reviewable diff with a full transcript for approval or rejection
  • Multi-provider support allows mixing models per role (planner, loop, evaluator)
  • Built-in sandboxing (macOS Seatbelt, Linux bubblewrap) and disk quotas for safety

Considerations

  • Primarily macOS-supported; Linux is best-effort, Windows not supported
  • Designed for single user on localhost; optional auth is basic and not multi-tenant
  • Resource-intensive: uses AI tokens on every iteration and serial queue (no parallelism)

README quick start

Quick start

Related repositories

Similar projects matched by category, topics, and programming language.

TanStack
Featured
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web DevelopmentFrontend Frameworks
14,861
vercel-labs
Featured
vercel-labs GitHub avatar

scriptc

scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.

Developer ToolsCode Quality & Build
1,985
Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191