µBrowser

Browsers and web apps have become so large and complicated that some people use them as their only application. I'm not that kind of person, I still live mostly outside a browser and my usage of a browser is to open it, do something and close it. Most browsers are not designed for this use case which made me increasingly frustrated about the current state of the art.

Thankfully, I found out that WebKit provides all the APIs I need to do the heavy work and I could build a small code on top of it to create a small, simple, quick and secure browser. This is what this browser is.

Features

Shortcuts

As this browser doesn't have any buttons it's important to know all the shortcuts available. Thankfully there are not that many and most of them are common for all browsers.

Download and Install

Here you can find the latest source code.

ubrowser-v001.tar.gz (04 December 2025)

And this is how to install it.

$ make
$ sudo make install

It requires MacOS 14.0+ and as far as I know all the dependencies are installed by default on MacOS so nothing else needs to be installed. And since it's so easy to build and install there is no pre-packaged application.