Skip to content

Rustris v0.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jan 16:39
3a13b8c

🎮 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.deb

Fedora / 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.rpm

Universal 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.txt

Note: This project is currently Work In Progress (WIP). Use with caution and report any issues on the GitHub tracker.

What's Changed

Full Changelog: https://github.com/alejandrade/rustris/commits/v0.0.2