surf
suckless: one window, zero chrome.
From the suckless project: a browser that is literally just a web view. No tabs, no toolbar — you configure it by editing the C source and recompiling. Pair with tabbed(1).
Why it shines
- As minimal as software gets
- Composes with other Unix tools
- ~2000 lines of C you can read in an afternoon
Worth knowing
- Configuration = editing source code
- You will miss conveniences. That's the philosophy.
Origins
surf belongs to The KHTML dynasty — descended from WebKitGTK.
