From 17cb5e1c89a3ea77a88baed52d3ebc1a9419c886 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:22:51 +0000 Subject: [PATCH] Add download section in readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df71d7e..e0538931 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,17 @@
Hiddify Multi-platform Proxy Client
⚠️Hiddify Next is still in early development phase⚠️
-Windows, Android, Linux are supported (macOS and iOS is coming soon)
+Windows, Android, Linux and macOS are supported (PR for iOS welcome)
+## Download Hiddify Next Pre-Release +- Android: [Universal](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-android-universal.apk) - [Arm64](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-android-arm64.apk) - [Arm7](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-android-arm7.apk) - [x86_64](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-android-x86_64.apk) +- Windows: [x64 Setup](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-windows-x64-setup.exe) - [x64 Portable](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-windows-x64-portable.zip) +- Linux: [x64 AppImage](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-linux-x64.AppImage) +- macOS: [Universal (x64, M1, M2)](https://github.com/hiddify/hiddify-next/releases/download/draft/hiddify-macos-universal.dmg) ## Build from source ### requirements: - - GO v1.19+ + - GO v1.21+ - Flutter v3.10+ - Make - GCC