@carlelieser/nexus-cli
v0.2.9
Published
Unofficial CLI for non-premium Nexus users.
Maintainers
Readme
Nexus CLI
Enables automated downloads of individual mods and collections from Nexus without a premium subscription.

Note: this does not unlock premium download speeds. It uses the same free "slow download" the website gives you — it just saves you from clicking through every mod and collection by hand.
Install
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/carlelieser/nexus-cli/main/scripts/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/carlelieser/nexus-cli/main/scripts/install.ps1 | iexNode/NPM:
npm install -g @carlelieser/nexus-cliManual
Download the archive for your platform from the latest release.
Usage
Log in to Nexus. This opens a browser window — sign in, and your session is saved automatically.
nexus loginAlternatively, if you're already logged in to Nexus in your browser, import that session instead:
nexus import --from chromeSearch for mods — each result prints a URL you can feed straight into nexus download:
nexus search skyui --game skyrimspecialeditionShow a mod's details:
nexus get https://www.nexusmods.com/skyrimspecialedition/mods/12604
# or
nexus get --game skyrimspecialedition --mod 12604Download an individual mod:
nexus download https://www.nexusmods.com/skyrimspecialedition/mods/12604Download an entire collection:
nexus download https://www.nexusmods.com/games/skyrimspecialedition/collections/llafgcHand the download off to your mod manager:
nexus download https://www.nexusmods.com/skyrimspecialedition/mods/12604 --nmm
# Works on collections, too!
nexus download https://www.nexusmods.com/games/skyrimspecialedition/collections/llafgc --nmmRun nexus --help for all commands and flags.
