Connect to a faster, more private internet on Android without manually configuring a VPN.
Bypass regional internet restrictions and access blocked content through Cloudflare WARP.
Build a custom Android VPN app using the open-source WireGuard and WARP integration as a starting point.
Use the bepass-sdk integration as a reference for reducing VPN latency in your own Android project.
Building from source requires the Android NDK and Go 1.22 installed alongside Android Studio.
Oblivion is an Android app that routes your internet traffic through Cloudflare WARP, a service Cloudflare offers to improve the privacy and speed of your connection. The tagline is "Internet, for all or none," which reflects the goal of making secure internet access available to people regardless of regional restrictions or network conditions. Under the hood, the app uses WireGuard, a modern VPN protocol known for being fast and simple compared to older alternatives. The team wrote their own Go implementation of WireGuard rather than relying on an existing one, and they pair it with something called the bepass-sdk, which is a separate library designed to reduce latency further. The combination is meant to give users a private, low-lag connection without requiring technical knowledge to set it up. Using the app is straightforward: download the APK from GitHub or install it from the Google Play Store, open it, and press the switch button. There is no complex configuration for everyday use. For developers who want to build the project themselves, the README lists two prerequisites: a specific version of the Android NDK and Go 1.22. The build process itself goes through Android Studio using its standard signed APK workflow. The project is community-driven and accepts contributions through GitHub Issues and pull requests. It credits Cloudflare WARP and WireGuard-go as key upstream dependencies. The license is CC BY-NC-SA 4.0, which allows free use and modification for non-commercial purposes, as long as you give credit and share any changes under the same license.
← bepass-org on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.