🎮 Rustris v0.0.2
Rustris is a modern, user-friendly companion app for Lutris. It simplifies the management of Wine and Proton runners, allowing you to easily switch versions, install the latest GE-Proton releases, and manage global settings with a clean interface.
📥 Quick Download
| Architecture | Debian / Ubuntu (.deb) | Fedora / CentOS (.rpm) | Universal Linux (.AppImage) |
|---|---|---|---|
| x86_64 | Download .deb | Download .rpm | Download .AppImage |
| ARM64 | Download .deb | Download .rpm | Download .AppImage |
🛠️ Installation & Usage
Debian / Ubuntu (.deb)
# For x86_64 (Standard PC)
sudo dpkg -i Rustris_0.0.2_amd64.deb
# For ARM64 (Mac Silicon / Pi)
sudo dpkg -i Rustris_0.0.2_arm64.debFedora / CentOS (.rpm)
# For x86_64
sudo dnf install Rustris-0.0.2-1.x86_64.rpm
# For ARM64
sudo dnf install Rustris-0.0.2-1.aarch64.rpmUniversal Linux (.AppImage)
# For x86_64
chmod +x Rustris_0.0.2_amd64.AppImage
./Rustris_0.0.2_amd64.AppImage
# For ARM64
chmod +x Rustris_0.0.2_aarch64.AppImage
./Rustris_0.0.2_aarch64.AppImage🛡️ Verification
Verify your download using the provided SHA256 checksums:
sha256sum -c SHA256SUMS.txtNote: This project is currently Work In Progress (WIP). Use with caution and report any issues on the GitHub tracker.
What's Changed
- 3-egl-display-egl_bad_parameter by @alejandrade in #4
- fixing release script by @alejandrade in #7
- fixing initial setup by @alejandrade in #8
Full Changelog: https://github.com/alejandrade/rustris/commits/v0.0.2