CollapseLoader is a modern, cross-platform tool built with Rust and Tauri. It provides a safe environment for launching Minecraft cheat clients on Windows and Linux. Our mission is to eliminate the risks associated with third-party software by providing a transparent, community-reviewed platform.
- Strict Verification: Only clients that pass rigorous security audits are supported.
- Cross-Platform: Seamless performance on both Windows and Linux.
- Virus Protection: Integration with CollapseScanner and industry-standard antivirus tools.
- Zero Obfuscation: We only host clients with readable, reviewable code.
- Automated Trust: All binaries are built via GitHub Actions to ensure the code you see is the code you run.
We take security seriously. Unlike traditional loaders, CollapseLoader is built on the principle of "Trust through Verification":
- Public Repositories: Every component is open-source under the CollapseLoader Organization.
- Security Audits: We check for malicious network activity, token loggers, and file system intrusions.
- Security Policy: For a deep dive into our protocols, check our SECURITY.md.
- System: Windows 10 or 11.
- Download: Grab the
.msiinstaller or the standalone.exefrom Releases.
We provide several ways to install CollapseLoader depending on your distribution:
Arch users can install the package using an AUR helper like yay or paru:
# To install the pre-compiled binary version
yay -S collapseloader-bin
# To build from the latest git source
yay -S collapseloader-gitDownload the .deb package from the releases page and install it via:
sudo dpkg -i collapseloader_amd64.deb
sudo apt install -f # Fix potential missing dependenciesDownload the .AppImage file, make it executable, and run:
chmod +x CollapseLoader.AppImage
./CollapseLoader.AppImageFor a full list of supported clients on linux, view our compatibility table.
If the application (especially the Binary or AppImage) fails to start, you likely need to install the webkit2gtk package for your system:
Debian / Ubuntu / Mint:
sudo apt install libwebkit2gtk-4.1-devArch Linux / Manjaro:
sudo pacman -S webkit2gtk-4.1Fedora / RHEL:
sudo dnf install webkit2gtk4.1-develIf you experience a blank screen, flickering, or UI crashes (common on NVIDIA drivers or specific Wayland setups), use the following environment variables to launch the app:
WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 GDK_BACKEND=x11 ./CollapseLoaderTo build CollapseLoader from source, ensure you have the Rust toolchain and Node.js installed.
- Clone the repository:
git clone https://github.com/dest4590/CollapseLoader - Install dependencies:
npm install - Run in dev mode:
npm run tauri dev - Build:
npm run tauri build







