Skip to content

Getting started

Use rforge when you are building a literature review that must be checked later: what you searched, which papers were kept or excluded, which passages support the claims, and how the final package can be replayed.

Terminal window
curl -fsSL https://raw.githubusercontent.com/TrebuchetDynamics/research-forge/main/install.sh | bash
rforge version

Build from source when you already have Go 1.26+:

Terminal window
go install github.com/TrebuchetDynamics/research-forge/cmd/rforge@latest
Terminal window
rforge project create ./my-review --title "High entropy superconductors"
Terminal window
rforge search import --source openalex --query "high entropy superconductors" \
--pages 3 --project ./my-review
rforge duplicate report --project ./my-review
Terminal window
rforge --project ./my-review ui

The UI is local and helps browse papers, provenance, graph views, screening decisions, and evidence.