// developer tool · early preview
Perch Review sits above your other windows and shows every pull request waiting for your attention — with local AI analysis that never leaves your machine.
// Early preview · v0.2.0 · Windows x64 · macOS coming soon
PerchReview-0.2.0.msix to launch the installer.
.msix → Properties → Digital Signatures → Details → View Certificate → Install Certificate →
Local Machine → Trusted Root Certification Authorities. Then run the installer.
// what it does
A focused tool that does one thing well: shows you what needs your attention, right now.
// faq
Everything you need to get Perch Review running with local AI — and keep your team in sync.
Yes — but only for the AI analysis. Ollama is a free, open-source local model runner. Install it from ollama.com, pull any compatible model, and Perch connects to it automatically.
The PR monitor, GitHub & GitLab integration, review age tracking, and all other features work completely without Ollama. The AI panel is fully optional and can be toggled off at any time.
We recommend qwen2.5-coder by Alibaba — currently the strongest open-source model for understanding code structure, following team conventions, and producing actionable review feedback across Go, TypeScript, Python and more.
| GPU VRAM | Model | Pull command |
|---|---|---|
| No dedicated GPU | qwen2.5-coder:7b | ollama pull qwen2.5-coder:7b |
| 6–8 GB VRAM | qwen2.5-coder:14b | ollama pull qwen2.5-coder:14b |
| 16+ GB VRAM | qwen2.5-coder:32b | ollama pull qwen2.5-coder:32b |
The 14b model offers the best balance of review quality and inference speed for most developer machines. If your Ollama instance runs on a server shared across the team, the 32b model delivers noticeably sharper results.
Switching to a better model takes about two minutes and your entire team profile — naming conventions, architecture rules, code commitments — is automatically carried over.
ollama pull qwen2.5-coder:14bYes — this is one of Perch's core collaboration features. When you build a team model, your complete profile (naming conventions, architecture decisions, code commitments, review examples) is embedded directly into the model file.
Any team member who points their Perch instance at the same Ollama server — on the local network or via VPN — can click the model name in KI-Training and have all fields restored automatically. A version badge shows everyone which iteration of the model they're running, making it easy to see who's up to date.
Never. Ollama runs entirely on your hardware. PR diffs are sent to the local Ollama process via localhost — they never touch an external server, API, or cloud service.
Perch does not collect telemetry, usage statistics, or code snippets. Your GitHub and GitLab tokens are stored locally in your system's config directory and are never transmitted anywhere except directly to GitHub's and GitLab's own APIs.
macOS support is in active development. The core app is built with Flutter and already compiles for macOS — we're finalising the always-on-top window behaviour and the macOS release pipeline.
Send us an email and we'll notify you as soon as it's ready.