DEV Community

Cover image for Minimalist browsing with Min browser
Kelvin Wangonya
Kelvin Wangonya

Posted on

Minimalist browsing with Min browser

I was searching around for extensions to make the Chrome interface a little minimalist when I came across this browser. I've only been using it for about an hour, and honestly, I think I'm keeping it as my primary browser. I love it.

Have any of you guys used it before?

Top comments (22)

Collapse
 
ben profile image
Ben Halpern

Something still bothers me about a browser written in Electron. Like, if minimalism is the goal, why not also be minimal about resource hogging?

I think Mozilla is on the right path with their emphasis on performance, and frankly their innovation in fostering Rust and pushing WebAssembly.

I appreciate things like Min as a proof of concept, and it's maybe unrealistic for indie projects like this to not go this direction.

Anyway, just some grumblings. I still think it's cool. It's also open source. Anyone could take what they've done and port it to more native if they felt like it. 🙂

Collapse
 
wangonya profile image
Kelvin Wangonya

Interesting point. What's wrong with software written in Electron? Or is it that it just might have been better in terms of performance if it were native?

Collapse
 
ben profile image
Ben Halpern

It just uses a lot of memory and system resources. Each instance of Electron is "bloated" by the fact that it's JavaScript running in a browser instance. Memory management is really an afterthought in this regard. The app itself can still be fast and responsive, but it's always going to hog more than things built with better resource management.

Electron is a practical approach, but it's still less than ideal IMO. I'd consider building in Electron myself, but there's something about core apps like browsers that feel like they should be built more from the ground up with better resource management.

(I could probably say the same thing about code editors, and yet I use VS Code)

Thread Thread
 
wangonya profile image
Kelvin Wangonya • Edited

Haha yeah, code editors were the first thing that came in mind when I read your first comment. I used to use Atom (which first introduced me to Electron) before I switched to VS Code.

You make a good point though. Good thing is that its open source so I'm sure someone who uses it and really likes it might do something about it if they have the skills to do so (I'm not there yet 😅)

Collapse
 
nmcain profile image
Noah Cain • Edited

A browser, made in a browser. Welcome to 2018.

Collapse
 
awwsmm profile image
Andrew (he/him)

Yo dawg, I heard you like browsers.

Collapse
 
wangonya profile image
Kelvin Wangonya

😂😂

Collapse
 
gypsydave5 profile image
David Wickes

If you enjoy minimalism in your web browser, why not take a look at:

  • surf - will need X11 support if you're on a Mac and just give up on Windows.
  • w3m if you'd like to try a very minimal browser. I've linked to the Debian fork as it's the most up to date.

I definitely enjoy checking my Gmail in w3m. It's actually quite beautiful.

Collapse
 
wangonya profile image
Kelvin Wangonya

Thanks for the suggestions!

I've used w3m on my Manjaro, I'll definitely check out surf.

Collapse
 
dgavril profile image
dgavril

A browser without password manager, sync between devices and history sharing... Nowdays it's too hard to keep track of your data, searches and information. I switched between firefox, chrome, opera. Back to chrome because it's the easiest browser regarding what I've presented before.

Collapse
 
deciduously profile image
Ben Lovy

I haven't used that specific one but I did use QupZilla for a while. They're great to a point - for 90% of web browsing they're completely adequate and I love the minimal overhead but the big powerhouses to provide things like better devtools and better standards compliance, and in some cases better performance. I use both, depending on what I'm doing.

Collapse
 
wangonya profile image
Kelvin Wangonya

Yeah, it really depends on what you're doing. I've been needing devtools less and less since I paused my working with Javascript and started learning python so I'm just using the browser for research now. I've even been using links on my linux machine 😅

Hadn't heard of QupZilla. Looks really cool too.

Collapse
 
sergio profile image
deleteme deleteme

electron

Instant no from me dawg.

Collapse
 
davidblue profile image
David Blue

Coming back to this in 2021... If you haven't tried the features added just this year, you need to! The 1Password integration via CLI is absolutely ingenious... I wish I could replace it everywhere lol.

minbrowser.org

Collapse
 
moopet profile image
Ben Sinclair

It's interesting how the point behind the browser (and presumably this post) is about minimalism as a design pattern for the user interface, but we as programmers instantly think about what's going on behind the scenes.

Collapse
 
thallesaraujo profile image
Thalles Henrique

Looks innovative, mainly considering that mainstream browsers use basically the same old fashioned UI style (tabs, URL Bar, bookmarks). I guess would be good to look at something different on interface department. I'll try it.

Collapse
 
tux0r profile image
tux0r

It looks fine to me, but it is hard to beat qutebrowser in terms of minimalism.

Collapse
 
wangonya profile image
Kelvin Wangonya

Haha, I agree. Haven't used it, but the screenshots on the site tell the story.

Collapse
 
sleepyfran profile image
Fran González

I used it for little while around a year ago and it was a really good experience. However, the lack of extension support killed the vibe for me, specially since I rely on password managers completely.

Collapse
 
wangonya profile image
Kelvin Wangonya

Sure, but I think that's the point of the browser. If it were to have all the extention capabilities then it would just be another Chrome or Firefox and it would lose meaning.

I think its nice to just have both and use whatever is more apprpriate for the current task 😊

Collapse
 
nephos profile image
Arthur Poulet • Edited

"minimalist"
"Min is written entirely with CSS and JavaScript using Electron. "

heLLo I'M a mIniMalIsT brOWsEr

Collapse
 
komilovtemur profile image
Temur Komilov • Edited

Hi guys. Can i install json formatter chrome extension on min browser.