# About CodeVetter

> Canonical page: https://codevetter.com/about

CodeVetter is an execution-backed verification and evaluation system for coding agents. It determines whether an agent completed a software task correctly using reproducible runtime evidence — not another LLM opinion. The review pipeline runs locally in a Tauri desktop app; your repository never hits a CodeVetter server.

## What it does

The core loop is: task → agent change → executable verification → evidence → measurable verdict. CodeVetter runs tests, type checks, builds, and profiling against the agent's diff, then produces a portable evidence bundle that proves whether the task is done.

## Open source

CodeVetter is open-source under the ISC license. The source lives at github.com/Codevetter/codevetter. The current Apple-silicon macOS build and updater archive are published via GitHub Releases.

## Built by

Sarthak Agrawal — AI infrastructure and product engineer. More at sarthakagrawal.dev.

## Public benchmark

CodeVetter maintains a public benchmark of reproducible verification cases, a scorer, and published results with documented limitations.

## Public product links

- [CodeVetter](https://codevetter.com/)
- [Download](https://codevetter.com/download)
- [Documentation](https://codevetter.com/docs/)
- [Source](https://github.com/Codevetter/codevetter)
