From db22bc6d11fe10854ae6c1b8630e83cc38a51e89 Mon Sep 17 00:00:00 2001 From: Justin Botelle <226029+botelle@noreply.gitea.com> Date: Wed, 5 Aug 2026 14:13:36 +0000 Subject: [PATCH] Add Minos iOS App (#193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minos is a free, open-source (AGPL-3.0) iOS client for reviewing and merging pull requests, with first-class support for self-hosted Forgejo/Gitea/Codeberg alongside GitHub. The app talks only to the git backend you supply โ€” there's no middleman server and it never phones home โ€” and your access token stays in the device Keychain. Source: github.com/botelle/minos ยท App Store: apps.apple.com/app/id6789465031 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/193 Co-authored-by: Justin Botelle <226029+botelle@noreply.gitea.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cb8887..1a2471d 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Zenith Hosting offers Gitea as a one-click deployment option on the platform. Th #### Mobile - [GitTouch](https://github.com/git-touch/git-touch) - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea, built with Flutter `Apache-2.0` `Dart` +- - [Minos](https://github.com/botelle/minos) - iOS client for reviewing and merging pull requests (Gitea, Forgejo, Codeberg, GitHub); talks only to the backend you supply โ€” no middleman server, no phone-home, token kept in the device Keychain. `AGPL-3.0` `Swift` #### Panel