Hyper-Text is currently only for linux systems
git clone https://github.com/thelinuxpoint/hypertext.git
cd hypertextThe 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-devcreate a folder build and compile all source file using make
mkdir build
make
make run