// the find
ghreprimand/odytty
Linux terminal emulator built around visual identity and in-app menu-driven configuration - theme builder, bloom/CRT/retro effects, GPU rendering.
OdyTTY is a from-scratch GPU-rendered terminal emulator in Rust with a heavy focus on visual customization (themes, bloom/CRT effects) and in-app configuration rather than config-file editing. It's aimed at Linux/Wayland desktop users who want a Kitty/Ghostty/Alacritty alternative with more eye candy and a built-in theme builder.
Owns the full stack itself (PTY, escape parser, terminal model, wgpu renderer) instead of wrapping an existing library, which is a serious undertaking for a solo/small project. The release process is unusually disciplined for a project this size: minisign-signed installers, checksum verification, provenance checks, and a documented CI gate across three platforms. Test infrastructure is broad — fuzz targets for the parser and graphics protocols, mutation testing, a pinned vttest conformance runner, and preregistered benchmark protocols with published raw data rather than marketing numbers.
The README's prose is bloated with hedge-heavy corporate-audit language ('preregistered,' 'evidence classes,' 'bounded') that makes it hard to tell what the terminal is actually like to use day to day. Pre-1.0 with acknowledged gaps: no native macOS/Windows on-device testing, no full bidi/complex-script support, Windows session persistence missing. Only 33 stars and 2 forks despite the enormous documentation surface, so real-world usage outside the maintainer is essentially unverified — the extensive benchmark/fuzzing apparatus reads more like it's compensating for that than reflecting genuine adoption pressure.