Cream-Browser is a lightweight web browser using GTK+-3.0, with the same interface as Vimperator.
Download the zip archive, or the tar archive.
Or clone the git repository :
$ git clone git://github.com/linkdd/cream-browser.git
And because the master branch is currently depecreated :
$ git checkout unstable
Or clone directly the unstable branch :
$ git clone -b unstable git://github.com/linkdd/cream-browser.git
./configure --help to see every possible options. Then :
$ ./configure
$ make
NB: If you want to build Cream-Browser with another compiler (maybe
clang ?), just do : CC=clang ./configure
To install Cream-Browser, you just have to run : make install.
NB: DESTDIR feature is correctly supported.
To uninstall Cream-Browser, you have to run make uninstall with exactly
the same value for DESTDIR if it was specified at installation.
Packages for Debian, Gentoo and Archlinux will be created very soon.
Because it uses lua, Cream-Browser is highly configurable. Pages on the wiki and other documentations will be written in a while.
![]()
Subscribe to cream-browser developers
![]()
Subscribe to cream-browser users