Downloads:
93,955
Downloads of v 1.14.9:
77
Last Update:
01 Aug 2025
Package Maintainer(s):
Software Author(s):
- https://github.com/Nexus-Mods/Vortex/graphs/contributors
Tags:
Vortex
- 1
- 2
- 3
1.14.9 | Updated: 01 Aug 2025
Downloads:
93,955
Downloads of v 1.14.9:
77
Maintainer(s):
Software Author(s):
- https://github.com/Nexus-Mods/Vortex/graphs/contributors
Vortex 1.14.9
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by https://github.com/Nexus-Mods/Vortex/graphs/contributors. The inclusion of https://github.com/Nexus-Mods/Vortex/graphs/contributors trademark(s), if any, upon this webpage is solely to identify https://github.com/Nexus-Mods/Vortex/graphs/contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Vortex, run the following command from the command line or from PowerShell:
To upgrade Vortex, run the following command from the command line or from PowerShell:
To uninstall Vortex, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vortex --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vortex -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vortex -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vortex
win_chocolatey:
name: vortex
version: '1.14.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vortex' do
action :install
source 'INTERNAL REPO URL'
version '1.14.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vortex
{
Name = "vortex"
Version = "1.14.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vortex':
ensure => '1.14.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Aug 2025.
Vortex is the new, modern mod manager from Nexus Mods. It is designed to make modding your game as simple as possible for new users, while still providing enough control for more experienced veterans of the modding scene. Lead by Tannin, the creator of Mod Organizer, Vortex takes the lessons learnt during the development of MO and Nexus Mod Manager to provide the most powerful and intuitive modding experience available.
Our approach with Vortex aims to take complex tasks such as sorting your load order or managing your mod files and automates as much of the process as possible with the goal of having you achieve a stable modded game with minimal effort. We want to help you spend less time modding and more time playing your games.
Features
- MULTI-GAME SUPPORT:
With mod support for over 30 different games and counting - from Dark Souls, Fallout and Skyrim, to the Witcher series and Stardew Valley - Vortex is the most versatile mod manager available.
- CLOSE INTEGRATION WITH NEXUS MODS:
Vortex is designed to seamlessly interact with Nexus Mods allowing you to easily find, install, and play mods from our site, learn about new files and catch the latest news.
- MODDING MADE EASY:
The built-in auto-sorting system manages your load order and helps you to resolve mod conflicts with powerful, yet easy to use plugin management features.
- MOD PROFILES:
Easily set up, switch between, and manage independent mod profiles enabling you to use exactly the combination of mods that you want for a particular playthrough.
- MODERN, EASY TO USE UI:
Featuring a fully customisable interface, Vortex allows you to quickly and easily access tools and manage your games, plugins, downloads and save games.
- EXTENSIONS AND PLUGINS:
Vortex is released under a GPL-3 License giving our community the ability to write extensions and frameworks which can then interact with Vortex, continually adding to its functionality.
$ErrorActionPreference = 'Stop'
$packageName = 'vortex'
$programUninstallEntryName = 'Vortex*'
$registry = Get-UninstallRegistryKey -SoftwareName $programUninstallEntryName
$file = $registry.UninstallString -replace ('/allusers', '')
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(0)
file = $file
}
Uninstall-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- vortex.1.14.9.nupkg (b1df32a30083) - ## / 66
- vortex-setup-1.14.9.exe (10b4ffb44e75) - ## / 55
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Vortex 1.14.9 | 77 | Friday, August 1, 2025 | Approved | |
Vortex 1.14.8 | 617 | Wednesday, July 9, 2025 | Approved | |
Vortex 1.14.7 | 19 | Saturday, July 5, 2025 | Approved | |
Vortex 1.14.5 | 27 | Thursday, June 26, 2025 | Approved | |
Vortex 1.14.4 | 17 | Tuesday, June 24, 2025 | Approved | |
Vortex 1.14.3 | 20 | Thursday, June 19, 2025 | Approved | |
Vortex 1.14.1 | 26 | Thursday, June 12, 2025 | Approved | |
Vortex 1.13.7 | 1784 | Tuesday, March 18, 2025 | Approved | |
Vortex 1.10.7 | 5923 | Tuesday, March 12, 2024 | Approved | |
Vortex 1.10.6 | 1209 | Wednesday, February 28, 2024 | Approved | |
Vortex 1.10.5 | 204 | Tuesday, February 27, 2024 | Approved | |
Vortex 1.10.4 | 204 | Monday, February 26, 2024 | Approved | |
Vortex 1.10.2 | 700 | Monday, February 19, 2024 | Approved | |
Vortex 1.9.13 | 1825 | Monday, January 8, 2024 | Approved | |
Vortex 1.9.12 | 1172 | Tuesday, December 19, 2023 | Approved | |
Vortex 1.9.11 | 686 | Tuesday, December 12, 2023 | Approved | |
Vortex 1.9.10 | 890 | Thursday, November 30, 2023 | Approved | |
Vortex 1.9.9 | 843 | Monday, November 20, 2023 | Approved | |
Vortex 1.9.8 | 625 | Tuesday, November 14, 2023 | Approved | |
Vortex 1.9.7 | 1127 | Monday, October 30, 2023 | Approved | |
Vortex 1.9.6 | 997 | Tuesday, October 17, 2023 | Approved | |
Vortex 1.9.5 | 1786 | Wednesday, September 20, 2023 | Approved | |
Vortex 1.9.4 | 1548 | Wednesday, August 30, 2023 | Approved | |
Vortex 1.9.3 | 1693 | Monday, July 31, 2023 | Approved | |
Vortex 1.9.2 | 879 | Thursday, July 20, 2023 | Approved | |
Vortex 1.9.1 | 600 | Thursday, July 13, 2023 | Approved | |
Vortex 1.9.0 | 326 | Wednesday, July 12, 2023 | Approved | |
Vortex 1.8.5 | 1575 | Monday, June 5, 2023 | Approved | |
Vortex 1.8.4 | 997 | Tuesday, May 23, 2023 | Approved | |
Vortex 1.8.2 | 963 | Wednesday, May 10, 2023 | Approved | |
Vortex 1.8.1 | 1134 | Wednesday, April 26, 2023 | Approved | |
Vortex 1.8.0 | 682 | Monday, April 17, 2023 | Approved | |
Vortex 1.7.8 | 1275 | Wednesday, February 8, 2023 | Approved | |
Vortex 1.7.6 | 349 | Monday, February 6, 2023 | Approved | |
Vortex 1.7.4 | 872 | Wednesday, January 11, 2023 | Approved | |
Vortex 1.7.3 | 578 | Wednesday, January 4, 2023 | Approved | |
Vortex 1.7.2 | 819 | Wednesday, December 14, 2022 | Approved | |
Vortex 1.7.1 | 565 | Wednesday, December 7, 2022 | Approved | |
Vortex 1.7.0 | 328 | Tuesday, December 6, 2022 | Approved | |
Vortex 1.6.14 | 1086 | Thursday, October 6, 2022 | Approved | |
Vortex 1.6.13 | 490 | Friday, September 30, 2022 | Approved | |
Vortex 1.6.12 | 230 | Thursday, September 29, 2022 | Approved | |
Vortex 1.6.11 | 265 | Wednesday, September 28, 2022 | Approved | |
Vortex 1.6.10 | 630 | Thursday, September 15, 2022 | Approved | |
Vortex 1.6.9 | 186 | Thursday, September 15, 2022 | Approved | |
Vortex 1.6.8 | 739 | Thursday, August 25, 2022 | Approved | |
Vortex 1.6.7 | 552 | Tuesday, August 16, 2022 | Approved | |
Vortex 1.6.6 | 482 | Thursday, August 11, 2022 | Approved | |
Vortex 1.6.5 | 366 | Tuesday, August 9, 2022 | Approved | |
Vortex 1.6.4 | 687 | Thursday, July 21, 2022 | Approved | |
Vortex 1.6.3 | 504 | Thursday, July 14, 2022 | Approved | |
Vortex 1.6.2 | 354 | Tuesday, July 12, 2022 | Approved | |
Vortex 1.6.1 | 437 | Thursday, July 7, 2022 | Approved | |
Vortex 1.6.0 | 318 | Tuesday, July 5, 2022 | Approved | |
Vortex 1.5.13 | 829 | Tuesday, May 24, 2022 | Approved | |
Vortex 1.5.12 | 712 | Wednesday, May 4, 2022 | Approved | |
Vortex 1.5.10 | 789 | Thursday, April 7, 2022 | Approved | |
Vortex 1.5.9 | 355 | Monday, April 4, 2022 | Approved | |
Vortex 1.5.8 | 193 | Monday, April 4, 2022 | Approved | |
Vortex 1.5.7 | 768 | Monday, March 14, 2022 | Approved | |
Vortex 1.5.6 | 622 | Wednesday, March 2, 2022 | Approved | |
Vortex 1.5.5 | 537 | Thursday, February 24, 2022 | Approved | |
Vortex 1.5.4 | 259 | Wednesday, February 23, 2022 | Approved | |
Vortex 1.5.3 | 482 | Thursday, February 17, 2022 | Approved | |
Vortex 1.5.2 | 349 | Tuesday, February 15, 2022 | Approved | |
Vortex 1.5.1 | 676 | Monday, January 31, 2022 | Approved | |
Vortex 1.5.0 | 542 | Monday, January 24, 2022 | Approved | |
Vortex 1.4.16 | 1306 | Monday, October 4, 2021 | Approved | |
Vortex 1.4.15 | 741 | Sunday, September 5, 2021 | Approved | |
Vortex 1.4.6 | 1523 | Monday, March 15, 2021 | Approved | |
Vortex 1.4.5 | 454 | Friday, March 12, 2021 | Approved | |
Vortex 1.4.4 | 310 | Thursday, March 11, 2021 | Approved | |
Vortex 1.4.3 | 531 | Thursday, March 4, 2021 | Approved | |
Vortex 1.4.2 | 636 | Thursday, February 18, 2021 | Approved | |
Vortex 1.4.1 | 330 | Wednesday, February 17, 2021 | Approved | |
Vortex 1.4.0 | 498 | Wednesday, February 10, 2021 | Approved | |
Vortex 1.3.22 | 878 | Tuesday, January 12, 2021 | Approved | |
Vortex 1.3.21 | 696 | Thursday, December 17, 2020 | Approved | |
Vortex 1.3.20 | 375 | Tuesday, December 15, 2020 | Approved | |
Vortex 1.3.19 | 705 | Wednesday, November 18, 2020 | Approved | |
Vortex 1.3.18 | 357 | Monday, November 16, 2020 | Approved | |
Vortex 1.3.17 | 569 | Thursday, November 5, 2020 | Approved | |
Vortex 1.3.16 | 358 | Tuesday, November 3, 2020 | Approved | |
Vortex 1.3.15 | 476 | Thursday, October 29, 2020 | Approved | |
Vortex 1.3.14 | 416 | Tuesday, October 27, 2020 | Approved | |
Vortex 1.3.12 | 621 | Wednesday, October 7, 2020 | Approved | |
Vortex 1.3.11 | 505 | Wednesday, September 30, 2020 | Approved | |
Vortex 1.3.10 | 325 | Tuesday, September 29, 2020 | Approved | |
Vortex 1.3.9 | 459 | Wednesday, September 23, 2020 | Approved | |
Vortex 1.3.8 | 503 | Friday, September 11, 2020 | Approved | |
Vortex 1.3.6 | 268 | Friday, September 11, 2020 | Approved | |
Vortex 1.3.5 | 342 | Thursday, September 10, 2020 | Approved | |
Vortex 1.3.4 | 358 | Wednesday, September 9, 2020 | Approved | |
Vortex 1.3.3 | 515 | Thursday, September 3, 2020 | Approved | |
Vortex 1.3.2 | 477 | Thursday, August 27, 2020 | Approved | |
Vortex 1.3.1 | 609 | Saturday, August 8, 2020 | Approved | |
Vortex 1.3.0 | 471 | Monday, August 3, 2020 | Approved | |
Vortex 1.2.20 | 469 | Friday, July 31, 2020 | Approved | |
Vortex 1.2.19 | 556 | Wednesday, July 8, 2020 | Approved | |
Vortex 1.2.18 | 323 | Tuesday, July 7, 2020 | Approved | |
Vortex 1.2.17 | 603 | Monday, June 22, 2020 | Approved | |
Vortex 1.2.16 | 456 | Wednesday, June 10, 2020 | Approved | |
Vortex 1.2.15 | 361 | Monday, June 8, 2020 | Approved | |
Vortex 1.2.14 | 335 | Monday, June 8, 2020 | Approved | |
Vortex 1.2.13 | 454 | Thursday, June 4, 2020 | Approved | |
Vortex 1.2.12 | 511 | Wednesday, May 27, 2020 | Approved | |
Vortex 1.2.11 | 616 | Tuesday, May 5, 2020 | Approved | |
Vortex 1.2.10 | 470 | Thursday, April 30, 2020 | Approved | |
Vortex 1.2.9 | 423 | Friday, April 24, 2020 | Approved | |
Vortex 1.2.8 | 437 | Wednesday, April 22, 2020 | Approved | |
Vortex 1.2.7 | 396 | Tuesday, April 21, 2020 | Approved | |
Vortex 1.2.6 | 276 | Tuesday, April 21, 2020 | Approved | |
Vortex 1.2.5 | 485 | Thursday, April 16, 2020 | Approved | |
Vortex 1.2.4 | 251 | Thursday, April 16, 2020 | Approved | |
Vortex 1.2.3 | 554 | Tuesday, March 31, 2020 | Approved | |
Vortex 1.2.2 | 550 | Thursday, March 26, 2020 | Approved | |
Vortex 1.2.1 | 433 | Friday, March 20, 2020 | Approved | |
Vortex 1.2.0 | 358 | Thursday, March 19, 2020 | Approved | |
Vortex 1.1.15 | 464 | Friday, March 13, 2020 | Approved | |
Vortex 1.1.14 | 570 | Friday, February 21, 2020 | Approved | |
Vortex 1.1.13 | 382 | Monday, February 17, 2020 | Approved | |
Vortex 1.1.12 | 452 | Wednesday, January 29, 2020 | Approved | |
Vortex 1.1.11 | 466 | Tuesday, January 28, 2020 | Approved | |
Vortex 1.1.10 | 429 | Thursday, January 23, 2020 | Approved | |
Vortex 1.1.9 | 534 | Thursday, January 16, 2020 | Approved | |
Vortex 1.1.8 | 340 | Tuesday, January 14, 2020 | Approved | |
Vortex 1.1.7 | 435 | Wednesday, January 8, 2020 | Approved | |
Vortex 1.1.5 | 604 | Monday, December 9, 2019 | Approved | |
Vortex 1.1.4 | 446 | Thursday, November 28, 2019 | Approved | |
Vortex 1.1.3 | 350 | Wednesday, November 27, 2019 | Approved | |
Vortex 1.1.2 | 300 | Monday, November 25, 2019 | Approved | |
Vortex 1.1.1 | 433 | Wednesday, November 20, 2019 | Approved | |
Vortex 1.1.0 | 521 | Tuesday, November 5, 2019 | Approved | |
Vortex 1.0.5 | 446 | Monday, October 14, 2019 | Approved | |
Vortex 1.0.4 | 430 | Tuesday, October 8, 2019 | Approved | |
Vortex 1.0.3 | 512 | Thursday, September 19, 2019 | Approved | |
Vortex 1.0.2 | 367 | Tuesday, September 17, 2019 | Approved | |
Vortex 1.0.1 | 451 | Thursday, September 12, 2019 | Approved | |
Vortex 1.0.0 | 576 | Tuesday, July 30, 2019 | Approved | |
Vortex 0.19.2 | 317 | Thursday, July 25, 2019 | Approved | |
Vortex 0.19.1 | 406 | Thursday, July 25, 2019 | Approved | |
Vortex 0.19.0 | 390 | Friday, July 19, 2019 | Approved | |
Vortex 0.18.16 | 401 | Wednesday, July 17, 2019 | Approved | |
Vortex 0.18.14 | 326 | Tuesday, July 16, 2019 | Approved | |
Vortex 0.18.13 | 364 | Wednesday, July 10, 2019 | Approved | |
Vortex 0.18.12 | 375 | Friday, June 28, 2019 | Approved | |
Vortex 0.18.11 | 308 | Thursday, June 27, 2019 | Approved | |
Vortex 0.18.10 | 321 | Wednesday, June 26, 2019 | Approved | |
Vortex 0.18.9 | 387 | Thursday, June 13, 2019 | Approved | |
Vortex 0.18.8 | 388 | Thursday, June 13, 2019 | Approved | |
Vortex 0.18.7 | 310 | Tuesday, June 11, 2019 | Approved | |
Vortex 0.18.6 | 370 | Wednesday, May 29, 2019 | Approved | |
Vortex 0.18.5 | 357 | Monday, May 27, 2019 | Approved | |
Vortex 0.18.4 | 409 | Monday, May 20, 2019 | Approved | |
Vortex 0.18.2 | 416 | Friday, May 10, 2019 | Approved | |
Vortex 0.18.1 | 443 | Tuesday, April 30, 2019 | Approved | |
Vortex 0.17.11 | 339 | Wednesday, April 10, 2019 | Approved | |
Vortex 0.17.10 | 397 | Tuesday, April 2, 2019 | Approved | |
Vortex 0.17.9 | 351 | Thursday, March 28, 2019 | Approved | |
Vortex 0.17.8 | 351 | Wednesday, March 20, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Vortex and the Vortex package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Vortex, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.