GitHub Organization

github.com/Fenix-Uz

A separate open repo for each platform. Source code, commit history, Pull Requests, and Issues β€” all under open public oversight.

# Android
$ git clone https://github.com/Fenix-Uz/android.git
$ cd android && ./gradlew assembleRelease

# iOS
$ git clone https://github.com/Fenix-Uz/iOS.git
$ cd iOS && pod install

# Web (PWA)
$ git clone https://github.com/Fenix-Uz/web.git
$ cd web && npm install && npm run build
Five platforms β€” five repos

Each device type is independent

FenixUz runs on Android, iOS, macOS, Desktop (Windows/Linux), and Web browsers. Independent source code on GitHub for each.