Skip to content

RunWield Documentation

RunWield helps you review what an AI plans to do before it changes your code, then verifies the result. Use this manual to install RunWield, start a Session, understand its workflows, and configure it for your project.

RunWield builds on Pi. These pages explain RunWield-specific behavior and link to Pi when the behavior is unchanged. Visit the RunWield website for the product overview.

On macOS or Linux:

Terminal window
curl -fsSL https://raw.githubusercontent.com/gandazgul/runwield/main/install.sh | bash

Make sure ~/.local/bin is on your PATH, then start RunWield from your project root:

Terminal window
wld

On first use, connect a model provider when prompted. Then initialize the project and make a request:

/init
fix the failing parser test
  • Quickstart — install, authenticate, initialize a project, and run your first request.
  • Workspace — use RunWield in a browser or on your phone.

For terminal editing, keybindings, model providers, and other inherited behavior, use the Pi documentation.