RepoPilot

bepass-org/oblivion

Unofficial warp client for android

Mixed

Evidence incomplete — review before adopting

MixedDependency

test evidence incomplete; license evidence incomplete…

MixedFork & modify

test evidence incomplete; license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

license evidence incomplete; dependency CVE scan unavailable

  • Could not verify license, tests from the available repository evidence
  • Last commit 2mo ago
  • 15 active contributors
  • Distributed ownership (top contributor 36% of recent commits)
  • CI configured

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: bepass-org/oblivion

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T11:51:07.892Z · commit aff3bb26b50e

Verdict

Mixed — Evidence incomplete — review before adopting

  • Last commit 2mo ago
  • 15 active contributors
  • Distributed ownership (top contributor 36% of recent commits)
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Oblivion is an Android VPN client that wraps Cloudflare Warp functionality using a custom Go implementation of WireGuard and the bepass-sdk. It provides encrypted internet access with optimized latency through a native Android app targeting API 23+ (Android 6.0), leveraging NDK for native Go/WireGuard binaries and Java/Kotlin for UI and service management. Single APK monolith: app/src/main/java/org/bepass/oblivion/ contains Activities (MainActivity, SettingsActivity, LogActivity, SplitTunnelActivity), a VPN service (OblivionVpnService), adapters for UI lists, utility modules (NetworkUtils, PublicIPUtils, ISPUtils), and model classes. Native Go code is built via Gradle and linked into the…

Start here

Open these first:

  • app/src/main/java/org/bepass/oblivion/service/OblivionVpnService.java — Core VPN service implementation that manages WireGuard connections and lifecycle—essential for understanding the VPN tunnel…
  • app/src/main/java/org/bepass/oblivion/ui/MainActivity.java — Primary UI entry point and connection state controller—every contributor must understand the state machine and UI binding…
  • app/src/main/java/org/bepass/oblivion/base/ApplicationLoader.java — Application initialization and dependency setup—critical for understanding context lifecycle and early startup dependencies.
  • app/src/main/java/org/bepass/oblivion/utils/NetworkUtils.java — Network stack abstraction for VPN connectivity and endpoint management—foundation for all network operations.
  • app/build.gradle — Gradle configuration with NDK, Go, and bepass-sdk dependencies—defines the build pipeline and external integrations.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/bepass-org/oblivion.git && cd oblivion && open in Android Studio (requires NDK r26b installed via SDK Manager and Go 1.22 on PATH); build via Gradle: ./gradlew build

Daily commands:

Android Studio: File > Open, select repo root, wait for Gradle sync. Ensure NDK r26b is installed (Tools > SDK Manager > SDK Tools). Build APK: Build > Generate Signed Bundle/APK > APK. Or: ./gradlew assembleRelease to…

…shortened for this brief.

Key cautions & unknowns

  • Could not verify license, tests from the available repository evidence
  • NDK version pinned to r26b (26.1.10909125): Gradle build will fail silently if this exact version is not installed; newer NDK may break Go WireGuard compilation. Go 1.22 requirement: Must be in PATH at build…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/bepass-org/oblivion?axis=learn)](https://repopilot.app/r/bepass-org/oblivion)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/bepass-org/oblivion on X, Slack, or LinkedIn.

Ask AI about bepass-org/oblivion

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/bepass-org/oblivion"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>