2023-10-07 08:26:09 +03:30
[** فارسی**](README_fa.md)
2023-07-06 17:18:41 +03:30
<p align="center"><img src="assets/images/logo.svg" width="168"/></p>
2023-10-07 08:26:09 +03:30
<p align="center">
2023-10-07 09:07:32 +03:30
2023-10-07 09:06:53 +03:30
<!--[](https://play.cuzi.workers.dev/play?i=org.mozilla.firefox&l=Android&m=$version)-->
[](https://github.com/hiddify/hiddify-server/)[](https://github.com/hiddify/hiddify-next/)[](https://www.youtube.com/@hiddify )[](https://telegram.dog/hiddify)[](https://telegram.dog/hiddify_board)
2023-10-07 08:26:09 +03:30
</p>
2023-10-07 09:08:29 +03:30
## What is Hiddify-Next?
2023-09-22 14:16:21 +03:30
<p align="center" style="font-size: 16px">Multi-platform, Sing-box (universal proxy toolchain) client</p>
2023-07-06 17:18:41 +03:30
2023-10-07 08:06:39 +03:30
## 🚀 Main features:
⭐ Ease of use with a simple UI
✈️ Multi-platform support: Android, Windows, Linux and macOS (PRs for iOS are welcome)
⚙️ App based on Sing-box
🔍 Auto selection of the best server and config
2023-10-07 08:07:11 +03:30
🟡 Supporting a wide range of protocols:
2023-10-07 08:06:39 +03:30
Sing-box, V2ray, Xray, Vless, Vmess, Reality, TUIC, Hysteria, Shadowtls, SSH, Clash, Clash meta
🟡 Supporting different subscription links:
Clash, Sing-box and Shadowsocks
🔄 Automatic update of subscription link and configurations
🔎 Display profile information including remaining day and traffic
📱 Completely free and without any ads and interruptions
🛡 Open source and completely secure
🌙 Dark and light modes
⚙ Compatible with all panels
⭐ Appropriate configuration for Iran, China, Russia and other countries
💻 Release of Android version on [Google Play ](https://play.google.com/store/apps/details?id=app.hiddify.com )
2023-08-23 13:57:36 +03:30
2023-09-09 22:52:28 +02:00
2023-09-22 14:16:21 +03:30
## Download
For latest releases (including pre-releases), visit [releases page ](https://github.com/hiddify/hiddify-next/releases )
- Android: [Universal ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-universal.apk ) - [Arm64 ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm64.apk ) - [Arm7 ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm7.apk ) - [x86_64 ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-x86_64.apk )
- Windows: [x64 Setup ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-windows-x64-setup.exe ) - [x64 Portable ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-windows-x64-portable.zip )
- Linux: [x64 AppImage ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-linux-x64.AppImage.zip )
- macOS: [Universal (x64, M series) ](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-macos-universal.dmg )
2023-09-09 22:52:28 +02:00
2023-07-06 17:18:41 +03:30
## Build from source
2023-08-23 13:57:36 +03:30
Hiddify Next relies on [core library ](https://github.com/hiddify/hiddify-next-core ) made with GO. if you're interested in building/contributing to that as well follow instructions there.
2023-07-06 17:18:41 +03:30
### requirements:
2023-09-22 14:16:21 +03:30
- Flutter v3.13+
- Make
- Android SDK
This project uses [flutter_distributor ](https://github.com/leanflutter/flutter_distributor ) for packaging.
```shell
# 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
```
2023-07-06 17:18:41 +03:30
## Acknowledgements
2023-09-22 14:16:21 +03:30
- [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 )
- [Others ](./pubspec.yaml )