Resurrecting the Dillo browser

Dillo is a unique web browser that prides itself on being fast, small, and suitable for various platforms including Linux, BSD, MacOS, and even Atari. It is written in C and C++ with minimal dependencies and has its own real-time rendering engine. One key aspect of Dillo is its low memory usage and quick rendering, even with large web pages. It also supports HTTP, HTTPS, FTP, and local files, making it versatile. The browser is extensible with plugins written in any language, and it operates under the GPLv3 license. Dillo aims to improve web accessibility, support older machines and slow connections, prioritize personal security and privacy, and maximize software efficiency. Those interested can download Dillo from the git repository and contribute to its development by reporting issues, spreading awareness, or submitting patches.

https://dillo-browser.github.io/

To top