Repository installer
Builds a release binary into ~/.local/bin and installs the agent skill.
git clone https://github.com/agentpmhq/rogrep
cd rogrep
./scripts/install.shLocal open source Rust
rogrep turns sessions already on your machine into searchable conversations, inspectable exchanges, Git and PR trajectories, and deterministic statistics.
$ rogrep x "fix the parser"
$ rogrep trajectory --pr 48
$ rogrep stats top --by tokens --since 7d
$ rogrep tuiGet started
Builds a release binary into ~/.local/bin and installs the agent skill.
git clone https://github.com/agentpmhq/rogrep
cd rogrep
./scripts/install.shDownload Linux or macOS archives from the v0.1.0 release and verify the included SHA-256 checksum.
cargo install --path crates/rogrep
rogrep skill installrogrep syncIndex local sessionsrogrep doctorCheck provider coveragerogrep tuiBrowse interactivelyPrivate by construction
rogrep reads provider session stores and writes only rebuildable Tantivy and SQLite data under its own local data directory. There is no daemon, account, telemetry, analytics, or runtime network request.
Privacy and paths ->Workflows
rogrep x "fix the parser"A request and every agent action that followed stay together.
rogrep trajectory --pr 48Rank conversations from captured Git and GitHub operations.
rogrep tool_status:failed tool_cmd:cargoCombine full text with structured facets.
rogrep stats projectsRepeatable local SQLite reports.
Agents welcome
The bundled skill teaches agents when to search, how to drill down, and how to cite evidence.
Set up an agent$ rogrep skill install
$ rogrep skill showTransparent benchmarks
The July 2026 comparison used the same ~730 MB / ~275-session corpus and throwaway data directories. It measured indexing, no-op refresh, footprint, and latencynot relevance quality.
Full methodology!