Linux
Unzip, make executable, run Swarmy.x86_64.
Download for Linux
Swarmy-linux.zip · binary: Swarmy.x86_64
Requirements
- 64-bit (x86_64) desktop Linux
- About 100 MB free disk space after unzip
- Vulkan or OpenGL-capable GPU drivers (Mesa or vendor drivers)
- glibc-based distro recommended (Ubuntu, Debian, Fedora, Arch, openSUSE, …)
General install (any distro)
- Download Swarmy-linux.zip
-
Unzip
unzip Swarmy-linux.zip -d Swarmy && cd Swarmy -
Make executable
chmod +x Swarmy.x86_64 -
Run
./Swarmy.x86_64— keepSwarmy.pcknext to the binary.
Ubuntu / Debian / Linux Mint / Pop!_OS
-
Optional libs
If the game fails to start for missing libraries:
sudo apt update && sudo apt install -y libx11-6 libxcursor1 libxinerama1 libxrandr2 libxi6 libgl1 libasound2t64 || sudo apt install -y libasound2 -
Unzip & run
Same as general steps. On Wayland, XWayland is usually fine; if not, try
GDK_BACKEND=x11 ./Swarmy.x86_64or launch from a terminal to see errors. -
Desktop shortcut (optional)
Create a
.desktopfile pointingExec=at the full path ofSwarmy.x86_64andPath=to the folder that contains the.pck.
Fedora / RHEL / Rocky / Alma
-
Optional libs
sudo dnf install -y libX11 libXcursor libXinerama libXrandr libXi mesa-libGL alsa-lib -
SELinux
If the binary is blocked after download:
sudo chcon -t bin_t ./Swarmy.x86_64or run from a user-writable directory under$HOME. -
Run
chmod +x Swarmy.x86_64 && ./Swarmy.x86_64
Arch / Manjaro / EndeavourOS
-
Optional libs
sudo pacman -S --needed libx11 libxcursor libxinerama libxrandr libxi mesa alsa-lib -
Run
chmod +x Swarmy.x86_64 && ./Swarmy.x86_64
openSUSE
-
Optional libs
sudo zypper install libX11-6 libXcursor1 libXinerama1 libXrandr2 libXi6 Mesa-libGL1 libasound2 - Run Same general unzip / chmod / execute steps as above.
Steam Deck / SteamOS (desktop mode)
- Switch to Desktop Mode, download and unzip with Dolphin or terminal.
chmod +x Swarmy.x86_64then run from Konsole, or add as a non-Steam game pointing at the binary.- Keep the
.pckbeside the executable.
Troubleshooting
- Permission denied:
chmod +x Swarmy.x86_64 - No such file or directory on a 64-bit binary: usually missing loader/libs — install the packages listed for your distro family, or run
ldd ./Swarmy.x86_64to see what is missing. - Vulkan / black screen: Update Mesa or vendor GPU drivers; try launching from a terminal for engine errors.
- musl distros (Alpine, etc.): This build expects glibc. Use a glibc-based distro or a container with glibc for best results.