Installation
Install the CommitBrief CLI.
CommitBrief is a local-first, provider-agnostic command-line tool that runs AI code review over your staged changes, branches, or a range of pull requests — with zero telemetry.
Install
CommitBrief runs from your terminal. Install it globally, or run it on demand:
<pre class="astro-code github-dark" style="background-color:#24292e;color:#e1e4e8; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word;" tabindex="0" data-language="bash"><code><span class="line"><span style="color:#6A737D"># run without installing</span></span> <span class="line"><span style="color:#B392F0">npx</span><span style="color:#9ECBFF"> commitbrief</span><span style="color:#79B8FF"> --help</span></span></code></pre>Verify
<pre class="astro-code github-dark" style="background-color:#24292e;color:#e1e4e8; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word;" tabindex="0" data-language="bash"><code><span class="line"><span style="color:#B392F0">commitbrief</span><span style="color:#79B8FF"> --version</span></span></code></pre>Note
CommitBrief is local-first: your diffs are sent only to the AI provider you configure, and the tool collects no telemetry of its own.
Next: run your first review.