# 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](https://github.com/leanflutter/flutter_distributor) for packaging. ```shell # 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 ``` ## Acknowledgements - [Singbox](https://github.com/SagerNet/sing-box) - [Clash](https://github.com/Dreamacro/clash) - [Clash Meta](https://github.com/MetaCubeX/Clash.Meta) - [FClash](https://github.com/Fclash/Fclash)