LiquidBounce vs Wurst — Minecraft Client Comparison
LiquidBounce and Wurst are two open-source Minecraft clients with different design histories. LiquidBounce grew out of the legacy 1.8 PvP scene and later moved to a modern Fabric architecture with mixin injection. Wurst started as a Fabric mod in 2014 and remains a Fabric-native client. This comparison uses only verifiable criteria.
Quick answer
Choose LiquidBounce if you want a modular architecture with a large module set and legacy 1.8 lineage. Choose Wurst if you want a lightweight Fabric mod with a simple list-based menu and long-term stability. Both are free and open source. LiquidBounce is more configurable; Wurst is simpler to set up.
Side-by-side comparison
| Criterion | LiquidBounce | Wurst |
|---|---|---|
| License | GPL-3.0 (open source) | GPL-3.0 (open source) |
| Loader | Fabric (modern), Forge (legacy 1.8) | Fabric |
| Repository | CCBlueX/LiquidBounce | Wurst-Imperium/Wurst7 |
| Architecture | Mixin-based with modular design | Fabric mod with classic module structure |
| Latest MC versions | 1.21.1, 1.21.5 | 1.21.1, 1.21.8, 26.2 |
| Legacy 1.8 support | Yes — legacy branch maintained | No |
| Module count | Large, extended set | Moderate, focused set |
| GUI style | ClickGUI with category tabs | List-based menu |
| Status | Active | Active |
Architecture and modules
LiquidBounce uses mixin injection extensively, which lets the client modify Minecraft's internal classes at runtime. This enables a broader set of modules but also makes LiquidBounce more sensitive to Minecraft version changes — a new release can break mixins until the client updates. Wurst uses a simpler Fabric mod structure, which is more resilient to Minecraft updates but supports fewer invasive module types.
Configuration
LiquidBounce's ClickGUI exposes dozens of settings per module and supports script modules for advanced users. Wurst's menu is flat and straightforward — modules toggle on and off, with fewer per-module options. If you want fine-grained control, LiquidBounce provides it. If you want quick setup, Wurst is faster.
Version support
Wurst currently covers a wider range of recent Minecraft releases, including 26.2. LiquidBounce's modern branch focuses on the most current releases and maintains a separate legacy branch for 1.8 PvP servers. If you play on 1.8 legacy servers, LiquidBounce is the only option between the two. If you play on the latest Minecraft release, Wurst is likely to have a working build sooner.
Which one should you choose?
Choose LiquidBounce if you want maximum configurability, script support, or legacy 1.8 compatibility. Choose Wurst if you want simple setup, broad version coverage, and a client that stays out of your way. Both are widely used in the community and neither is objectively superior — the right choice depends on your specific requirements.