Skip to content

Ratty 0.4.2

Latest

Choose a tag to compare

@orhun orhun released this 15 Jun 10:29
· 3 commits to main since this release
a487312

Ratty logo

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 ratty

From Arch Linux repositories:

pacman -S ratty

Or 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

Full Changelog: v0.4.1...0.4.2