v2RayTun builds and release notes are published through GitHub Releases and platform-specific release channels.
This repository uses independent release tracks for different platforms and platform groups. Versions and release dates do not have to match across platforms.
GitHub Releases are used for downloadable build files, release notes, version history, and platform-specific release information.
v2RayTun may use the following release channels:
- Google Play
- App Store
- Telegram Releases
- GitHub Releases
Store releases may differ from Telegram/GitHub releases because of review process, regional availability, platform rules, and release timing.
v2RayTun does not use a single global version for all platforms.
Each platform or platform group may have its own version number and release date.
Current and planned release availability:
| Platform | Release channel |
|---|---|
| Android / Android TV | Google Play, Telegram Releases, GitHub Releases |
| iOS | App Store |
| macOS | App Store |
| Windows | Telegram Releases, GitHub Releases |
| Linux | Telegram Releases, GitHub Releases |
Platform-specific releases are available here:
Telegram release posts are available here:
GitHub Releases are available here:
v2RayTun uses independent versioning for each platform or platform group.
There is no single global version that must apply to all platforms at the same time.
Recommended tag format:
PLATFORM-vMAJOR.MINOR.PATCH
Examples:
android-v1.8.0
windows-v1.2.0
linux-v0.2.0
Version meaning:
| Part | Meaning |
|---|---|
PLATFORM |
Target platform or platform-specific release track |
MAJOR |
Large changes, compatibility changes, or major product updates |
MINOR |
New features, platform updates, or significant improvements |
PATCH |
Bug fixes, small improvements, or maintenance updates |
Versions and release dates may differ between platforms.
Release files should use clear platform-specific names.
Recommended format:
v2RayTun-PLATFORM-ARCH-VERSION.EXT
Examples:
v2RayTun-android-universal-v1.8.0.apk
v2RayTun-android-armeabi-v7a-v1.8.0.apk
v2RayTun-android-arm64-v8a-v1.8.0.apk
v2RayTun-windows-x64-v1.2.0.exe
v2RayTun-windows-x64-v1.2.0.msi
v2RayTun-windows-x64-v1.2.0.zip
v2RayTun-linux-x64-v0.2.0.deb
For store-only platforms, the GitHub release may contain release notes instead of downloadable application files.
Each release may include platform-specific notes.
Recommended release note structure:
## android-v1.8.0
### Added
- ...
### Updated
- ...
### Fixed
- ...
### Known issues
- ...
## windows-v1.2.0
### Added
- ...
### Updated
- ...
### Fixed
- ...
## linux-v0.2.0
### Platform notes
- First experimental Linux release.A release may use one of the following statuses:
| Status | Meaning |
|---|---|
| Stable | Recommended for general use |
| Beta | Public testing build |
| Preview | Early build with incomplete features |
| Experimental | Platform or feature testing build |
| Deprecated | Older release that should no longer be used |
Binary release files are not stored directly in this repository.
Build artifacts such as .exe, .msi, .zip, .apk, .dmg, .AppImage, .deb, .rpm, and .tar.gz should be published through GitHub Releases or platform-specific stores.
This repository does not contain the application source code.
It is used for public roadmap, releases, bug reports, feature requests, and platform-specific notes.
If a release does not work correctly, open a GitHub Issue and include:
- Platform
- App version
- Operating system version (including device model or vendor UI version if applicable)
- Where the app was installed from
- Steps to reproduce the problem
- Logs or screenshots, if available