HWP is a simple, terminal based, "word processor". It is a work in progress with little more than some drawing functions put together. In the future the idea is to have a simple interface for writing using markdown in the terminal.
Currently there are no prebuilt binaries, so you will have to build it yourself. You can do this by cloning the repository and running xmake run
in the root directory.
This project is licensed under the GNU GPLv3 - see the LICENSE file for details.