Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
6d0c89e
feat: updated translations, fixed windows warn
dest4590 Nov 16, 2025
1f7153b
feat: improved filters menu
dest4590 Nov 17, 2025
07ec72a
feat: updated readme, rephrased text and updated screenshots
dest4590 Nov 17, 2025
4b5e711
Revise SECURITY.md for clarity and conciseness
dest4590 Nov 17, 2025
3e7a128
feat: added security in russian
dest4590 Nov 17, 2025
8b70671
feat: added links for security
dest4590 Nov 17, 2025
c26d387
feat: improvements to frontend code, removed unused code, and improve…
dest4590 Nov 21, 2025
1e2bc9b
feat: improved expanded card, and fixed bug with scrollbar
dest4590 Nov 21, 2025
d3b702f
feat: simplified friends service
dest4590 Nov 21, 2025
0b803be
feat: UI/UX improve to search and home client-list
dest4590 Nov 21, 2025
6135e94
feat: optimized and removed unused code from Home and ClientCard
dest4590 Nov 22, 2025
cf61a0c
feat: fully removed client-list animation
dest4590 Nov 22, 2025
00ce8c0
feat: rewritten Server.rs logic
dest4590 Nov 22, 2025
2ebfbdd
feat: improved preloader & fixed blurry screen
dest4590 Nov 22, 2025
5b00ebb
feat: improved preloader animation, and app loading
dest4590 Nov 22, 2025
244d275
feat: added startup animation for client cards
dest4590 Nov 22, 2025
9e810c2
feat: fixed tooltip of insecure warning
dest4590 Nov 22, 2025
eaceae1
feat: added SettingsService, fixed monaco editor
dest4590 Nov 22, 2025
ffe7506
feat: fixed build crash on linux
dest4590 Nov 22, 2025
b0f832c
feat: removed unused logging
dest4590 Nov 23, 2025
4e02a68
feat: improved data managment
dest4590 Nov 24, 2025
ccf7114
feat: improved settings view structure
dest4590 Nov 24, 2025
2f6a120
feat: implemented new state managment
dest4590 Nov 25, 2025
37bc79c
feat: added client mocking
dest4590 Nov 25, 2025
a2ee208
feat: changed log
dest4590 Nov 25, 2025
3c7b2ff
feat: cargo clippy
dest4590 Nov 25, 2025
13dd2c9
feat: improved paths
dest4590 Nov 25, 2025
01ec248
New state manager
dest4590 Nov 25, 2025
cd44801
feat: fixed os error 32
dest4590 Nov 25, 2025
1a4d173
feat: improved manager code
dest4590 Nov 26, 2025
141ee27
feat: bumped to 0.2.4 (agent) version
dest4590 Nov 27, 2025
7c6341b
feat: added force CDN & AUTH .env override
dest4590 Nov 27, 2025
5d61a36
feat: code structure & logging improve
dest4590 Nov 28, 2025
c2741d3
feat: added slow speed warning
dest4590 Nov 28, 2025
ea7fd9d
feat: code structure, global layout improvements
dest4590 Nov 28, 2025
7360286
feat: added sidebar dragging
dest4590 Nov 28, 2025
c9f4dd9
feat: sidebar overflow fixes
dest4590 Nov 28, 2025
60a2461
feat: scrollbar disappear fix
dest4590 Nov 28, 2025
9a69538
feat: finally fixed bug with scrollbar 🙏
dest4590 Nov 29, 2025
38573aa
feat: fixed toast container disappear animation
dest4590 Nov 29, 2025
ff95b8e
feat: improved settings usage & frontend build
dest4590 Nov 29, 2025
ff3d476
feat: bug fixes & logging improve
dest4590 Dec 1, 2025
1517582
feat: rewritten README and security docs
dest4590 Dec 2, 2025
a23773c
feat: fixed java download
dest4590 Dec 3, 2025
9bde509
feat: enhance sync status and authentication handling with user notif…
dest4590 Dec 3, 2025
f78d889
feat: fixed delayed window appear because of tauri threads
dest4590 Dec 3, 2025
aa29b61
feat: updated deps
dest4590 Dec 4, 2025
a89f041
feat: full IRC chat remake
dest4590 Dec 6, 2025
484bacd
feat: guests now can send messages
dest4590 Dec 6, 2025
de3674c
feat: added force reconnect button
dest4590 Dec 8, 2025
1407c07
feat: sync and status rework
dest4590 Dec 8, 2025
ea4cfc2
feat: code cleanup
dest4590 Dec 9, 2025
da737e3
feat: improved about section and removed unused files
dest4590 Dec 9, 2025
2629ce3
feat: remove debug log for IRC message events
dest4590 Dec 9, 2025
297ee71
feat: improved IRC chat security and handling
dest4590 Dec 9, 2025
12070d9
feat: updated deps, prepare for 0.2.4 release
dest4590 Dec 9, 2025
9ffdbc8
feat: shit-code cleanup & sidebar tips
dest4590 Dec 9, 2025
e75197a
feat: added irc chat context menu
dest4590 Dec 9, 2025
f5f03bf
feat: refactored api services
dest4590 Dec 10, 2025
4624f65
feat: preset code refactor
dest4590 Dec 10, 2025
f66df50
feat: added InlineIRCChat to friends view
dest4590 Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Global variable for development mode, enables dev features
DEVELOPMENT=true

