Agent CLI

Install the FriendlyReviewer workflow in your AI coding tool.

Give Cursor, Claude Code or your preferred assistant one public workflow URL. It will guide the tool, install `fr-agent` when needed, run the review, and ask before applying changes.

Ask Your Agent To Install It

Paste this prompt into your coding assistant from the repository you want FriendlyReviewer to review:

I want to install a new workflow for this project. It is located here: https://friendlyreviewer.fr/workflows/friendly-review.md

The assistant can fetch the Markdown workflow, place it in the right project location, and follow its steps when you ask for a FriendlyReviewer review.

Manual CLI Install

The workflow normally handles this step itself. If you want to prepare a machine manually, use the signed-by-checksum installer for your platform:

# Linux / macOS curl -fsSL https://friendlyreviewer.fr/downloads/fr-agent/install.sh | sh # Windows PowerShell irm https://friendlyreviewer.fr/downloads/fr-agent/install.ps1 | iex