A worse version of the KiTTY SSH client with fewer features but no known security vulnerabilities.
Uses bubbletea and lipgloss for terminal UI.
go build
windres -o resource.syso resource.rc
go build
The windres
command is optional, but without it, the final executable won't have the GiTTY icon. windres
is included in mingw-w64-binutils
.
GPL-3.0