mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-11 21:01:33 +08:00
多平台自动代理客户端,支持Sing-box、X-ray、TUIC、Hysteria、Reality、Trojan、SSH等。它是一款开源、安全且无广告的客户端。
| .github | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| snap/gui | ||
| test/domain/profiles | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| .metadata | ||
| analysis_options.yaml | ||
| build.yaml | ||
| CODE_OF_CONDUCT.md | ||
| 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 and macOS are supported (PR for iOS welcome)
Download Hiddify Next Pre-Release
- Android: Universal - Arm64 - Arm7 - x86_64
- Windows: x64 Setup - x64 Portable
- Linux: x64 AppImage
- macOS: Universal (x64, M1, M2)
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