Files
umbrix/README.md
2023-10-07 10:10:24 +03:30

5.1 KiB

Lang_farsi  فارسی          

DownloadsLast VersionLast Release DatecommitsYoutubeTelegram ChannelTelegram Group

What is Hiddify-Next?

A multi-platform client based on Sing-box that serves as a universal proxy toolchain. This app offers a wide range of capabilities, which are listed below. It also supports a large number of protocols. The app is free to use, ad-free, and open-source. It provides a secure and private tool for getting access to the free internet.

“A multi-platform client based on Sing-box that serves as a universal proxy toolchain. This app offers a wide range of capabilities, which are listed below. It also supports a large number of protocols. The app is free to use, ad-free, and open-source. It provides a secure and private environment for its users.

🚀 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

🟡 Supporting a wide range of protocols: 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

Download

For latest releases (including pre-releases), visit releases page

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 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

Acknowledgements