多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-07-18 00:05:06 +02:00
.github/workflows Update ci.yml 2023-07-18 00:05:06 +02:00
android initial 2023-07-06 17:18:41 +03:30
assets Add silent start for desktop 2023-07-15 18:00:44 +03:30
core initial 2023-07-06 17:18:41 +03:30
ios initial 2023-07-06 17:18:41 +03:30
lib Add silent start for desktop 2023-07-15 18:00:44 +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 Update readme 2023-07-13 17:30:16 +03:30
Makefile initial 2023-07-06 17:18:41 +03:30
pubspec.lock Update dependencies 2023-07-12 22:27:23 +03:30
pubspec.yaml Update dependencies 2023-07-12 22:27:23 +03:30
README.md Update readme 2023-07-13 17:30:16 +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)

This project uses flutter_distributor for packaging.

# 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

# build windows executable
$ flutter_distributor package --platform windows --targets exe

Acknowledgements