Uninstall Renpy -
Before deleting everything, ensure you have backed up your actual game projects. Uninstalling the launcher usually does not affect your project files, but it is best practice to move your project directory to a safe location before a full wipe. You can find your current project path in the Preferences menu of the Ren’Py launcher. 4. Troubleshooting Uninstallation
Alternatively, you can also uninstall Ren'Py directly from the Start menu:
If you delete your Ren’Py folder, you will delete every visual novel project stored inside the renpy-[version]/projects directory unless you moved them elsewhere.
sudo pacman -Rns renpy # or your AUR helper: yay -Rns renpy rm -rf ~/.renpy uninstall renpy
This depends entirely on how you built and distributed the game. If you created an installer for Windows users, they would use the standard system uninstallation method. If you provided a standalone folder, they would just delete that folder. You can also include an "Uninstall Game" option in your game's main menu by calling the ShowMenu("uninstall") action, which provides a user-friendly way for them to uninstall your creation.
Drag the icon to the , or right-click and select Move to Trash . Empty your Trash . If you downloaded the tar.bz2 archive: Open your terminal. Navigate to the directory containing the Ren'Py folder. Run the removal command: rm -rf renpy-version-sdk/ Use code with caution. Step 3: Clear Leftover AppData and Save Directories
Simply locate the Ren'Py installation directory and delete it using your file manager or the rm -rf [directory] command in the terminal. Before deleting everything, ensure you have backed up
: Open your Applications folder (or wherever you moved the Ren'Py app), right-click the Ren'Py icon, and select Move to Trash . 2. Remove Persistent Data and Game Saves
To uninstall Ren'Py properly, one must locate the main Ren'Py directory. This folder contains the launcher executable ( renpy.exe on Windows, renpy.app on macOS, or renpy.sh on Linux), the renpy and lib subdirectories, and crucially, the rapt and renios folders for mobile builds. Deleting this entire folder removes the engine itself. However, the user’s projects—the visual novels they have created or are developing—are usually stored elsewhere, often within a projects or games subfolder inside the same directory. If the user intends to keep their creative work, they must first move these project folders to a new location before deletion. Ren'Py also generates persistent data, such as recent project lists, editor preferences, and SDK update caches. On Windows, these are sometimes saved in %APPDATA%\RenPy ; on macOS, in ~/Library/RenPy ; and on Linux, in ~/.renpy . A thorough uninstall should include deleting these hidden folders as well.
Ren'Py uninstalls aren't always smooth. Here are some common problems and their solutions. If you created an installer for Windows users,
Projects are typically saved in the renpy-[version]/projects/ folder. Copy that entire folder before uninstalling.
To completely , delete its unzipped Software Development Kit (SDK) folder directly, as it does not use a traditional system installer. To purge all residual settings, developer caches, and persistent game data, you must also manually remove the hidden data directories.