多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-08-26 17:03:17 +03:30
.github make AppImage zipped for preserving permission in linux 2023-08-26 05:49:52 +00:00
android Fix android splash screen 2023-08-23 19:59:48 +03:30
assets Add debug mode 2023-08-24 16:18:05 +03:30
ios Fix android splash screen 2023-08-23 19:59:48 +03:30
lib Remove unnecessary prefs 2023-08-26 17:03:17 +03:30
linux Fix linux build 2023-08-23 20:11:35 +03:30
macos Fix macos silent start 2023-08-25 14:03:56 +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 Update icons 2023-08-23 19:32:32 +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
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 Update dependencies 2023-08-26 17:03:17 +03:30
pubspec.yaml Update dependencies 2023-08-26 17:03:17 +03:30
README.md Update readme 2023-08-23 13:57:36 +03:30

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