This was my attempt at reviving this application. As luck would have it, the original author returned shortly after this fork was created, rendering this effort happily obsolete.
Previously the project has not been in active development for 3 years. This is tyoubin's fork, an attempt at reviving this application.
> Note: This fork is macOS-only. Linux support has been deprecated.
- Application hangs when pressing Command + Q or closing the window on macOS
- Special characters not rendering on arm64 macOS
| > Default Amber | C:\ IBM DOS | $ Default Green |
|---|---|---|
![]() |
![]() |
![]() |
cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.
It uses the QML port of qtermwidget (Konsole): https://github.com/tyoubin/qmltermwidget.
This terminal emulator requires Qt5. It's suggested that you stick to the latest LTS version.
Settings such as colors, fonts, and effects can be accessed via context menu.
- Install Qt 5 via Homebrew
brew install qt@5- add Qt 5's
bindirectory to your$PATHper Homebrew's Caveats message
- Clone the codebase
git clone --recursive https://github.com/tyoubin/cool-retro-term.git
- Go to the directory and compile
cd cool-retro-termqmake -rmake -j$(sysctl -n hw.ncpu)
- Optionally drag
cool-retro-term.appto the/Applicationsfolder





