Files
umbrix/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2023-07-06 17:18:41 +03:30
# Hiddify Next
<p align="center"><img src="assets/images/logo.svg" width="168"/></p>
2023-07-22 09:25:38 +02:00
<p align="center" style="font-size: 20px">Hiddify Multi-platform Proxy Client</p>
2023-07-06 17:18:41 +03:30
<p align="center" style="font-size: 20px">⚠Hiddify Next is still in early development phase⚠</p>
2023-07-22 09:25:38 +02:00
<p align="center" style="font-size: 16px">Windows, Android, Linux are supported (macOS and iOS is coming soon)</p>
2023-07-06 17:18:41 +03:30
## Build from source
### requirements:
- GO v1.19+
- Flutter v3.10+
- Make
- GCC
- MinGW-w64
- Android SDK (with CMake and NDK)
2023-07-13 17:30:16 +03:30
This project uses [flutter_distributor](https://github.com/leanflutter/flutter_distributor) for packaging.
2023-07-06 17:18:41 +03:30
```shell
# fetch dependencies and build generated files
$ make get gen
2023-08-22 08:00:18 +00:00
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
2023-07-06 17:18:41 +03:30
```
## Acknowledgements
2023-08-22 08:00:18 +00:00
- [Singbox](https://github.com/SagerNet/sing-box)
2023-07-06 17:18:41 +03:30
- [Clash](https://github.com/Dreamacro/clash)
- [Clash Meta](https://github.com/MetaCubeX/Clash.Meta)
- [FClash](https://github.com/Fclash/Fclash)