Announcing Omni Browser: Take Back Control of Your Web Experience
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.
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:
- Minimal APK Footprint: Reduced download overhead for network accessibility.
- Low Memory Overhead: Runs smoothly on low-end hardware.
- Extended Battery Life: By blocking energy-draining trackers and ad scripts before they execute.
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.**