A portable, (universal fuse x86_64) Linux build for SM64 Coop Deluxe. Built with go-appimage to ensure compatibility across modern (Arch, Fedora 40+) and traditional (Ubuntu, Debian) distributions without complex setups.
| File | Description | Link |
|---|---|---|
| Sm64CoopDX-x86_64.AppImage | Main Game Executable | Download Latest |
| mods.zip | Recommended Mods Pack | Download Latest |
Important
You must provide your own legally obtained ROM. The game will not start without this file.
Place your ROM file exactly at this location:
~/.local/share/sm64coopdx/baserom.us.z64
Note: You may need to create the folders if they don't exist.
- Download the
.AppImagefile. - Make it executable and run:
chmod +x Sm64CoopDX-*-x86_64.AppImage
./Sm64CoopDX-*-x86_64.AppImage
Tip
No extra configuration needed. Unlike older AppImages, this build supports both FUSE 2 and FUSE 3 natively.
- Works out-of-the-box on Ubuntu 24.04 (FUSE 3).
- Works out-of-the-box on older systems (FUSE 2).
The AppImage bundles most libraries, but if you are on a very minimal installation and the game fails to open, you might need these basic packages:
Debian / Ubuntu:
sudo apt update
sudo apt install libsdl2-2.0-0 libglew2.2
If the game does not launch, run the AppImage from the terminal to see the error log:
./Sm64CoopDX-*-x86_64.AppImage
Common Errors:
baserom.us.z64 not found: Double-check you placed the ROM in~/.local/share/sm64coopdx/.- Graphics issues: Ensure your GPU drivers (Mesa/Nvidia) are up to date.
Educational Project. This is an unofficial build script. SM64 Co-op Deluxe belongs to the sm64coopdx Team.
- Build maintained by: Retired64
- Build Tool: Custom Python script using
go-appimage.
See the full CREDITS.md for the original development team.
