It is a text-based application where the entire user interface is represented by a mosaic of text cells forming a TUI matrix. The resulting TUI matrix is just rendered either into its own GUI window or into a compatible text console.
It can wrap any console application and be nested indefinitely, forming a text-based desktop environment.
Currently, rendering into a native GUI window is only available on the Windows platform; on Unix-like platforms, a terminal emulator is required.
Linux platform notes:
- The Linux binaries are compiled with gcc-12/g++-12 on an Ubuntu 22.04 system provided by Github Actions.
- Linux MT is the name for the subset of statically linked binaries.
- Runtime dependencies for the dynamically linked binaries on the Linux platform:
-
GLIBC 2.34
-
sudo apt install libinput10
-