mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-29 21:01:08 +08:00
多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
| .github/workflows | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| snap/gui | ||
| test/domain/profiles | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| analysis_options.yaml | ||
| build.yaml | ||
| distribute_options.yaml | ||
| LICENSE.md | ||
| Makefile | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
Hiddify Next
Hiddify Multi-platform Proxy Client
⚠️Hiddify Next is still in early development phase⚠️
Windows, Android, Linux are supported (macOS and iOS is coming soon)
Build from source
requirements:
- GO v1.19+
- 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