多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-09-15 16:47:18 +02:00
.github fix: dependency issue 2023-09-15 16:41:20 +02:00
.vscode Add basic flavors 2023-09-12 15:22:58 +03:30
android Add android per-app proxy 2023-09-13 23:19:16 +03:30
assets Improve accessability 2023-09-14 15:20:48 +03:30
ios Fix android splash screen 2023-08-23 19:59:48 +03:30
lib fix: keep the link as it is. fix the issue with & 2023-09-15 16:47:18 +02:00
libcore@1b31bd7a4b Release v0.1.0 2023-09-11 21:19:55 +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 Add vclibs 2023-09-08 20:16:16 +03:30
.gitchangelog.rc new: automated version release 2023-09-15 10:44:41 +02: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
.prettierrc Update ci 2023-09-11 20:24:55 +03:30
.release_notes.tpl update 2023-09-15 11:08:21 +02:00
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
changelog.md release: version 0.5.5.dev 🚀 2023-09-15 12:30:53 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-08-25 01:01:16 +02:00
dependencies.properties fix: dependency issue 2023-09-15 16:41:20 +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: tag version issue 2023-09-15 11:23:45 +02:00
pubspec.lock Add accessability semantics 2023-09-12 00:05:44 +03:30
pubspec.yaml release: version 0.5.5.dev 🚀 2023-09-15 12:30:53 +02:00
README.md Update README.md 2023-09-12 00:49:14 +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

Support

  • V2Ray Subscription link (e.g., vless:// vmess:// ss:// trojan:// tuic://)
  • Clash / Clash Meta link
  • Singbox Config

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