- Geode Profiles
- Multiple Instances
- Different Versions
- And more to come...
- Mobile operating systems like Android require a different language for our backend, along with a whole range of permissions that we're not able to support right now.
- iOS support is unlikely unless Apple significantly lightens its restrictions.
- Files inside the Program Files directory, including Steam, are protected by Windows and require admin permissions to rename folders and use symlinks.
- Symlinks on Windows are created via
mklink, which requires elevated permissions. - These permissions are used solely to handle installations in a safe and legal way.
We require a legitimate Steam copy to comply with Steam's EULA and to avoid any risk of piracy.
Check out the CONTRIBUTING.md file it has everything you need to get started.
Amethyst Launcher can only be installed from GitHub Releases.
Releases → Latest version → Install the .exe
Releases → Latest version → Run:
sudo apt install /path/to/deb.debRequirements:
- Python 3
- Qt 6
sudo apt install python3 python3-pip python3-venv qt6-base-dev build-essentialsudo dnf install python3 python3-pip qt6-qtbase-develsudo pacman -S python python-pip qt6-basepython3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtpyinstaller amethyst.spec --noconfirmchmod +x dist/AmethystLauncher/AmethystLauncherRequirements:
- Python 3 (make sure it is added to PATH)
- Qt 6
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txtpyinstaller amethyst.spec --noconfirm.\dist\AmethystLauncher\AmethystLauncher.exeWindows will prompt for the necessary permissions via UAC.
See LICENSE for details.

