LabNex is an open-source Android app designed for managing GitLab projects https://labnex.app
Find a file
2026-06-18 16:21:03 +02:00
.forgejo Update pr template 2026-06-18 13:43:01 +05:00
app Fix crashes related to theme properties 2026-06-18 19:19:04 +05:00
assets Minor improvements 2024-10-04 12:07:50 +05:00
gradle 8.0 RC2 release 2026-05-18 18:40:36 +05:00
metadata/en-US Replace github.com links to codeberg.org 2026-06-17 12:45:06 +05:00
.gitignore Update libs and fix crash when opening links and theme is not dynamic 2026-04-28 22:03:03 +05:00
build.gradle Initial commit 2024-09-10 19:12:41 +05:00
gradle.properties Replace github.com links to codeberg.org 2026-06-17 12:45:06 +05:00
gradlew Initial commit 2024-09-10 19:12:41 +05:00
gradlew.bat Initial commit 2024-09-10 19:12:41 +05:00
LICENSE Add license and PR template 2024-09-10 19:20:33 +05:00
README.md Replace github.com links to codeberg.org 2026-06-17 12:45:06 +05:00
settings.gradle Update libs and fix crash when opening links and theme is not dynamic 2026-04-28 22:03:03 +05:00

LabNex - Android app for GitLab

LabNex is an open-source Android app for GitLab. You can use it with GitLab.com or your self-hosted GitLab instance. It supports multiple accounts, allowing you to add as many instances as you need.
LabNex is licensed under the GPLv3 License.

License: GPL v3 Release Crowdin

Become a Patreon

Downloads

Get it on F-Droid Get it on Google Play Download builds and releases Get it on OpenAPK

Features

  • Multiple accounts support
  • Projects and groups listing
  • Biometric lock for security
  • Issues, merge requests, and commits
  • Project releases, milestones, and wiki
  • Markdown support with code editor
  • Diff viewer for code changes
  • Localized in multiple languages

Complete feature list →

Screenshots

Dashboard Projects Issues Code

More screenshots →

Add a Custom URL Scheme

Starting with version 7.0.0, LabNex supports a custom URL scheme. This feature allows you to seamlessly open links directly in LabNex for issues, merge requests, projects by using third-party apps like URL Check.

How to Configure URL Check

  1. Install the URL Check app from F-Droid or the Google Play Store.
  2. Make sure it’s set as the default browser app in your Android settings. You can find this under Apps.
  3. Open URL Check app and tap on Module.
  4. Select Pattern Checker and then tap on Json edit.
  5. Copy and paste the following JSON configuration into the editor. You can customize the regex parameter to add your own instances.
  6. Save your changes.

JSON Configuration:

"LabNex": {
  "regex": "^https?://(?:[a-z0-9-]+\\.)*?(gitlab\\.com|framagit\\.org)(/.*)",
  "replacement": "labnex://$1$2"
}

Self-signed certificates

LabNex supports self-signed certificates. You can read more here.

Development

Frequently Asked Questions

View complete FAQ →

Translation

Help translate LabNex on Crowdin. Request new languages here.

Acknowledgments

Thanks to all open-source libraries, contributors, and donors for your support.

Social

Support LabNex

Developing and maintaining LabNex requires significant time and effort. Help us keep the project sustainable and free:

Disclaimer

LabNex is not associated with GitLab or any other entity. It is a standalone, independent project.

All trademarks and logos are the properties of their respective owners.