nexmod
Nexus Mods management for Linux, done in the terminal.
Vortex is great — it just doesn't run on Linux. nexmod fills that gap: a simple CLI so you (and your LLM agents) can install, update, and manage mods with minimal friction. Less configuring, more playing.
Features
Everything a mod manager should do.
No GUI wrapper. Auditable state in a local SQLite DB. Every operation is atomic — the DB is never written unless extraction completes.
nexmod import
to install a manually-downloaded archive — no Premium needed.
mod.json and
.mod files
for declared dependencies, then sorts topologically. Cycles are surfaced,
not silently buried at the end of the file.
doctor checks your whole
environment before you touch anything.
rollback restores from
auto-saved version snapshots.
fsck --fix repairs DB drift;
fsck --scan finds untracked
folders and offers to track them. Dep scan runs on every update so gaps can't accumulate.
--json for structured
output that LLM agents and scripts can parse directly.
info --remote fetches
full mod details without installing first.
pip install nexmod[mcp]
Compatibility
Honest about what's tested.
nexmod was built for Darktide and is used there daily. The install/update pipeline is wired for other games, but they haven't been tested in the wild yet.
nexmod path set <game> <dir> and it'll use the standard pipeline.
Quick start
Up in four steps.
Nexus Mods Premium unlocks direct API
downloads (nexmod install).
Free accounts can use
nexmod import to install
a manually-downloaded archive — no Premium needed.