scummvm
scummvm 2026.3.0
Program to run certain classic graphical point-and-click adventure games (such as Monkey Island)
<rendered-html><p>ScummVM is a program which allows you to run a variety of classic graphical point-and-click adventure games and role-playing games, provided you already have their data files. It reimplements the original engines (SCUMM, SCI, AGS, and many more) so those games can be played on systems and hardware they were never designed for.</p> </rendered-html>
https://www.scummvm.org/GNU General Public License v2.0 or later
main program: scummvmprograms: scummvm
Maintainers
Platforms (45)
m68k-netbsdi686-freebsdriscv32-netbsdmipsel-netbsdmicroblazeel-linuxmips64-linuxx86_64-freebsdx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ scummvm ];
Ad-hoc shell
nix-shell -p scummvm
Flake (nix run)
nix run nixpkgs#scummvm