OpenMW AppImage

Author:
OpenMW Contributors
Description:
A portable Linux executable for OpenMW Launcher, OpenMW CS, Navmeshtool, and the OpenMW engine executable. Source and build instructions can be found on GitLab.
OpenMW Compatibility:
Active:
Yes

Usage Info

Did you find any inaccurate information below? Please let us know by opening an issue on GitLab or joining our Discord!

Usage Notes:

These AppImages are built and provided by the creator of Modding-OpenMW.com and are not endorsed or supported by the OpenMW team.

Verify files with minisign:

minisign -Vm <file> -P RWRhRQIxQyKu4Bpxy2AF5lB2el21dlVzMSPuTr3ThgYD3WskT80vbmTH

Latest Release: OpenMW 0.48.0

View all release files

Dev Builds: OpenMW 0.49 Version

Experimental Builds

Click to expand/collapse:

Experimental builds, with code and features not merged into the main OpenMW codebase, can be found at this link.

Use these builds at your own risk! They may contain features that never get merged, as well as bugs not found in upstream OpenMW.

How To Use An AppImage

  1. Download the file (and minisig)
  2. Verify with minisign
  3. Make it executable
  4. Run it (via terminal or by clicking it in your file manager, or by other means)
curl -sL -O https://modding-openmw.com/files/appimages/release/0.48.0/OpenMW_Launcher-0.48.0-x86_64.AppImage
curl -sL -O https://modding-openmw.com/files/appimages/release/0.48.0/OpenMW_Launcher-0.48.0-x86_64.AppImage.minisig
minisign -Vm OpenMW_Launcher-0.48.0-x86_64.AppImage -P RWRhRQIxQyKu4Bpxy2AF5lB2el21dlVzMSPuTr3ThgYD3WskT80vbmTH
chmod +x OpenMW_Launcher-0.48.0-x86_64.AppImage
./OpenMW_Launcher-0.48.0-x86_64.AppImage

Report A Problem

Report problems specific to the AppImage on GitLab, where you can also view known issues.

Why Use An AppImage?

AppImages are mostly useful for being standalone executables that just work. There may be an existing, official way to get a release build (e.g. Flatpak) but generally speaking you have to build it yourself if you want to try a development build on Linux.

These are provided as a way for folks to get easy access to development builds on virtually any modern Linux setup (including the Steam Deck), and also for those that just want a single, standalone executable.

Settings
GPLv3 logo