多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-07-12 18:15:02 +03:30
android initial 2023-07-06 17:18:41 +03:30
assets Add Farsi(fa) language 2023-07-08 23:16:22 +03:30
core initial 2023-07-06 17:18:41 +03:30
ios initial 2023-07-06 17:18:41 +03:30
lib Add Farsi(fa) language 2023-07-08 23:16:22 +03:30
linux initial 2023-07-06 17:18:41 +03:30
macos initial 2023-07-06 17:18:41 +03:30
windows Add distribution setup for windows 2023-07-12 18:15:02 +03:30
.gitignore Add distribution setup for windows 2023-07-12 18:15:02 +03:30
.metadata initial 2023-07-06 17:18:41 +03:30
analysis_options.yaml initial 2023-07-06 17:18:41 +03:30
build.yaml initial 2023-07-06 17:18:41 +03:30
distribute_options.yaml Add distribution setup for windows 2023-07-12 18:15:02 +03:30
Makefile initial 2023-07-06 17:18:41 +03:30
pubspec.lock Add Farsi(fa) language 2023-07-08 23:16:22 +03:30
pubspec.yaml Add Farsi(fa) language 2023-07-08 23:16:22 +03:30
README.md initial 2023-07-06 17:18:41 +03:30

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