多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-07-24 19:45:58 +03:30
.github/workflows fix: setup exe files 2023-07-22 12:58:50 +02:00
android initial 2023-07-06 17:18:41 +03:30
assets Refactor profile tile 2023-07-24 19:45:58 +03:30
core@1149e93363 Fix makefile 2023-07-21 22:16:43 +03:30
ios new: make better ci and building applications 2023-07-19 12:57:16 +02:00
lib Refactor profile tile 2023-07-24 19:45:58 +03:30
linux fix: libclash.so 2023-07-22 12:43:27 +02:00
macos Add about page 2023-07-22 16:02:06 +03:30
windows Update build setup 2023-07-21 18:55:29 +03:30
.gitignore Add distribution setup for windows 2023-07-12 18:15:02 +03:30
.gitmodules Add core submodule 2023-07-21 18:31:16 +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 Fix actions 2023-07-21 20:21:21 +03:30
LICENSE.md Create LICENSE.md 2023-07-21 16:59:12 +02:00
Makefile fix: error 2023-07-22 10:58:46 +02:00
pubspec.lock Update dependencies 2023-07-23 12:38:20 +03:30
pubspec.yaml Update dependencies 2023-07-23 12:38:20 +03:30
README.md fix: icon 2023-07-22 09:25:38 +02:00

Hiddify Next

Hiddify Multi-platform Proxy Client

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

Windows, Android, Linux are supported (macOS and iOS is 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