Skip to content

Ratty v0.5.0

Latest

Choose a tag to compare

@orhun orhun released this 05 Jul 16:57
8d1c0a5

Ratty logo

Ratty: A GPU-rendered terminal emulator with inline 3D graphics 🧀
ratty-term.org

0.5.0 - 2026-07-05

The highlight of this release is the performance improvements and STL support!

Now you can use STL files as the cursor model or inline objects. For example, to change the cursor (with a texture):

[cursor.model]
path = "SkateMouse.stl"
texture = "texture.png"

"Your terminal can render in 3D now, and Rust made it surprisingly usable" - MakeUseOf

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

Bug Fixes

  • Preserve chunked payloads by @orhun

New Contributors

Full Changelog: v0.4.2...0.5.0