Files
umbrix/README.md
problematicconsumer b617c95f62 initial
2023-07-06 17:18:41 +03:30

940 B

Hiddify Next

Multi-platform Proxy Frontend

⚠️Hiddify Next is still in early development phase⚠️

Windows and Android supported (more platforms coming soon)

Build from source

requirements:

  • GO v1.19+
  • Flutter v3.10+
  • Make
  • GCC
  • MinGW-w64
  • Android SDK (with CMake and NDK)
# fetch dependencies and build generated files
$ make get gen

# build clash native library for all supported platforms and architectures
$ make android-libs windows-libs

# build apk for android
$ make release-android

Acknowledgements