Article Image

Announcing Omni Browser: Take Back Control of Your Web Experience

June 8, 2026

Re-Engineering the Web Browser

Modern web browsers have become bloated operating systems of their own, consuming gigabytes of RAM and constantly sending telemetry to advertising networks. At RebelRoot, we set out to build a web experience that puts the user back in control.

We wanted a browser that does exactly what it is designed to do: load pages instantly and respect user data, without the corporate baggage.
RebelRoot Core Dev Team

Performance & APK Size Optimization

For mobile environments, size and efficiency are critical. We applied rigorous optimization techniques to strip unused libraries, optimize assets, and leverage ProGuard rules:

Zero Telemetry Policy

Unlike other mainstream browsers, Omni Browser has absolutely zero tracking. There are no crash reporting toolkits that share device specs, no analytics pings, and no telemetry. Your browsing history is yours alone, stored locally with optional end-to-end encrypted synchronization.

// Proguard optimization snippet for Omni Browser compilation
-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
}
-keep class com.rebelroot.omnibrowser.models.** { *; }
-dontwarn okhttp3.**
Join the RebelRoot Community. Let's Build Better Software Together.

© Copyright 2026 RebelRoot. All rights reserved.