Unofficial warp client for android
4,799
stars
185
commits
Dart
primary language
Sep 10, 2026
updated
"Internet, for all or none!"
Oblivion provides secure, optimized internet access through a user-friendly app using Cloudflare Warp technology.
It is built on Aether, a user-space Warp core written in Rust that speaks MASQUE and WireGuard, and runs on Android, Windows and Linux from one codebase.

Download: Grab the build for your platform from our Releases page and install it.
Connect: Launch Oblivion and hit the switch button.
On Android the app runs as a VPN service and needs no root. On Windows and Linux it exposes a local SOCKS5 proxy, and full device routing needs administrator rights.
libgtk-3-dev for Linux buildsThe Aether core and hev-socks5-tunnel live in their own repositories and are linked here as submodules, so clone recursively:
git clone --recursive https://github.com/bepass-org/oblivion.git
If you already cloned without --recursive:
git submodule update --init --recursive
flutter pub get
flutter build apk --release --split-per-abi
flutter build apk --release
flutter build linux --release
flutter build windows --release
The Android build cross compiles the Aether core for each ABI on the fly, so the
first build takes a while. Add --target-platform android-arm64 to build for one
ABI only.
Release APKs are signed when android/key.properties exists, and fall back to
the debug key when it does not.
We're a community-driven project, aiming to make the internet accessible for all. Whether you want to contribute code, suggest features, or need some help, we'd love to hear from you! Check out our GitHub Issues or submit a pull request.
This project makes use of several open-source tools and libraries, and we are grateful to the developers and communities behind these projects. In particular, we would like to acknowledge:
Please note that the use of these tools is governed by their respective licenses, and you should consult those licenses for terms and conditions of use.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the CC BY-NC-SA 4.0 License for details.
The CC BY-NC-SA 4.0 License is a free, copyleft license suitable for non-commercial use. Here's what it means for using this project:
Attribution (BY): You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial (NC): You may not use the material for commercial purposes.
ShareAlike (SA): If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
This summary is only a brief overview. For the full legal text, please visit the provided link.
Dart
50.4%
Rust
27.5%
Kotlin
10.6%
Swift
4.1%
C++
3.2%
CMake
3.1%
Unofficial warp client for android
4,799
stars
185
commits
Dart
primary language
Sep 10, 2026
updated
"Internet, for all or none!"
Oblivion provides secure, optimized internet access through a user-friendly app using Cloudflare Warp technology.
It is built on Aether, a user-space Warp core written in Rust that speaks MASQUE and WireGuard, and runs on Android, Windows and Linux from one codebase.

Download: Grab the build for your platform from our Releases page and install it.
Connect: Launch Oblivion and hit the switch button.
On Android the app runs as a VPN service and needs no root. On Windows and Linux it exposes a local SOCKS5 proxy, and full device routing needs administrator rights.
libgtk-3-dev for Linux buildsThe Aether core and hev-socks5-tunnel live in their own repositories and are linked here as submodules, so clone recursively:
git clone --recursive https://github.com/bepass-org/oblivion.git
If you already cloned without --recursive:
git submodule update --init --recursive
flutter pub get
flutter build apk --release --split-per-abi
flutter build apk --release
flutter build linux --release
flutter build windows --release
The Android build cross compiles the Aether core for each ABI on the fly, so the
first build takes a while. Add --target-platform android-arm64 to build for one
ABI only.
Release APKs are signed when android/key.properties exists, and fall back to
the debug key when it does not.
We're a community-driven project, aiming to make the internet accessible for all. Whether you want to contribute code, suggest features, or need some help, we'd love to hear from you! Check out our GitHub Issues or submit a pull request.
This project makes use of several open-source tools and libraries, and we are grateful to the developers and communities behind these projects. In particular, we would like to acknowledge:
Please note that the use of these tools is governed by their respective licenses, and you should consult those licenses for terms and conditions of use.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the CC BY-NC-SA 4.0 License for details.
The CC BY-NC-SA 4.0 License is a free, copyleft license suitable for non-commercial use. Here's what it means for using this project:
Attribution (BY): You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial (NC): You may not use the material for commercial purposes.
ShareAlike (SA): If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
This summary is only a brief overview. For the full legal text, please visit the provided link.
Dart
50.4%
Rust
27.5%
Kotlin
10.6%
Swift
4.1%
C++
3.2%
CMake
3.1%