Back to browse
GitHub Repository

Self-hosted AI code reviewer with indexed PR reviews, walkthroughs, vulnerability scanning, dependency graphs, custom rules, and a learning loop.

67 starsPython

Mira – Open-source and self-hosted AI code reviewer

by upmostly·Jun 17, 2026·13 points·2 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Self-hosted AI review with CVE tracking beats Greptile on speed and privacy.

Strengths
  • Org-wide package inventory queries which repos use specific vulnerable dependencies.
  • 77-second average review time versus Greptile's 5-minute queue delays.
  • Blast-radius graphs show dependent files before you change a function.
Weaknesses
  • AI code review is crowded with CodeRabbit, Copilot, and Reviewable already established.
  • Learning loop claims need proof it actually reduces noise over time.
Target Audience

Engineering teams wanting private AI code review

Similar To

CodeRabbit · Greptile · Reviewable

Post Description

Hey HN,

I'm Jay, co-creator of Mira. An open-source, self-hosted AI code reviewer where you BYOK (bring your own key).

Local models are getting really good.

Hosted frontier models are getting really expensive.

So, we built Mira. Mira has some snazzy features too:

- It's really fast at reviewing. Average is 77s compared with Greptile's 5 minutes. Your PRs aren't going into a queue on a cloud somewhere.

- Mira performs a blast radius and see what damage will be done with code change.

- Learns your codebase's patterns from the repo itself and enforces them without a config file.

- It's self-hosted, so your code never leaves your infrastructure. Bring your own model - OpenAI, Anthropic, or a local LLM behind your firewall.

We're really active, and looking for active contributors. Come join us in our discord!

https://github.com/miracodeai/mira

Thanks, Jay

Similar Projects