From 810dd37de27dd673a46974d952a3373661389935 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sat, 21 Feb 2026 10:47:25 +0100 Subject: [PATCH] Update install/index.html --- install/index.html | 100 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 79 insertions(+), 21 deletions(-) diff --git a/install/index.html b/install/index.html index 574c874..51c408f 100644 --- a/install/index.html +++ b/install/index.html @@ -1,3 +1,4 @@ + @@ -487,8 +488,8 @@ -
- ----------------------------------------------------------------------------------------------- +
+
@@ -556,36 +557,93 @@
- -

Good for Linux users

-

And kinda for Windows

+ +

Platform support

+

Built primarily for Linux terminals, with growing support for other platforms.

-
+
-
-
-

Linux

+ +
+
+
+
+ +
+

Linux

+
+ FULLY SUPPORTED
-
-

Fully tested for Linux. Works great in terminal environments.

+

First-class support. All features work out of the box including ANSI colors, readline, and autofill.

+
+
+ + Full ANSI color support +
+
+ + Readline & autofill +
+
+ + Tested & verified +
-
-
-

Windows

+ +
+
+
+
+ +
+

Windows

+
+ PARTIAL
-
-

Mostly compatible, but requires changes to the Readline and autofill function.

+

Works with modifications. The readline module and autofill function need to be adjusted for Windows compatibility.

+
+
+ + Core chat functionality +
+
+ + Readline needs pyreadline3 +
+
+ + Autofill needs adjustment +
-
-
-

macOS

+ +
+
+
+
+ +
+

macOS

+
+ UNTESTED
-
-

Not tested due to not having a mac (I am broke)

+

Should work since macOS has a Unix-based terminal, but it hasn't been tested yet. Community feedback is welcome!

+
+
+ + Likely compatible (Unix-based) +
+
+ + Needs community testing +
+
+ + Open an issue to report results +