Hyper-Text is currently only for linux systems
git clone https://github.com/thelinuxpoint/hypertext.git
cd hypertext
The following dependencies need to be resolved for successfull build
sudo apt-get install libgtkmm-3.0-dev -y
sudo apt-get install libgtksourceviewmm-3.0-dev
create a folder build
and compile all source file using make
mkdir build
make
make run