Tech News
← Back to articles

Show HN: Chawan TUI web browser

read original related products more articles

Version 0.2.0 of the Chawan TUI browser has been released.

A tarball of the source tree is available here. Please refer to the README file for compilation instructions.

A static binary distribution for amd64 Linux also exists. To install it, extract the archive somewhere and run make install as root. (To uninstall, run make uninstall .)

The same distribution is also available as a .deb package.

## Information for package maintainers

The current list of mandatory runtime dependencies is:

libssh2.

libbrotli (more precisely, libbrotlicommon and libbrotlidec).

OpenSSL or LibreSSL. For OpenSSL, you will want 3.0 or later. For LibreSSL, the version in OpenBSD 7.7 has been tested.

Previous development versions had other dependencies which no longer apply, and can be dropped. In particular, zlib, libseccomp, termcap/ncurses and libcurl are no longer used.

... continue reading