Omni Browser is a state-of-the-art mobile browser developed by the RebelRoot collective. Powered by Mozilla's GeckoView engine, it provides built-in ad blocking, Firefox extensions, offline ML translation, and secure sandbox mechanics.
Observe state, dispatch interactions
State repository & command handler
Direct hook into GeckoView rendering
ExoPlayer hardware stream interception
| Feature | Omni Browser (RebelRoot) | Google Chrome | Brave | Firefox Android |
|---|---|---|---|---|
| Engine | GeckoView v145 (Firefox) | Blink (Chromium) | Blink (Chromium) | GeckoView (Firefox) |
| Open Source | Yes | No (Proprietary) | Yes | Yes |
| Adblocking | Yes (uBlock Origin built-in) | No | Yes (Brave Shields) | Yes (Add-ons only) |
| Unlimited Add-ons | Yes (Firefox store .xpi) | No | No | Yes (Curated list) |
| Extension Options UI | Yes (Direct settings tabs) | N/A | N/A | Limited |
| Aggressive Stream Sniffer | Yes (Auto-captures HLS/DASH) | No | No | No |
| Native Video Player | Yes (ExoPlayer with download) | No (Basic WebView) | No (Basic WebView) | No (Basic WebView) |
| Offline Translator | Yes (On-device ML Kit) | Yes (Cloud/On-device) | No | No |
| Document Scanner | Yes (ML Kit Document API) | No | No | No |
| Private Locker | Yes (Biometric & Pin encrypted) | No | No | No |
| One-Tap Session Burn | Yes (Instant memory wipe) | No | No | Yes (Firefox Focus only) |
git clone https://github.com/rebelroot/omni-browser.gitcd omni-browser
./gradlew compileDebugKotlin./gradlew assembleDebug
The compiled debug APK package will be generated at app/build/outputs/apk/debug/app-debug.apk.
We welcome code audits, battery optimizations, adblock list updates, and localization translations.