iOS client / inbox for reviewing/approving PRs

I run Gitea/Forgejo and kept wanting to review and merge PRs away from my desk, with no good mobile option — so I created a simple one. Minos is a free, open-source (AGPL-3.0) iOS app for reviewing and merging pull requests.

It works with Gitea, Forgejo, and Codeberg (and GitHub), including self-hosted instances on a private LAN.

  • Queue split: needs-your-review / yours / all open
  • Full diffs with per-file paging, CI check results, and the conversation thread
  • Comment, approve, request changes, and merge — merge / squash / rebase, your pick
  • Optional push notifications for new PRs, via a webhook relay you host yourself

The design point I care about most: the app talks only to the backend you supply. No middleman server, and it doesn’t phone home — your access token lives in the device Keychain and is sent only to your own git server.

Source: GitHub - botelle/minos: Review and merge pull requests from your phone — GitHub, Gitea, Forgejo, Codeberg. iOS app + optional self-hosted proxy. · GitHub · App Store: ‎Minos PR Inbox App - App Store

It’s early and I’m actively building — happy to hear what’s missing for your Gitea setup.