Avouch: Local, Git-Aware Python Code Reviewer Without LLMs

JeremyCMorgan · x · 2026-08-22

Avouch is a Python code reviewer designed to avoid overengineering. It leverages Git awareness to run AST rules exclusively against files changed in the next commit, preventing noise from untouched legacy code. The tool runs entirely locally without network, daemons, or LLMs, completing checks in seconds before git push, aiming to replace costly and slow AI code review services.

Original post →

More from coding & agent

coding & agent channel →