Dillo 3.0 displaying the
|
|
Original author(s) | Jorge Arellano Cid |
---|---|
Initial release | December 1999 |
Stable release | 3.0.5(30 June 2015 | )
Preview release | none (n/a) |
Written in | C and C++ |
Operating system | Linux, BSD, OS X |
Size | 420 KB dynamic 1.3 MB static |
Available in | English |
Type | Web browser |
License | GPLv3 |
Website | www |
Dillo is a minimalistic web browser particularly intended for older or slower computers and embedded systems. It supports only plain HTML/XHTML (with CSS rendering) and images over HTTP; scripting is ignored entirely. Current versions of Dillo can run on Linux, BSD, OS X, IRIX and Cygwin. Due to its small size, it is the browser of choice in several space-conscious Linux distributions. Released under the GNU General Public License, Dillo is free software.
Chilean software engineer Jorge Arellano Cid conceived of the Dillo project in late 1999, publishing the first version of Dillo in December of that year. His primary goal in creating Dillo was to democratize access to information. Arellano Cid believed that no one should have to buy a new computer or pay for broadband in order to enjoy the World Wide Web. To this end, he designed Dillo to be small, fast, and efficient, capable of performing well even on an Intel 80486 CPU with a dial-up Internet access.
Dillo was originally written in the C programming language with the GTK+ GUI toolkit. The first versions were based on an earlier browser called Armadillo, hence the name. Dillo 2, written with both C and C++ components and the Fast Light Toolkit (FLTK), was released on October 14, 2008. Text antialiasing, support for character sets other than Latin-1, HTTP compression capability, and improved page rendering were all added. The move to FLTK from GTK+ also removed many of the project's dependencies and reduced Dillo's memory footprint by 50%.