多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-08-22 08:56:48 +00:00
.github/workflows new: add signing to android 2023-08-22 08:39:40 +00:00
android fix: keystoreProperties 2023-08-22 08:56:48 +00:00
assets update icon 2023-08-21 15:18:02 +00:00
ios update icon 2023-08-21 15:18:02 +00:00
lib Update logging 2023-08-22 01:05:27 +03:30
linux update icon 2023-08-21 15:18:02 +00:00
macos update icon 2023-08-21 15:18:02 +00:00
snap/gui update icon 2023-08-21 15:18:02 +00:00
test/domain/profiles Add extra profile metadata 2023-07-25 21:41:12 +03:30
windows fix: name issue 2023-08-21 14:27:23 +00:00
.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 Update LICENSE.md 2023-08-20 20:29:07 +02:00
Makefile Update geo assets url 2023-08-22 01:05:27 +03:30
pubspec.lock update icon 2023-08-21 15:18:02 +00:00
pubspec.yaml update icon 2023-08-21 15:18:02 +00:00
README.md update readme 2023-08-22 08:00:18 +00: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

for platform in [windows linux macos android]:
   # build native library
   $ make $platform-libs windows-libs
   $ make release-$platform

# example:
   $ make windows-libs
   $ make windows-release

Acknowledgements