From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- .../Install-the-Chawan-text-browser-on-Artix.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 articles/2025/Install-the-Chawan-text-browser-on-Artix.html (limited to 'articles/2025/Install-the-Chawan-text-browser-on-Artix.html') diff --git a/articles/2025/Install-the-Chawan-text-browser-on-Artix.html b/articles/2025/Install-the-Chawan-text-browser-on-Artix.html new file mode 100755 index 0000000..0136bb9 --- /dev/null +++ b/articles/2025/Install-the-Chawan-text-browser-on-Artix.html @@ -0,0 +1,42 @@ + + + + + + + Install the Chawan text browser on Artix + + +
+

Bloggings

+ Back + +
+ +
+
+

Install the Chawan text browser on Artix

+

2025-06-15

+

the Arch package doesn't compile, here's the solution

+

The package chawan-git in the AUR doesn't compile as the included NIM version is too old

+

Here's how I installed it in Artix Linux

+

Install the NIM compiler from https://nim-lang.org/install.html

+

The default dependancies were already installed on my hard disk: (OpenSSL, libssh2, brotli)

+cd ~/src +git clone https://git.sr.ht/~bptato/chawan && cd chawan +make +sudo make install +cha -V +

And it's done. I use mostly use chawan as newsboat's browser, it's really good.

+

Thanks to Kachick

+

Previous article: rdrview or chawan

+
+
+ + + -- cgit v1.3.1