Ratty: A GPU-rendered terminal emulator with inline 3D graphics 🧀
ratty-term.org
0.4.2 - 2026-06-15
The highlight of this release is the new Rubik's Cube demo!
ratty-rubiks-cube.mp4
Download Ratty
From crates.io:
cargo install rattyFrom Arch Linux repositories:
pacman -S rattyOr download binary releases:
| File | Platform | Checksum |
|---|---|---|
| ratty-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ratty-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ratty-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| ratty-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ratty-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Features
- Add Rubik's Cube example by @orhun in #110
- Add Nix compatible build files by @DarthPJB in #61
- Embed app icon and set consoleAllocationPolicy=detached for Windows by @sitiom in #87
Bug Fixes
- Shut down gracefully on window close by @gold-silver-copper in #108
- Make xy plane offset coordinates in 2D mode work like in 3D by @Nomagno in #86
- Reflow terminal contents on resize by @orhun in #105
- Add drag threshold for mouse selection by @orhun in #104
- Report correct window size back to Portable-PTY at all times by @Nomagno in #96
New Contributors
- @Nomagno made their first contribution in #86
- @DarthPJB made their first contribution in #61
- @sitiom made their first contribution in #87
Full Changelog: v0.4.1...0.4.2
