多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-09-06 23:09:49 +03:30
.github make AppImage zipped for preserving permission in linux 2023-08-26 05:49:52 +00:00
android Add android power manager 2023-09-05 19:03:47 +03:30
assets Add proxies sort 2023-09-06 17:14:24 +03:30
ios Fix android splash screen 2023-08-23 19:59:48 +03:30
lib Change core prefs to use code generation 2023-09-06 23:09:49 +03:30
linux Fix linux build 2023-08-23 20:11:35 +03:30
macos Fix macos dependencies 2023-09-03 15:14:13 +03:30
snap/gui Update icons 2023-08-23 19:32:32 +03:30
test/domain/profiles Add extra profile metadata 2023-07-25 21:41:12 +03:30
windows Remove vclibs 2023-09-06 18:52:43 +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 Fix custom lint 2023-09-06 23:06:52 +03:30
build.yaml initial 2023-07-06 17:18:41 +03:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-08-25 01:01:16 +02:00
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 fix: aab 2023-08-24 20:38:53 +00:00
pubspec.lock Fix general issues 2023-09-06 21:03:43 +03:30
pubspec.yaml Fix general issues 2023-09-06 21:03:43 +03:30
README.md Update README.md 2023-09-06 17:00:46 +02: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

Hiddify Next relies on core library made with GO. if you're interested in building/contributing to that as well follow instructions there.

requirements:

  • Flutter v3.13+
  • Make
  • Android SDK

This project uses flutter_distributor for packaging.

# fetch dependencies and build generated files
$ make get gen

# fetch geo assets
$ make get-geo-assets

for platform in [windows linux macos android]:
   # fetch native libraries for respective platforms, follow core lib instructions for building
   $ make $platform-libs
   $ make release-$platform

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

Acknowledgements