Skip to content

Delta-Kronecker/DeltaRay

 
 

Repository files navigation

DeltaRay

License Kotlin

English Version


و یا به بخش 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 assembleRelease

خروجی

APK در مسیر زیر قرار می‌گیرد:

V2rayNG/app/build/outputs/apk/fdroid/release/
V2rayNG/app/build/outputs/apk/playstore/release/

English Version


Or visit the Releases page


About DeltaRay

DeltaRay is a free, open-source, and secure VPN app forked from v2rayNG.

Why is DeltaRay Secure?

  • 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

Goal of This Fork

Make VPN usage effortless for everyday users:

  • One button to connect/disconnect — that's it!

The Problem with v2rayNG

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

What DeltaRay Does

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

Build Instructions

Prerequisites

Build Steps

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

Output

APK files are located at:

V2rayNG/app/build/outputs/apk/fdroid/release/
V2rayNG/app/build/outputs/apk/playstore/release/

About

🔥 DeltaRay - fast, simple VPN 🔥

Resources

License

Stars

13 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 91.7%
  • HTML 6.4%
  • Go 1.4%
  • Shell 0.5%