MSI
WinGet
Rio
Raphael Amorim · 0.2.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i Rio-installer-x86_64.msi /quiet /norestart
File Identity
Filename
Rio-installer-x86_64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
raphamorim.rio
Version
0.2.1
Description
Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers.
License
MIT
↗
Homepage
https://github.com/raphamorim/rio
Min OS Version
10.0.0.0
Upgrade Behavior
install(Install over existing)
Release Notes
- Fix: Search seems broken in 0.2.0 #785.
- Regular font is now 400 as default weight.
- Support to choosing font width #507.
- Support to multiconfiguration. Rio now allows you to have different configurations per OS, you can write ovewrite Shell, Navigation and Window.
Example:
[shell]
# default (in this case will be used only on MacOS)
program = "/bin/fish"
args = ["--login"]
[platform]
# Microsoft Windows overwrite
windows.shell.program = "pwsh"
windows.shell.args = ["-l"]
# Linux overwrit…