Quick start¶
Rezeptor installs and launches Windows software on Linux with tested recipes and Proton-GE.
Requirements¶
- Linux (x86_64), desktop environment
- Network on first run (Proton-GE download per
core/runtime.lock)
Depends on how you install:
| Path | Host PyQt6 needed? |
|---|---|
Git clone or tar.gz + ./setup.sh |
Yes — distro package python-pyqt6 (Arch/CachyOS) or equivalent; optional PyQt6-Fluent-Widgets |
| AppImage (release) | No — Python and PyQt6 are bundled (recommended on Bazzite / immutable distros) |
| Flatpak (release) | No — Python, PyQt6, and Proton-GE are bundled |
Installation¶
From the repository (host PyQt6 required)¶
AppImage (no host PyQt6)¶
- Download
rezeptor-*-x86_64.AppImageandSHA256SUMSfrom GitHub Releases - Verify:
sha256sum -c SHA256SUMS chmod +x rezeptor-*-x86_64.AppImage && ./rezeptor-*-x86_64.AppImage
Flatpak (no host PyQt6)¶
Build locally: scripts/build-flatpak.sh (needs flatpak-builder and runtime org.freedesktop.Platform//25.08).
tar.gz release (host PyQt6 required)¶
- Download
rezeptor-*.tar.gzand verify withsha256sum -c SHA256SUMS - Unpack and run
./setup.sh
First steps in the GUI¶
- Pick a recipe in the sidebar
- Set the source (installer, portable folder, EXE — depends on the recipe; BYOS)
- For portable recipes, set a target if needed
- Install — watch progress in the activity log
- Check status (optional on startup; anytime with F5)
- Launch
Where is the data?¶
| Path | Contents |
|---|---|
~/.local/share/wine-software/<id>/ |
Recipe state, prefix (prefix/), recipe.env |
~/.local/share/wine-software/runtime/proton-ge/ |
Shared Proton-GE (survives uninstall) |
~/.local/share/wine-software/logs/ |
Install/validate logs |
~/.local/share/wine-software/rezeptor/settings.json |
Launcher settings |
| Portable / game folders | Often outside (e.g. ~/Documents/…, Steam library) |
Developer mode¶
Or enable Developer mode in Settings (edit recipe files in the GUI).