Software:Rio (terminal emulator)

From HandWiki
Rio
Rio terminal.png
Original author(s)Raphael Amorim
Initial releaseMay, 2023
Stable release
v0.0.16
Repositoryhttps://github.com/raphamorim/rio
Written inRust
Operating systemMacOS, Microsoft Windows, Linux, FreeBSD
Platformx86-64, IA-32
LicenseMIT License
Websiteraphamorim.io/rio

Rio is a free and open-source GPU-accelerated terminal emulator powered by Rust and WebGPU for performance.[1]

The terminal is configurable to use as little or as much GPU as needed. Rio is also available as a native desktop application or as a Web application with WebAssembly.[2]

Features

  • Supports true color, text formatting features
  • Choose between fork or spawn processes
  • Supports multiple windows and tabs[3]
  • Single config file
  • Colorize tabs based on running programs

Configuration

Rio is configured by editing a template file in TOML format[4], for example:

performance = "High"

[colors]
background       = '#2B3E50'
foreground       = '#F8F8F2'
cursor           = '#E6DB74'
black            = '#FFFFFF'
blue             = '#030303'

See also

Note: This topic belongs to "Free and open-source software " portal

References

Template:Terminal emulators Category:Free terminal emulators