Uninstall Renpy

sudo dnf remove renpy

  • Remove Ren'Py Projects and Files:

  • Right-click the folder and select Delete, then empty your Recycle Bin.

    To fully uninstall Ren’Py, you need to remove the application files and the persistent data stored in your system folders

    . Since Ren’Py is often distributed as a standalone folder rather than a traditional installer, the process may vary slightly based on how you first set it up. 1. Remove the Ren’Py Launcher For Portable/Zip versions:

    Simply find the folder where you extracted Ren’Py (e.g., your desktop or a dedicated "Dev" folder) and delete the entire directory. For Installed versions (Windows): Control Panel and navigate to Programs > Programs and Features or a specific version (e.g., "Ren'Py 8.x") in the list. Right-click and select For macOS: Drag the Ren’Py application from your Applications folder to the 2. Clear Persistent Data and Save Files

    Ren’Py stores "persistent" data (like unlocks and settings) and save games in hidden system directories. To do a "full feature" uninstall, you must clear these: , and press Enter. Find and delete the In the Finder "Go" menu, hold the key to reveal the hidden folder. Navigate to Library/RenPy and delete the relevant game folders. and delete the contents. 3. Back Up Your Projects (Recommended) 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

    If the program does not appear in your "Add or Remove Programs" list or refuses to delete: Microsoft Program Install and Uninstall Troubleshooter to force a removal.

    Manually delete any remaining shortcuts on your desktop or start menu. cleanly reinstall a specific version of Ren'Py after this? How to uninstall a game in Windows 11 & 10 the SAFE way

    Ren’Py is unique because it doesn't use a standard "installer" in the traditional sense; instead, it runs as a "portable" application that is simply extracted from a compressed file. Consequently, there is no entry for it in your system's "Add or Remove Programs" list.

    To fully remove Ren’Py and its associated data, follow these steps: 1. Delete the Main Application Folder

    Because Ren'Py is extracted into a standalone directory (e.g., renpy-8.5.2-sdk), uninstalling is as simple as deleting that entire folder. sudo dnf remove renpy

    Windows: Locate the folder where you unzipped the download and move it to the Recycle Bin.

    macOS: Drag the Ren’Py folder from your Applications (or wherever you moved it after mounting the DMG) to the Trash. 2. Back Up or Remove Your Projects

    Normally, deleting Ren’Py won't delete your game projects if you saved them in a separate directory. However, if your project folders are located inside the main Ren’Py directory, they will be deleted along with the app.

    Action: Before deleting the main folder, move your individual game project folders to a safe location if you plan to continue working on them later. 3. Clear Persistent Data and Save Files

    Even after deleting the application, Ren’Py often leaves behind "persistent data" (like your preferences or game progress) and save files in hidden system folders. To perform a "clean" uninstall, you should remove these as well:

    Windows: Navigate to %APPDATA%/RenPy/ (usually C:\Users\[Username]\AppData\Roaming\RenPy\). Delete the folder corresponding to your game or the launcher. macOS: Check ~/Library/RenPy/ and delete relevant folders. Remove Ren'Py Projects and Files:

    Linux: Look for the hidden .renpy directory in your home folder. 4. Remove Text Editor Integration

    If you installed a text editor like Visual Studio Code through the Ren’Py launcher, that editor will remain on your system even if you delete Ren’Py. You must uninstall the editor separately using your system’s standard uninstall tool if you no longer need it.

    Are you looking to completely wipe your progress for a specific game, or are you trying to troubleshoot an error with the launcher itself? Quickstart — Ren'Py Documentation


  • Remove desktop integration (if you added a .desktop file):


  • To completely wipe all traces of Ren’Py from your system, you must manually delete your project folders. Back them up first if you want to keep your work.

    Once you have successfully uninstalled Ren’Py, reinstalling is easy:

    Tip: Do not extract the new version over an old, partially deleted installation. Always use a clean folder.


    Even after deleting the engine, .rpyc (compiled Ren’Py script) files may remain in your project folders. Use your file explorer’s search function to find and delete all .rpyc files.