Skip Navigation

After about 8 months, I love this Android browser. Not Chrome, FF, or Edge based.

codeberg.org Home

A fully free (as in freedom) open source browser with a focus on a privacy.

Home

UPDATE: THIS USES GOOGLE WEB VIEW. DO NOT USE.

I can't figure out why nobody talks about this. I see all kinds of alternative browsers on here, but never this one. I especially like the color coded bookmarks for different categories (my news is gray, my searxng/swisscows and other search engines green, my tech solutions purple). It has anti-fingerprinting and a quick toggle for if you need to quickly adjust javascript or cookie setting to make a quick exception. There are lots of features. If anyone else has tried it, it would be interesting to hear your feedback too.

27 comments
  • FOSS browser, FREE browser, Privacy browser and monocles browser are all pretty similar to me.

    For basic browsing I am sure they are all OK.

    monocles browser will switch to a custom WebView called Privacy Webview.

    https://www.stoutner.com/privacy-browser-android/core-privacy-principles/

    I use the monocles browser (rebranding of Privacy browser) for quick searches with javascript and cookies turned off as default.

    For instance, if I am searching git for something and I see what I want, I enable javascript with the button, to see the latest releases and download sections.

    I like the turn on javascript button. and the selection of EasyList , easy privacy, fanboys annoyances list, Ultra list and Ultra privacy list for adblocking and tracking.

    From what I remember they all have the Delete browser data on exit. Monocles Browser makes it easier to "clear and exit" for me.

    To clear, history, cookies etc. The "CLEAR AND EXIT" button is at the top of the left side drop down menu, so it is easier to find. unlike the others where it is at the bottom of the drop down menu.

    I suppose its all about choice and personal preference.

    https://codeberg.org/monocles/monocles_browser

  • I've seen this when bopping around in the F-Droid catalogue. Never took it seriously because it didn't seem to communicate well what it was doing.

    In general; I usually dislike using Chrome anyways....so much so that I hard disable Chrome on my device, oftentimes via ADB, and download a wide range of alternatives; Kiwi (Plugin enabled), Hermit ([Closed source] Forced Isolation of all domains/sites along a side of ad-blocking and web-app caching baked into the app wrapping it's renderer; which is, of course System Webview. Unfortunately this one is not open source, so I do not often recommend it here and while I trust it; your decisions may be different.) and Firefox (Plugins installed, seems to be replacing Kiwi because it's likely a dead/gone/depreciated/archived project.) I even use URLCheck from F-Droid itself as my "Default Browser" so that I have the power to review each URL and open it in a browser I feel is most appropriate to the context of my browsing and choose the browser I feel can best protect my privacy for a given site. One-off visits often go to Hermit; which promptly isolates away and forgets I ever visited the site while blocking ads with a lighter touch than most plugins I've seen that exist. If a site often breaks in Hermit; usually due to ad-blocking hostile scripts; I kick it over to Firefox where I have extensive plug-in tooling to defang the beast...including tools like JShelter, Canvas Blocker, LocalCDN, Chameleon, Decentraleyes and uBlock Origin.

    What I do know is that Android System Webview is far more configurable than you might realize; and that it is absolutely possible to build a browser on top of it. Most importantly; Android System Webview IS NOT Chrome! Yes, it is extremely similar and it behaves mostly the same; but it is based on the Chromium project; which is basically what Chrome is before Google applies all of its own Branding, Customization, Policies and Application touches on it. Does Chromium project mirror what Chrome needs? Absolutely yes, but it does not follow Chrome exactly. In general; Android System Webview is a Web rendering component that other applications can call on and wrap their own code around. This means you are basically free to implement whatever other features you want around the webview; including adding plugins and other things like ad-blocking. My favorite closed-source lite-app browser Hermit does this; and I'm not seeing any significant privacy concerns with that one.

27 comments