A user is looking for GitHub to support local AI models for code review, as many current tools are SaaS-only, which is problematic for private repositories and internal code.
Built an open-source tool for **AI code review** that can work with both **local models (via Ollama)** and **cloud LLMs**. Main reason I made it: a lot of AI review tools are SaaS-only, which is awkward if you’re working with private repos, internal code, or anything under NDA. A few things it does: * reviews PRs automatically * can run fully local if needed * supports multiple providers * uses repo context / RAG instead of looking only at the diff * works in CI as a GitHub Action Right now I’ve been testing it on real PR examples with models like **DeepSeek v3.1** and **Qwen** to compare how useful the reviews actually are. Links: * Source: [`github.com/codefox-lab/CodeFox-CLI`](http://github.com/codefox-lab/CodeFox-CLI) * Demo: [`github.com/codefox-lab/Demo-PR-Action`](http://github.com/codefox-lab/Demo-PR-Action) Would genuinely like feedback from people here: * do you trust local models for code review yet? * which provider/model would you want to see added next?