The mod manager most of Skyrim modding is built around: every mod stays in its own folder and the game is shown a merged view of them at launch.
Mod Organizer 2 installs mods without ever writing them into the game folder. Each mod is unpacked into a directory of its own, and when you launch the game MO2 assembles a virtual file system that presents them to Skyrim as if they had been copied in. Nothing is overwritten, so nothing has to be un-overwritten.
WHY THAT MATTERS
A large Skyrim setup is hundreds of mods deep and most of them touch the same files. With a manager that copies files into Data, removing one mod means guessing what it replaced; with MO2 you toggle it off and the merged view is rebuilt. The same isolation is what makes multiple profiles work — several complete, separately ordered setups sharing one installed copy of the game.
WHAT ELSE IS IN IT
Left-pane mod order and right-pane plugin order as two separate lists, because they are two separate things. Conflict reporting that names the mod winning each file. Per-profile saves and INIs. A built-in downloader that handles Nexus links, and an executables list that launches SKSE, LOOT, xEdit and the Creation Kit inside the same virtual file system, which is the only way those tools see the load order you actually play.
It works for the whole Bethesda line — Skyrim, Skyrim SE, Fallout 3, New Vegas, Fallout 4, Oblivion, Morrowind, Starfield and Enderal — and it is the manager nearly every modding guide written since 2017 assumes you are using.
ABOUT THIS LISTING
This page describes Mod Organizer 2 by The Mod Organizer 2 Team. The description and screenshots are the author's own, imported from their listing on GitHub on 14 August 2026: https://github.com/ModOrganizer2/modorganizer
Mythiq hosts no files for it. The download button goes straight to the release file on github.com, so you are downloading from the author's own host, not from a copy of ours.
The download count, rating and comments on this page start at zero and count Mythiq only. The source's own figures are not copied here — they measure a different site, and a number that cannot be checked against our own ledger is not worth printing.
Requirements
WINDOWS ONLY
The virtual file system is a Windows-specific piece of engineering. MO2 runs under Proton and Wine with community setup guides, but that is not a supported configuration.
INSTALL IT OUTSIDE PROGRAM FILES
Windows protects Program Files in a way that breaks the virtual file system. Put MO2 and, ideally, the game itself somewhere else — a folder off the root of a drive is the usual advice.
ONE MANAGER AT A TIME
Do not run MO2 alongside Vortex on the same game. Two managers with two ideas about what is in the Data folder produce a setup neither of them can describe.
Installation
1. Download the archive with the button on this page and unpack it somewhere outside Program Files.
2. Run ModOrganizer.exe and let it create an instance for Skyrim Special Edition.
3. Register it as the handler for nxm:// links if you want the Nexus "Mod Manager Download" buttons to work.
4. Install mods into it rather than into the game folder, and launch the game through MO2 — from the executables dropdown, not from Steam.
RUNNING TOOLS THROUGH IT
Add SKSE, LOOT, xEdit and the Creation Kit to the executables list and start them from inside MO2. Started any other way they see an empty Data folder and will tell you that you have no mods installed.
This release downloads from github.com, not from us, so
there is no checksum to compare against. Scan the archive before you unpack it.
Version history
v2.5.2Latest
4 Aug 2024 · 143 MB via github.com · 0 downloads Download
Windows 10 1809+ or Windows 11 are now required due to the upgrade to Qt 6 and Python 3.11.
Microsoft Visual C++ Redistributable 14.40.33810.0 required, install from https://aka.ms/vs/17/release/vc_redist.x64.exe if needed.
Starfield Creation Support
Various fixes and improvements for compatibility with the Starfield Creation update.
Added new core plugins to the primary plugins list
Utilize Starfield.ccc to 'fix' the load order of core plugins
- By default, Starfield now loads core plugins after plugins.txt unless required by a dependent plugin
- This forces the plugins to a default early load order, making the plugin memory addressing easier to predict and less prone to unintended record conflicts
- The file is written to the active profile and virtualized to the game and My Games directories
Removed various now-irrelevant checks
- Plugins.txt Enabler is obsolete
- Light-flagged plugins no longer generate warnings
- Remove overlay-flag checks until such time as they actually become relevant
Added support for new 'medium'-flagged plugins
- These use FD memory addresses which will display in the plugin list
- A warning will display if a plugin has both a light and medium flag in the header as this could indicate record reference corruption and could break the game
Added creation kit to default executables
Updated save parsing to handle the newer save format
Added support for Creations parsing from ContentCatalog.txt
- Creation mods pull both names and file lists from the content catalog
BSA Packer now supports Starfield archive formats
- Dummy plugins are now saved as light-flagged ESMs
LOOT support is now automatically enabled with the addition of libloot 0.23.0
Bethesda Game Updates & Fixes
Add detection for Skyrim VR light plugin support SKSE plugin (#29)
Allow TTW to pull Nexus categories from FNV
- Still need a better solution for categories from secondary game sources
Allows previewing and parsing the new BA2 versions of Fallout 4
Other Games
New
- Dungeon Siege
- F1 23
- Final Fantasy VII Remake
- Metal Gear Solid 2 & 3
- Need for Speed: High Stakes
- Test Drive Unlimited 1 & 2
- The Witcher 2
- Tony Hawk's Pro Skater 3, 4, Underground, Underground 2
- Trackmania United Forever
Updated
- Black & White 2
- Cyberpunk 77
- Subnautica 2.0
- Valheim
Plugin List
ESL plugin files are no longer displayed in the plugin list for games that don't support them (#2026)
Removed the strike-through appearance for dummy plugins and replaced it with a flag icon (empty box) (#1941)
Speed improvements for plugin list refresh (#2046)
Others
USVFS can now ignore specified directories and file patterns (usvfs#61, #2033)
- By default .mohidden files and .git directories are ignored
Files from BSA archives can now be previewed (provided the corresponding plugin supports the feature) (#2056)
Custom themes can now define a different base-style by putting a / mo2-base-style: Fusion / comment at the start of the .qss file (#2072)
Added button to open log directory from diagnostic tab (#2028)
Bug Fixes
Fix crash if no Nexus category is mapped to a MO2 category in the category editor when closing the editor
Fix an issue preventing MO2 to correctly authenticate to Nexus when a download is requested but MO2 is not started
Python
- Fixes crashes with some characters in strings, e.g., emoji characters (#120)
- Isolate MO2 python from system-installed python modules (fixes startup issues with python plugins) (#121)
Development
MO2 Plugin Interface
Add displayGameName() and lootGameName() to the game plugin interface (uibase#141)
Support for displaying preview from memory data (uibase#153)
- Add IPluginPreview::supportsArchive() and IPluginPreview::genDataPreview()
Non-game third-party plugins can now register custom mod content or mod checker. (uibase#146)
Expose mobase.INVALID_HANDLE_VALUE to Python plugins (#131)
Others
Improved debug support (mob#136, mob#137)
Drop fmtlib for std::format (uibase#143)
Off-site on github.com —
no checksum, because we never held this file.
Link checked by our review team on 14 Aug 2026.
Tell us if something is wrong — a file that will not work, content taken from
someone else, or anything that looks unsafe. Reports go to our review team, not
to the author.
We use cookies to ensure that we give you the best experience on our website and improve your experience. By continuing to use this site you consent to such use of cookies.