Skip to content
FaithBeam edited this page Apr 1, 2026 · 6 revisions

Prerequisites

  • unzip
  • fuse2

Refer to your package manager on how to install these. unzip very likely is already installed, fuse2, maybe not.

Manual

  1. Download either x64 or arm64 .AppImage from the Releases page
  2. Open a terminal in the folder where your .AppImage is downloaded
  3. Make AppImage executable
    chmod +x ./stalker-gamma+linux.x64.AppImage
  4. Create a config
    ./stalker-gamma+linux.x64.AppImage config create \
    --anomaly gamma/anomaly \
    --gamma gamma/gamma \
    --cache gamma/cache
  5. Full Install
    ./stalker-gamma+linux.x64.AppImage full-install
  6. Run gamma/ModOrganizer.exe

WINEPREFIX

  • Runner: proton-ge-9-20
  • Winetricks/Protontricks
    • d3dcompiler_43
    • d3dcompiler_47
    • d3dx10
    • d3dx11_43
    • d3dx9
    • vcrun2022

AUR (Arch Linux)

You can install stalker-gamma-cli via AUR.

yay -S stalker-gamma-cli-bin

Clone this wiki locally