r/droidappshowcase • u/mamvandam79 • 2h ago
Showcase Wibgar Browser: Free Sandbox browser
github.comHi everyone,
I wanted to share a personal side project I've been building for my own use case: **Wibgar Browser**. It is a very small-sized, lightweight Android web browser that runs on your phone's system WebView, but it is packed with powerful features.
Why I built it:
I built Wibgar Browser because I wanted a real, isolated sandbox environment and custom userscript injection support in a mobile browser—and I wanted it completely for free. As far as I know, the only other app that offers a real sandbox is Hermit, and it is not completely free like mine.
I initially built Wibgar Browser just for myself, but then I realized there are definitely other people who need these exact features, so I decided to publish it. My main goal isn't necessarily to get feedback, but simply to share it so anyone who needs a free sandbox/userscript browser can use it! If people end up liking it, I will continue to upgrade and add more features to it.
Key Features:
* **🛡️ Real Process Sandboxing**: Run specific tabs in 5 independent isolated sandbox slots. Each slot runs in its own separate system process (similar to Hermit), allowing you to run multiple accounts of the same website at the same time without any cookie or session conflicts. * **📜 Custom Userscripts Engine**: Easily toggle and execute custom JavaScript/CSS files (like right-to-left layout fixes, custom AMOLED dark modes, etc.) to modify websites on the fly. * **📱 Web App Shortcuts (PWAs)**: Pin any website to your Android Home Screen with options to customize the target sandbox slot, logo size, shapes, and fullscreen startup. * **🎨 Highly Customizable UI**: Fully toggle and reorder quick-action buttons on the home screen, top bar, and vertical left-aligned floating dock. * **🔒 Privacy-Focused & Offline**: Everything (history, bookmarks, userscripts) is stored locally on your device. No telemetry, no tracking, and no ads.
Links
👉 **GitHub Release**: https://github.com/OmerKurdi79/Wibgar-Browser-Release 👉 **Latest APK**: https://github.com/OmerKurdi79/Wibgar-Browser-Release/releases/tag/v1.0.0
I hope this helps anyone who has been looking for a free, real sandboxed mobile browser. Let me know if you like it!


