多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-08-22 20:47:17 +00:00
.github/workflows fix: universal sign 2023-08-22 19:35:50 +00:00
android force same version code for all platforms 2023-08-22 20:47:17 +00:00
assets Update icons 2023-08-22 22:31:39 +03:30
ios Update icons 2023-08-22 22:31:39 +03:30
lib Add more logs 2023-08-23 00:06:51 +03:30
linux Update icons 2023-08-22 22:31:39 +03:30
macos Update icons 2023-08-22 22:31:39 +03:30
snap/gui Update icons 2023-08-22 22:31:39 +03:30
test/domain/profiles Add extra profile metadata 2023-07-25 21:41:12 +03:30
windows Update icons 2023-08-22 22:31:39 +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 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 icons 2023-08-22 22:31:39 +03:30
pubspec.yaml Update icons 2023-08-22 22:31:39 +03:30
README.md Add download section in readme 2023-08-22 18:22:51 +00:00

Hiddify Next

Hiddify Multi-platform Proxy Client

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

Windows, Android, Linux and macOS are supported (PR for iOS welcome)

Download Hiddify Next Pre-Release

Build from source

requirements:

  • GO v1.21+
  • 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