Yurich Connect is a gold/dark Android VPN client powered by sing-box. It focuses on simple profile import, stable reconnects, protected DNS, and clear diagnostics for VLESS Reality, VLESS TLS, NaiveProxy, Remnawave subscriptions, and sing-box JSON profiles.
Русская версия ниже.
Use the GitHub Release asset:
YurichConnect-android-release.apk- Releases: ivan-yurich/Yurich-Connect-Android
Android may warn about APKs installed outside Google Play until the app is published and verified by Play Protect.
- Import from Remnawave subscription links, single
vless://links,naive+https://links, clipboard, QR code, and sing-box JSON. - Android VPNService integration through the bundled sing-box plugin.
- Persistent Android notification with connection status and traffic.
- Protected DNS through the VPN tunnel using Cloudflare DoH and FakeDNS.
- Wi-Fi and LTE compatible TUN settings with gVisor stack and strict routing.
- Two languages: Russian and English.
- Built-in diagnostics report with sensitive values redacted before sharing.
Install Flutter and Android SDK, then run:
flutter pub get
flutter analyze
flutter test
flutter build apk --releaseThe release APK is created at:
build/app/outputs/apk/release/app-release.apk
- Build the APK with the release keystore outside git.
- Verify the APK signature.
- Upload the APK to GitHub Releases.
- Keep signing files, real VPN profiles, subscriptions, and production configs out of git.
- Site: ivan-it.net
- Email: ai@ivan-it.net
- VK: vk.com/ivan_yurievich_it
- Donate: dzen.ru/ivanyurievich?donate=true
Yurich Connect Android — Android-клиент VPN в золотом стиле на базе sing-box. Он
умеет импортировать профили из Remnawave, vless://, naive+https://, QR,
буфера и sing-box JSON.
- VLESS Reality, VLESS TLS, NaiveProxy и sing-box JSON.
- Защищённый DNS через VPN-туннель.
- Настройки TUN для Wi-Fi и LTE.
- Шторка Android со статусом подключения и трафиком.
- Русский и английский интерфейс.
- Диагностический отчёт с автоматическим скрытием чувствительных данных.
flutter pub get
flutter analyze
flutter test
flutter build apk --releaseAPK будет здесь:
build/app/outputs/apk/release/app-release.apk
Windows-версия ведётся отдельно в репозитории
ivan-yurich/yurich-connect-windows.