Bloat alarm : We need a another “Firefox” to Mozilla Firefox

Back few years ago, there are a bunch of dude released a lightweight browser named Phoenix (way back in 2001-2002) as an alternative to the current Mozilla browser release.

This lightweight browser which contains no more than bare component (Gecko) to enable web browsing was a major attraction by itself. Then they changed the name to Firebird and finally to Mozilla Firefox because of legal issues. Its not about the naming problem though, a rose by another name is still a rose.

Mozilla Firefox

Mozilla Firefox gain the fame of being a lean and mean web browser, as in its original vision. But then things started to change. As the user grew, they started to add features that make the browser become more complicated. Bugs and usability problem begins to rear its ugly head. One of the things people might notice is it began to eat up much of valueable resources. CPU usage starts to shoot up, memory leaks being the norm since 1.5.x release. It does not feel like a “lean and mean” browser anymore.

What matter most is not the bell and whistle, if people want that, they would just download Seamonkey, because why else it is being offered in the first place? Fix memory and CPU resource problem because it is so damn obvious it failed to act as lightweight browser there. We dont need all the bell and whistle, a “simple lightweight” browser would suffice.

Perhaps we need another “Firefox” to Mozilla Firefox, this time for real…

How to install midori lightweight browser on Ubuntu

Here’s a quick how to install Midori browser. It is a lightweight browser which uses Webkit rendering enginer, the same engine that powers Mac OS X Safari browser.

Midori is a good candidate for an alternative browser if you’ve gotten tired of Mozilla Firefox memory leaking and its not so lightweight feature nowadays.

midori_about.png

1) Edit /etc/apt/sources.lst to include these line
deb http://ppa.launchpad.net/stemp/ubuntu gutsy main
deb-src http://ppa.launchpad.net/stemp/ubuntu gutsy main

2) Update repository by executing,

sudo apt-get update

3) Install midori

sudo apt-get install midori

Note that midori is still under heavy development and quite buggy in this testing release. So expect application freeze or crashes during use.