### Build GitNex from Source using Gradle Source: https://github.com/gitnex/gitnex/blob/main/README.md Navigate to the project directory in your terminal and execute the Gradle wrapper to assemble the free version of the application. ```bash ./gradlew assembleFree ``` -------------------------------- ### Configure GitNex Custom URL Scheme Source: https://github.com/gitnex/gitnex/blob/main/README.md Use this JSON configuration in the URL Check app to enable opening GitNex links directly from other applications. Customize the 'regex' to include your specific GitNex instances. ```json "GitNex": { "regex": "^https?://(?:[a-z0-9-]+\\.)*?(codeberg\\.org|gitea\\.com|.*\\.gitea\\.io)(/.*)", "replacement": "gitnex://$1$2" } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.