A native iOS and macOS client for self-hosted Gitea instances.
- Repositories - Browse your repositories, view files, and manage subscriptions
- Issues - Create, view, and comment on issues
- Pull Requests - Create, review, and comment on pull requests
- Notifications - Stay up to date with your Gitea notifications
- Deep Links - Open Gitea URLs directly in the app (PR creation links, issues, etc.)
- Dark Mode - Full support for light, dark, and tinted app icons
- iOS 18.0+ / macOS 15.0+ (Mac Catalyst)
- A self-hosted Gitea instance
- A personal access token with appropriate scopes
- Open your Gitea instance in a browser
- Navigate to Settings → Applications
- Create a new access token with these scopes:
read:userread:repositoryread:issue,write:issueread:notification,write:notification
- Launch iTea and enter your server URL and token
Open Gitea for iOS.xcodeproj in Xcode 16+ and build for your target device.
- MarkdownUI - Markdown rendering
iTea does not collect any data. Your credentials are stored securely in the iOS/macOS Keychain and are only used to communicate with your specified Gitea server.
See Privacy Policy for details.
MIT License - see LICENSE for details.
- Gitea - The self-hosted Git service this app connects to
- MarkdownUI - Markdown rendering
iTea is not affiliated with or endorsed by the Gitea project.