多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
Go to file
2023-10-05 22:48:11 +03:30
.github new: add russian lang 2023-10-05 15:22:48 +02:00
.vscode Add basic flavors 2023-09-12 15:22:58 +03:30
android Fix android bundle abi 2023-09-23 00:54:17 +03:30
assets update translation 2023-10-05 15:34:44 +02:00
ios feat: add sentry 2023-09-17 00:23:31 +03:30
lib Add proxy tag sanitization 2023-10-05 22:48:11 +03:30
libcore@dced5a30d0 Fix bugs 2023-10-05 22:47:24 +03:30
linux feat: add sentry 2023-09-17 00:23:31 +03:30
macos update dependencies and general fixes 2023-09-18 22:34:17 +03:30
snap/gui Update icons 2023-08-23 19:32:32 +03:30
test Add local profile 2023-10-02 18:51:14 +03:30
windows feat: add sentry 2023-09-17 00:23:31 +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.7.2 2023-10-04 18:07:09 +03:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-08-25 01:01:16 +02:00
dependencies.properties Add proxy tag sanitization 2023-10-05 22:48:11 +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 auto update translations on release 2023-10-05 16:20:05 +02:00
pubspec.lock Add retry for network ops 2023-10-03 12:01:12 +03:30
pubspec.yaml release: version 0.7.2 2023-10-04 18:07:09 +03:30
README.md Change build setup 2023-09-22 14:16:21 +03:30

Hiddify Next

Multi-platform, Sing-box (universal proxy toolchain) client

Features

  • Multi-platform support: Android, Windows, Linux and macOS (PRs for iOS are welcome)
  • Easy to use with a simple UI
  • Sing-box, Clash, Clash meta, V2ray configs supported

Download

For latest releases (including pre-releases), visit releases page

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 translate 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