GitNex is a FOSS Android client (available both as gratis & paid) for the Git repository management tools Forgejo and Gitea.
Licensed under the GPLv3 License. Please refer to the LICENSE file for the full text of the license. No trackers are used, and the source code is available here for anyone to audit.
For the best experience, please ensure that you are using the latest stable release or later of your Forgejo or Gitea instance.
Option 1: Download the source code, open it in Android Studio, and build it there.
Option 2: Open the terminal (Linux) and navigate to the project directory. Then, run: ./gradlew assembleFree
- Multiple accounts support
- File and directory browser
- File viewer
- Create files
- Explore repositories / issues / organizations / users
- Pull requests
- Files diff for PRs
- Notifications
- Notes
- Repositories / issues list
- And much more...
We welcome contributions! For information regarding contribution guidelines, please click here.
We use Crowdin for translations. If you can, please help improve the translation for your language. If your language is not listed, please request to add it to the project here.
Translation Portal: https://crowdin.com/project/GitNex
Starting with version 11.0.0, GitNex supports a custom URL scheme. This feature allows you to seamlessly open links directly in GitNex for issues, pull requests, commits, profiles, and repositories by using third-party apps like URL Check.
- Install the URL Check app from F-Droid or the Google Play Store.
- Open the app and tap on Module.
- Select Pattern Checker and then tap on Json edit.
- Copy and paste the following JSON configuration into the editor. You can customize the
regexparameter to add your own instances. - Save your changes.
JSON Configuration:
"GitNex": {
"regex": "^https?://(?:[a-z0-9-]+\\.)*?(codeberg\\.org|gitea\\.com|.*\\.gitea\\.io)(/.*)",
"replacement": "gitnex://$1$2"
}
Thank you to all the open source libraries, contributors, and donors who make GitNex possible.
- square/retrofit
- google/gson
- square/okhttp
- bumptech/glide
- noties/Markwon
- ocpsoft/prettytime
- ramseth001/TextDrawable
- vdurmont/emoji-java
- skydoves/ColorPickerView
- Baseflow/PhotoView
- apache/commons
- ge0rg/MemorizingTrustManager
- mikaelhg/urlbuilder
- ACRA/acra
- chrisvest/stormpot
- AmrDeveloper/CodeView
Follow on social media:
All trademarks and logos are the properties of their respective owners.