Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
10,340
Downloads of v 2.0.27.126:
1,325
Last Update:
03 Feb 2021
Package Maintainer(s):
Software Author(s):
- Nvidia Corporation
Tags:
games streaming geforce nvidia- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Nvidia GeForce NOW
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
10,340
Downloads of v 2.0.27.126:
1,325
Maintainer(s):
Software Author(s):
- Nvidia Corporation
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Nvidia GeForce NOW, run the following command from the command line or from PowerShell:
To upgrade Nvidia GeForce NOW, run the following command from the command line or from PowerShell:
To uninstall Nvidia GeForce NOW, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download nvidia-geforce-now --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade nvidia-geforce-now -y --source="'STEP 3 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 nvidia-geforce-now -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure nvidia-geforce-now installed
win_chocolatey:
name: nvidia-geforce-now
state: present
version: 2.0.27.126
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'nvidia-geforce-now' do
action :install
version '2.0.27.126'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: nvidia-geforce-now,
Version: 2.0.27.126,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller nvidia-geforce-now
{
Name = 'nvidia-geforce-now'
Ensure = 'Present'
Version = '2.0.27.126'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nvidia-geforce-now':
provider => 'chocolatey',
ensure => '2.0.27.126',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install nvidia-geforce-now version="2.0.27.126" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 03 Feb 2021.
Introduction
With over 400 supported top games, like PLAYERUNKNOWN'S BATTLEGROUNDS, Fortnite, and more from Steam, Uplay, and other popular digital stores, you can play your favorite PC games on nearly any device anywhere you go.
Select games from your personal PC game library or purchase new ones, with new games being added all the time.
Your favorite titles load faster and stay up-to-date with the latest patches when you stream from the GeForce NOW cloud service.
Notes
- A stable internet connection is required for streaming.
- GeForce NOW is currently free while in beta, this may change once the beta period ends.
Auto Updating Package
This package always installs the latest version of GeForce NOW, regardless of the version specified in the package.
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Get-ChocolateyWebFile 'Nvidia GeForce NOW' "$toolsDir\GeForceNOW-release.exe" -Url 'https://download.nvidia.com/gfnpc/GeForceNOW-release.exe' -Checksum 'a18faa082d40323294a08d2878e579b78b1e8837be3cc2b861cc6743d7d3026e' -ChecksumType 'sha256'
Get-ChocolateyUnzip "$toolsDir\GeForceNOW-release.exe" $toolsDir
Install-ChocolateyInstallPackage 'Nvidia GeForce NOW' 'exe' '' "$toolsDir\setup.exe"
$shimIgnores = @(
"GeForceNOW-release.exe",
"GeforceNOW\GeforceNow_Installer.exe",
"GeforceNOW\CEF\GeForceNOWContainer.exe",
"GeforceNOW\CEF\GeForceNOWReliabilityMonitor.exe",
"GeforceNOW\CEF\GeForceNOWStreamer.exe",
"NVI2\NVNetworkService.exe"
)
foreach ($ignore in $shimIgnores) {
New-Item "$toolsDir\$ignore.ignore" -type file -force | out-null
}
Log in or click on link to see number of positives.
- nvidia-geforce-now.2.0.27.126.nupkg (e1e59e808e88) - ## / 63
- GeForceNOW-release.exe (a18faa082d40) - ## / 63
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Nvidia GeForce NOW 2.0.27.126 | 1325 | Wednesday, February 3, 2021 | Approved |
Nvidia GeForce NOW 2.0.26.116 | 2664 | Monday, December 14, 2020 | Approved |
Nvidia GeForce NOW 2.0.26.108 | 525 | Tuesday, December 8, 2020 | Approved |
Nvidia GeForce NOW 2.0.25.124 | 737 | Wednesday, November 18, 2020 | Approved |
Nvidia GeForce NOW 2.0.25.119 | 294 | Tuesday, November 10, 2020 | Approved |
Nvidia GeForce NOW 2.0.24.105 | 285 | Thursday, October 29, 2020 | Approved |
Nvidia GeForce NOW 2.0.24.94 | 390 | Wednesday, October 7, 2020 | Approved |
Nvidia GeForce NOW 2.0.23.110 | 392 | Wednesday, September 9, 2020 | Approved |
Nvidia GeForce NOW 2.0.22.96 | 462 | Friday, July 31, 2020 | Approved |
Nvidia GeForce NOW 2.0.21.106 | 329 | Wednesday, July 8, 2020 | Approved |
Nvidia GeForce NOW 2.0.20.86 | 306 | Thursday, June 11, 2020 | Approved |
Nvidia GeForce NOW 2.0.19.78 | 290 | Monday, May 18, 2020 | Approved |
Nvidia GeForce NOW 2.0.19.72 | 279 | Thursday, April 30, 2020 | Approved |
Nvidia GeForce NOW 2.0.19.65 | 167 | Thursday, April 23, 2020 | Approved |
Nvidia GeForce NOW 2.0.18.79 | 159 | Thursday, April 16, 2020 | Approved |
Nvidia GeForce NOW 2.0.18.67 | 175 | Saturday, April 4, 2020 | Approved |
Nvidia GeForce NOW 2.0.18.53 | 201 | Monday, March 23, 2020 | Approved |
Nvidia GeForce NOW 2.0.17.126 | 214 | Tuesday, March 10, 2020 | Approved |
Nvidia GeForce NOW 2.0.16.148 | 309 | Thursday, January 30, 2020 | Approved |
Nvidia GeForce NOW 2.0.15.74 | 132 | Tuesday, December 17, 2019 | Approved |
Nvidia GeForce NOW 2.0.15.67 | 90 | Tuesday, December 3, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20191202 | 32 | Monday, December 2, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20191126 | 51 | Tuesday, November 26, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20191125 | 52 | Monday, November 25, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20191118 | 60 | Monday, November 18, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20191008 | 142 | Tuesday, October 8, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20190924 | 97 | Tuesday, September 24, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.20190902 | 85 | Monday, September 2, 2019 | Approved |
Nvidia GeForce NOW 1.0.8.0 | 73 | Friday, August 16, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Nvidia GeForce NOW and the Nvidia GeForce NOW 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 Nvidia GeForce NOW, 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.