rho-coding-agent 1.8.2

A lightweight agent harness inspired by Pi
Documentation

Rho

Ask DeepWiki

Rho is a lightweight agent harness inspired by Pi, built in Rust to stay fast and memory-efficient.

Install

Install on macOS and Linux:

curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/matthewyjiang/rho/main/scripts/install.sh | sh

On Windows PowerShell:

irm https://raw.githubusercontent.com/matthewyjiang/rho/main/scripts/install.ps1 | iex

Or with Scoop:

scoop bucket add rho https://github.com/matthewyjiang/rho
scoop install rho

Or install from crates.io with Cargo:

cargo install rho-coding-agent

Usage

rho

For one-off prompts:

rho run "summarize this repository"

Docs

Read the documentation at https://matthewyjiang.github.io/rho/.

Development

cargo build
cargo test