Automate your Nexus mod downloads using a botted Google Chrome instance.
The development of this tool stops, when the Nexus Mods team adds crypto payment option, so that everyone is able to pay for the mods.
- 🦀 Blazingly fast 🔥🔥🔥
- 🌐 Cross Platform (Windows, Linux, MacOS)
- 🤖 Automated mod downloads from NexusMods
- 🎯 Support for wabbajack modlists
- 📦 Works on top of portable chrome
- 👻 Optional headless mode operation
- 📦 Single self contained binary (installer on windows)
- 🖥️ Optional TUI w RataTui
- 🔒 Hashsum support checking
Planned:
- ❤️ Loverslab support
- 🔄 Round Robin download queue
- 💦 Shadcn UI
To grab the executable, go get the latest release for your platform.
- Download Chrome Portable from PortableApps.com
🔒 Is PortableApps safe? Check their Wikipedia page
- Install to your preferred location (e.g., Downloads folder)
- Launch the installed portable Chrome
- Navigate to NexusMods
- Log into your account
- Close portable Chrome
Open PowerShell and run:
# For interactive mode
Start-Process "C:\Users\[YourUsername]\Downloads\Chrome\GoogleChromePortable\GoogleChromePortable.exe" -ArgumentList "--remote-debugging-port=9222"
# For headless mode (optional)
Start-Process "C:\Users\[YourUsername]\Downloads\Chrome\GoogleChromePortable\GoogleChromePortable.exe" -ArgumentList "--remote-debugging-port=9222 --headless"
Adjust path to match your installation dir if needed.
Visit http://localhost:9222/json/version
in the other browser to ensure chrome is working.
If this page does not load, something went wrong with setting up google chrome.
- Launch Wabba Auto Downloader
- Select your modlist
- Begin the download process
- Verify everything works as expected
- Launch wabbajack
- Select downloaded modlist
- Choose wabbajack downloads folder to match WabbaAuto downloads folder
- Wait for wabbajack to complete downloading other files and installing
- Use headless mode for background operation
- Use Non-Headless mode for debugging why something does not work
Feel free to:
- Open issues for bugs
- Submit feature requests
- Create pull requests
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ for the modding community