Fabric Loader is the engine that lets Fabric mods run at all. Unlike Fabric API – which ships a separate file for every Minecraft version – Fabric Loader is one universal installer. You pick your Minecraft version inside the installer itself after downloading, so there’s no version-matching guesswork before you even click download.

Download
Two official options, both from the same page:
- Universal Installer (.jar) — works on Windows, macOS, and Linux. Requires Java to be installed (most systems already have it if Minecraft runs at all).
- Windows Installer (.exe) — Windows only, uses the Java bundled with the Minecraft Launcher, so you don’t need Java installed separately. Simplest option if you’re on Windows and want one less thing to think about.
Fabric Loader is open source, released under the same terms as Fabric API. Free, no account required, no payment.
We link directly to fabricmc.net rather than hosting the installer ourselves — this is the one piece of Fabric infrastructure that updates its own recommended version automatically inside the tool, so the official page is always the current, correct copy.
Using It (3 steps, not a tutorial)
- Run the downloaded file. Windows may show an “unrecognized app” warning on the .exe — this is normal for installers not distributed through the Microsoft Store; click through it.
- Select your Minecraft version and the recommended Loader version (leave this on the default unless you have a specific reason to change it), then click Install. Keep “Create Profile” checked.
- Open the Minecraft Launcher, select the new Fabric profile from the version dropdown, and click Play.
That’s the entire install. You now have a Fabric-ready Minecraft profile — but no mods will do anything yet, since Loader by itself doesn’t add features. See the next section.
What to Get Next
Fabric Loader alone doesn’t add anything to your game — it’s the platform other mods run on top of. Almost everything you’ll actually want requires at least one more download:
- Fabric API — required by most Fabric mods. Get the build matching your exact Minecraft version.
- Popular Fabric mods people install right after this (performance mods like Sodium, quality-of-life mods, etc.) all list Fabric API as a dependency, not Fabric Loader directly — Loader is invisible infrastructure once it’s installed correctly.
Server Installation
Fabric Loader also has a dedicated server installer, separate from the client version above. On the same fabricmc.net download page, select the “Server” tab instead of the default client tab, choose your Minecraft version, and it generates a server launcher jar with Loader baked in — no separate manual setup required.
Frequently Asked Questions
Is Fabric Loader free?
Yes — open source, no cost, no account.
Do I need Java installed separately?
Only if you use the Universal (.jar) installer. The Windows .exe version bundles the Java that ships with the Minecraft Launcher, so it doesn’t require a separate Java install.
Which installer should I pick — .jar or .exe?
On Windows, the .exe is simpler if you’d rather not think about Java at all. On macOS or Linux, or if you already manage your own Java installs, use the Universal .jar.
Do I need Fabric API too?
Yes, for almost anything you’ll actually want to do. Fabric Loader by itself doesn’t add game content — it’s the platform Fabric API and other mods run on. Get Fabric API separately, matched to your Minecraft version.
I installed Fabric Loader but don’t see a Fabric profile in my launcher.
Confirm “Create Profile” was checked during install. If it was and the profile still isn’t showing, close and reopen the Minecraft Launcher completely — it sometimes needs a restart to pick up a newly created profile.
Does Fabric Loader work with Forge or NeoForge mods?
No. Fabric, Forge, and NeoForge are three separate, incompatible mod loader ecosystems. A mod built for Forge will not run on a Fabric-loaded instance, and vice versa. Check which loader a mod requires before installing Fabric Loader for it specifically.
Can I have Fabric and Forge/NeoForge installed at the same time?
Yes — they create separate launcher profiles, so you can freely switch between a Fabric setup and a Forge/NeoForge setup without conflict, as long as you’re not trying to run mods from both loaders in the same profile.
My Fabric mods aren’t loading even though Loader is installed.
Most commonly this means Fabric API is missing (required by most mods but not bundled with Loader), or you’re on the wrong Loader/mod version pairing for your Minecraft version. Check the mod’s own page for its exact requirements.
Related
If you’re not sure whether Fabric is the right loader for what you’re installing, see the mod loader comparison covering Fabric, Forge, and NeoForge side by side (coming soon). Already picked Fabric and need the library most mods require next? Get Fabric API matched to your Minecraft version.
