There is no GUI. The documentation, while present (README.md), assumes you understand NAND flash layouts, MTD partitions, and bootloader stages. A wrong repack command can soft-brick a TV (requiring USB recovery or SPI programmer).
MStar devices often use JFFS2 or SquashFS. mstar-bin-tool-master
# Mount JFFS2 image (Linux only)
mkdir mnt_root
modprobe mtdblock
modprobe jffs2
# You may need to use a loop device or jffs2dump tool depending on the image format
Project Title: MStar Bin Tool
mstar-bin-tool-master is a utility suite for unpacking, repacking, and modifying MStar semiconductor binary images (.bin, .img, MBOOT, MPOOL). Designed for embedded developers, firmware modders, and TV repair technicians. mstar-bin-tool-master — Overview and guide
3