Get started in minutes.

Review pull requests through the GitHub App, run Mindrealm locally from your terminal, and your agent's stop-hook.

Review pull requests

1

Install the GitHub App

Add Mindrealm to your org and pick the repositories it should review. No CI configuration to write.

2

Open a pull request

Mindrealm clones the branch, reviews every change, and posts a check run with findings annotated on the exact lines that need them.

3

Auto-fix and re-push

Using the mind review CLI or the Claude Code, Codex, or Gemini hook, automatically address the findings and push again.

Install GitHub App

Starts your 7-day free trial.

Run it locally

Install the mind CLI on macOS or Linux:

curl -fsSL https://mindrealm.ai/install.sh | sh

On Windows, in PowerShell:

iwr -useb https://mindrealm.ai/install.ps1 | iex

Or download a binary for your platform from the releases page, then extract it and put mind on your PATH.

Re-run the same command any time to update.

Then authenticate:

mind login

From inside a repository connected to your GitHub App, review your changes:

mind review

Wire it into Claude Code, Codex, or Gemini so it reviews automatically whenever your agent finishes. One command detects your agent and sets up the auto-fix loop:

mind setup

On Gemini, approve the hook once after setup: start Gemini and run /hooks enable-all.

Disagree with a finding? Silence one check with a mind:disable comment on the line above it. It stays recorded and reviewable, never hidden:

// mind:disable                (Go, TypeScript, Rust)
# mind:disable                 (Python)
// mind:disable unused-export  (silence just one analyzer)

See the docs for the full configuration reference, every command, and suppressions.