多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
problematicconsumer 684acc555d Migrate to singbox
2023-08-19 22:27:23 +03:30
.github/workflows Migrate to singbox 2023-08-19 22:27:23 +03:30
android Migrate to singbox 2023-08-19 22:27:23 +03:30
assets Migrate to singbox 2023-08-19 22:27:23 +03:30
ios new: make better ci and building applications 2023-07-19 12:57:16 +02:00
lib Migrate to singbox 2023-08-19 22:27:23 +03:30
linux Migrate to singbox 2023-08-19 22:27:23 +03:30
macos Migrate to singbox 2023-08-19 22:27:23 +03:30
test/domain/profiles Add extra profile metadata 2023-07-25 21:41:12 +03:30
windows Migrate to singbox 2023-08-19 22:27:23 +03:30
.gitignore Migrate to singbox 2023-08-19 22:27:23 +03:30
.gitmodules Migrate to singbox 2023-08-19 22:27:23 +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 Migrate to singbox 2023-08-19 22:27:23 +03:30
pubspec.lock Migrate to singbox 2023-08-19 22:27:23 +03:30
pubspec.yaml Migrate to singbox 2023-08-19 22:27:23 +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