و یا به بخش Releases مراجعه کنید
دلتاری یک برنامه ویپیان رایگان، متنباز و امن است که بر اساس وی تو ری ساخته شده.
- متنباز: تمام کد منبع برنامه در GitHub موجود است و هر کسی میتواند آن را بررسی کند
- بدون ردیابی: هیچ اطلاعات شخصی یا لاگ اتصال ذخیره نمیشود
- بدون تبلیغات: هیچ تبلیغاتی در برنامه وجود ندارد
- امنیت بالا: از پروتکلهای رمزنگاری قوی استفاده میشود
- کد قابل بررسی: هر فردی می تواند کد برنامه را بررسی کند تغییر دهد و خودش فایل نصبی را بسازد
سادهسازی تجربه ویپیان برای کاربران عادی:
- یک دکمه خاموش/روشن - همین!
با وی تو ری اصلی، کاربر باید:
- سابلینکها رو دستی اضافه کنه
- کانفیگها رو تست کنه
- بهترین کانفیگ رو پیدا کنه
- اگه سرور کند شد، دوباره تست کنه
دلتاری تقریباً مثل یک ویپیان معمولی کار میکنه:
- یک دکمه خاموش/روشن - همین!
- آپدیت خودکار - کانفیگها از سابلینکها دانلود و بروزرسانی میشن
- تست خودکار - همه کانفیگها تست میشن و بهترین انتخاب میشه
- فیلاور خودکار - اگه اتصال قطع بشه، خودکار به سرور بعدی وصل میشه
- تغییر سرور - اگه از سرعت راضی نبودی، یه دکمه برای عوض کردن سرور هست
- Android Studio (نسخه Hedgehog یا جدیدتر)
- JDK 17
- Android SDK 36
- NDK 28.2
# Clone the repository
git clone https://github.com/Delta-Kronecker/DeltaRay.git
cd DeltaRay
# Update submodules
git submodule update --init --recursive
# Build hev-socks5-tunnel library
bash compile-hevtun.sh
# Build libv2ray with gomobile
cd AndroidLibXrayLite
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gobind@latest
gomobile init
go mod tidy
gomobile bind -v -androidapi 24 -trimpath -ldflags='-s -w -buildid=' -o libv2ray.aar ./
cp libv2ray.aar ../V2rayNG/app/libs/
cd ..
# Build APK
cd V2rayNG
chmod 755 gradlew
./gradlew assembleReleaseAPK در مسیر زیر قرار میگیرد:
V2rayNG/app/build/outputs/apk/fdroid/release/
V2rayNG/app/build/outputs/apk/playstore/release/
Or visit the Releases page
DeltaRay is a free, open-source, and secure VPN app forked from v2rayNG.
- Open Source: All source code is available on GitHub for anyone to review
- No Tracking: No personal data or connection logs are stored
- No Ads: Zero advertisements in the app
- Strong Encryption: Uses v2ray's robust encryption protocols
- Auditable Code: Any developer can read and verify the code
Make VPN usage effortless for everyday users:
- One button to connect/disconnect — that's it!
With stock v2rayNG, users must:
- Manually add subscription links
- Test configurations one by one
- Find the best performing server
- Re-test when servers get slow
DeltaRay works like a regular VPN app:
- One button to connect/disconnect — that's it
- Auto-update — configs are fetched and updated from subscription links
- Auto-test — all configs are tested, best one is selected automatically
- Auto-failover — if connection drops, switches to the next best server
- Server switching — a dedicated button to switch if current server is slow
- Android Studio (Hedgehog or newer)
- JDK 17
- Android SDK 36
- NDK 28.2
# Clone the repository
git clone https://github.com/Delta-Kronecker/DeltaRay.git
cd DeltaRay
# Update submodules
git submodule update --init --recursive
# Build hev-socks5-tunnel library
bash compile-hevtun.sh
# Build libv2ray with gomobile
cd AndroidLibXrayLite
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gobind@latest
gomobile init
go mod tidy
gomobile bind -v -androidapi 24 -trimpath -ldflags='-s -w -buildid=' -o libv2ray.aar ./
cp libv2ray.aar ../V2rayNG/app/libs/
cd ..
# Build APK
cd V2rayNG
chmod 755 gradlew
./gradlew assembleReleaseAPK files are located at:
V2rayNG/app/build/outputs/apk/fdroid/release/
V2rayNG/app/build/outputs/apk/playstore/release/