USE_LOCAL_SERVER=false

# Using a mock server for updates (localhost:8000), check scripts/serve_mock_release.py for more info
LOCAL_UPDATER_URL=false
SKIP_AGENT_OVERLAY_VERIFICATION=false

# Skips verification of the agent overlay files
SKIP_AGENT_OVERLAY_VERIFICATION=false

# Mock some clients (for offline development without connection to servers)
MOCK_CLIENTS=false

# Force a specific CDN server (overrides default list)
FORCE_CDN=

# Force a specific Auth server (overrides default list)
FORCE_AUTH=
110 changes: 0 additions & 110 deletions .github/copilot-instructions.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/instructions/vue.instructions.md

This file was deleted.

85 changes: 40 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,69 @@
<p align="center">
<div align="center">
<img src="https://github.com/dest4590/CollapseLoader/assets/80628386/190926bf-cde4-4de4-a35f-476eb9d9ac7b" width="100">
</p>
<h1>CollapseLoader</h1>

<h1 align="center">CollapseLoader</h1>
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/dest4590/CollapseLoader/build.yml?style=for-the-badge&logo=githubactions&logoColor=ffffff&color=%2382B155)](https://github.com/dest4590/CollapseLoader/actions)
[![GitHub Release](https://img.shields.io/github/v/release/dest4590/CollapseLoader?display_name=tag&style=for-the-badge&logo=alwaysdata&logoColor=ffffff)](https://github.com/dest4590/CollapseLoader/releases/latest)
[![GitHub Pre-release](https://img.shields.io/github/v/release/dest4590/CollapseLoader?include_prereleases&display_name=tag&style=for-the-badge&logo=buffer&label=Prerelease)](https://github.com/dest4590/CollapseLoader/releases)

<p align="center">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/dest4590/CollapseLoader/build.yml?style=for-the-badge&logo=githubactions&logoColor=ffffff&color=%2382B155">
<a href="https://github.com/dest4590/CollapseLoader/releases/latest" target="_blank">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/dest4590/CollapseLoader?display_name=tag&style=for-the-badge&logo=alwaysdata&logoColor=ffffff">
</a>
<img alt="GitHub Pre-release" src="https://img.shields.io/github/v/release/dest4590/CollapseLoader?include_prereleases&display_name=tag&style=for-the-badge&logo=buffer&label=Prerelease">
</p>
## A Simple Tool to Run Safe Minecraft Cheat Clients

<h2 align="center">GUI Utility to Run Secure Minecraft Hacked Clients</h2>
Download the latest version from our [official website](https://collapseloader.org) or [GitHub releases](https://github.com/dest4590/CollapseLoader/releases).

<p align="center">
Download the latest version from our <a href="https://collapseloader.org">official website</a> or <a href="https://github.com/dest4590/CollapseLoader/releases">GitHub releases</a>.
</p>
</div>

---

## About CollapseLoader

CollapseLoader is an open-source GUI utility designed to securely launch Minecraft cheat clients on Windows and Linux. Built with Rust and Tauri, it prioritizes safety, transparency, and ease of use. Key features include:
CollapseLoader is a free, open-source tool built with Rust and Tauri. It helps you safely launch Minecraft cheat clients on Windows and Linux. We focus on safety, honesty, and making things easy to use.

- **Secure Client Management**: Only thoroughly vetted clients are supported, ensuring a safe experience.
- **Open-Source Transparency**: All code is available on [GitHub](https://github.com/dest4590/CollapseLoader) for community review.
- **Cross-Platform Support**: Works seamlessly on Windows and Linux.
- **Virus-Free Guarantee**: Every client and build is scanned for malware using advanced tools and VirusTotal.
### Key Features

Join our [Discord community](https://collapseloader.org/discord) for support and updates!
- **Strict Checks**: We only support clients that pass our security tests.
- **Open Source**: Anyone can check our code on [GitHub](https://github.com/dest4590/CollapseLoader).
- **Works Everywhere**: Runs great on both Windows and Linux.
- **No Viruses**: We scan every client and update with powerful antivirus tools to make sure they are clean.

Join our [Discord community](https://collapseloader.org/discord) for help and news!

---

## Why CollapseLoader is Safe

CollapseLoader is designed with security as a top priority. Here’s why you can trust it:

- **Fully Open-Source**: All components, including the launcher, API, and Discord bot, are available on [GitHub](https://github.com/CollapseLoader) for public auditing.
- **Rigorous Client Verification**: Each client is tested using virtual machines, decompilers, debuggers, and VirusTotal to ensure it’s free of malware.
- **No Obfuscation**: Clients with protectors like VMProtect or Themida are prohibited, and CollapseLoader’s code is free of obfuscation for full transparency.
- **Automated Builds**: Built via GitHub Actions, ensuring reproducible and tamper-free releases. Download builds directly from [GitHub Actions](https://github.com/dest4590/CollapseLoader/actions).
We built CollapseLoader with safety in mind:

- **Public Code**: All parts of our project are on [GitHub](https://github.com/CollapseLoader) for anyone to check.
- **Tested Clients**: We test each client using special tools and virus scanners to ensure they are safe, using our own [CollapseScanner](https://github.com/CollapseLoader/CollapseScanner) tool.
- **No Hidden Code**: We do not allow clients with hidden or "obfuscated" code. All clients code are fully open for review.
- **Automatic Builds**: Our downloads are built automatically by GitHub Actions, so you know the files are safe and unchanged.

> **Note**: While CollapseLoader ensures maximum safety, always exercise caution with cheat clients, as they carry inherent risks. Download only from official sources.
> **Note**: Even though we make things as safe as possible, always be careful with cheat clients. Only download from official sources.

For more details, see our [Security Overview](SECURITY.md).
For more info, read our [Security Overview](SECURITY.md).

---

## Showcase
## Screenshots

<p align="center">
<img src="https://github.com/user-attachments/assets/a0a290ca-15ca-4cd9-a9e4-fda225c4ff9d" width="400">
<img src="https://github.com/user-attachments/assets/fb1d0f42-e8e1-4ca6-918a-ce8f7e046c2b" width="400">
</p>
<p align="center">
<img src="https://github.com/user-attachments/assets/edfdeb40-f13e-4452-9513-e6abf0783cbd" width="400">
<img src="https://github.com/user-attachments/assets/64aee410-fa8f-47d9-ba75-414b56f3c16b" width="400">
</p>
<div align="center">
<img src="https://github.com/user-attachments/assets/ab1fee13-143c-4790-8db5-742c09f3b6eb" width="400">
<img src="https://github.com/user-attachments/assets/4e279ed9-ca9c-424b-a73b-ae7bc350e7da" width="400">
<img src="https://github.com/user-attachments/assets/341a0331-dae4-453d-875c-3f0fffbe7d8b" width="400">
<img src="https://github.com/user-attachments/assets/a908c8fe-9f69-4fc2-849b-5a0d8bd0d9da" width="400">
<img src="https://github.com/user-attachments/assets/453fd0b6-642d-439a-9002-ec1b3ad5dad7" width="400">
<img src="https://github.com/user-attachments/assets/5e934306-0408-407e-876b-0cd6e7b77152" width="400">
</div>

---

## Installation
## How to Install

### What You Need

- **Windows**: Windows 10 or newer.
- **Linux**: A modern Linux system (like Ubuntu 20.04 or newer).

### Prerequisites
- **Windows**: Windows 10 or later.
- **Linux**: A modern Linux distribution (e.g., Ubuntu 20.04+).
- **Dependencies**: Rust and Tauri (for building from source).
### Download

**Download the Latest Release**:
- Visit [GitHub Releases](https://github.com/dest4590/CollapseLoader/releases) or [collapseloader.org](https://collapseloader.org).
- Download the appropriate binary for your platform (Windows or Linux).
Go to [GitHub Releases](https://github.com/dest4590/CollapseLoader/releases) or [collapseloader.org](https://collapseloader.org). Download the file for your system (Windows or Linux).
45 changes: 45 additions & 0 deletions SECURITY-RU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# CollapseLoader: Почему это безопасно

### [Русская версия](SECURITY-RU.md)

### Дополнительный документ о безопасности [здесь](https://docs.google.com/document/d/1XNgaQqfSbuimnGh2WTufgm0pXGoeDI3ezNgcF6hPq9s/edit?usp=sharing)

CollapseLoader — это бесплатная программа для запуска чит-клиентов Minecraft. Мы на 100% открыты и проверяем всё, чтобы обеспечить вашу безопасность.

Наша система безопасности состоит из трёх простых частей:

## 1. Каждый может посмотреть наш код

- **Полностью открытый исходный код:** Весь код CollapseLoader доступен на нашей [организации GitHub](https://github.com/CollapseLoader).
- **Никаких секретов:** У нас нет ничего скрытого, бэкдоров или вредоносного кода.
- **Проверка сообществом:** Люди могут изучить наш код, чтобы убедиться в его безопасности.

## 2. Мы проверяем клиенты на вирусы

У нас есть строгое правило: **если клиент выглядит небезопасным или пытается скрыть свой код (обфускацией), мы его не добавляем.**

### Наш инструмент: CollapseScanner

Мы используем нашу программу **CollapseScanner** для проверки файлов. Он находит:

- **Вирусы:** Любое вредоносное ПО.
- **Подозрительные соединения:** Попытки подключения к странным сайтам или сбор данных.
- **Скрытый код:** Код, который был обфусцирован, чтобы скрыть свои действия. **Мы отклоняем любой клиент, который пытается скрыть свой код.**

## 3. Безопасные загрузки

- **Автоматическая сборка:** Мы используем **GitHub Actions** для сборки программы. Это означает, что никто не может тайно изменить код.
- **Никаких подмен:** Файл, который вы скачиваете, в точности соответствует нашему коду. Никто не может тайно добавить вирус в ссылку для скачивания.

---

## Советы по безопасности

Даже с нашими проверками всегда будьте осторожны. Следуйте этим советам:

- **Официальные источники:** Скачивайте только с нашей [страницы релизов GitHub](https://github.com/CollapseLoader) или с сайта [collapseloader.org](https://collapseloader.org).
- **Обновляйтесь чаще:** Всегда используйте последнюю версию для максимальной безопасности.

---

_Последнее обновление: 2 декабря 2025 г._
Loading