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,377
Downloads of v 1.21.0.0:
1,034
Last Update:
25 Jan 2020
Package Maintainer(s):
Software Author(s):
- jeGX
Tags:
admin gpu freeware stress test performance cpu hardware- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Furmark
This is not the latest version of Furmark available.
- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
10,377
Downloads of v 1.21.0.0:
1,034
Maintainer(s):
Software Author(s):
- jeGX
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.
Furmark 1.21.0.0
This is not the latest version of Furmark available.
All Checks are Passing
2 Passing Test
To install Furmark, run the following command from the command line or from PowerShell:
To upgrade Furmark, run the following command from the command line or from PowerShell:
To uninstall Furmark, 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 furmark --internalize --version=1.21.0.0 --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 furmark -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 furmark -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 furmark installed
win_chocolatey:
name: furmark
state: present
version: 1.21.0.0
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 'furmark' do
action :install
version '1.21.0.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: furmark,
Version: 1.21.0.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller furmark
{
Name = 'furmark'
Ensure = 'Present'
Version = '1.21.0.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'furmark':
provider => 'chocolatey',
ensure => '1.21.0.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install furmark version="1.21.0.0" 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.
This package was approved as a trusted package on 25 Jan 2020.
FurMark is a very intensive OpenGL benchmark that uses fur rendering algorithms to measure the performance of the graphics card. Fur rendering is especially adapted to overheat the GPU and that's why FurMark is also a perfect stability and stress test tool (also called GPU burner) for the graphics card.
FurMark requires an OpenGL 2.0 compliant graphics card: NVIDIA GeForce 6 (and higher), AMD/ATI Radeon 9600 (and higher), Intel HD Graphics 2000/3000 or a S3 Graphics Chrome 400 series with the latest graphics drivers.
Command line
FurMark has a GUI or Graphical User Interface but also offers command line parameters. With command line parameters you can control more precisely how FurMark is launched and most of all you can launch multiple times FurMark with different paramaters and log all results in a single result file. This feature is useful for graphics cards reviews and graphics drivers tests.
That said, let’s see the parameters.
/nogui
: does not display the startup GUI./nomenubar
: does not display the menu bar in windowed mode./noscore
: does not display the final score box/fullscreen
: starts FurMark in fullscreen mode/width
: specifies the screen width – Default: 1280/height
: specifies the screen height – Default: 1024/msaa
: specifies the MSAA level – Default: 0/run_mode
: specifies the run mode: 1 for benchmark, and 2 for stability test – Default: 1/contest_mode
: 1 to enable the contest mode or 0 to disable it – Default: 0 – Contest mode allows an online score submission./max_time
: specifies the benchmark max time (run_mode=1) in milliseconds – Default: 60000/max_frames
: specifies the benchmark max number of frames (run_mode=1) – Default: -1 (-1 means that max_frames is not used)./app_process_priority
: specifies FurMark process priority – Default: 32 (NORMAL_PRIORITY_CLASS) – See Win32 API for possible values./app_cpu_affinity
: specifies FurMark main thread CPU affinity – Default: 1 (first CPU core)/rendering_cpu_affinity
: specifies FurMark rendering thread CPU affinity – Default: 2 (second CPU core)./xtreme_burning
: sets FurMarks in a mode that overburns the GPU…/log_temperature
: writes GPU temperature to file (gpu-temperature.xml). This feature is useful for overclocking. FurMark 1.5.0+/log_score
: writes benchmak’s result to file (FurMark-Score.txt). FurMark 1.5.0+/disable_catalyst_warning
: disable warning message box when Catalyst 8.8+ is detected. See here and here for more information. FurMark 1.5.0+
@echo off
echo Call Test 1...
call FurMark.exe /width=640 /height=480 /msaa=4 /max_time=60000
/nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 1 complete OK.
echo Call Test 2...
call FurMark.exe /width=1024 /height=768 /msaa=4 /max_time=60000
/nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 2 complete OK.
echo Call Test 3...
call FurMark.exe /width=1280 /height=1024 /msaa=4 /max_time=60000
/fullscreen /nogui /nomenubar /noscore /run_mode=1 /log_score
/disable_catalyst_warning
echo Test 3 complete OK.
pause
Geeks3D FurMark - GPU stress test and OpenGL benchmark.
Copyright (C) 2007-2019 Geeks3D, All rights reserved.
https://geeks3d.com/furmark/
****************************************************************
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
****************************************************************
Permission is granted to anyone to use this software
for any purpose, excluding commercial applications,
and to redistribute it freely, subject to the following
restrictions:
1. The origin of this software must not be misrepresented;
you must not claim that you wrote the original software.
2. This software is a freeware, it cannot be sold or rented.
3. - Websites: you can copy and distribute it freely as long
as you add a backlink to the source post at Geeks3D.com
or a backlink to https://geeks3d.com/furmark/
- CDROM/DVDROM or other kind of BUNDLES (graphics cards, etc.):
please contact the author at [email protected]
4. This notice may not be removed or altered from any distribution.
----------------- Geeks3D PRO Pack ---------------------
To use FurMark in a commercial context, visit this page:
http://www.ozone3d.net/g3dpp/
or send an email at [email protected]
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://geeks3d.com/downloads/2020p/FurMark_1.21.0.0_Setup.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: AA7CFCA548452546AA50A3E16F1C8659191E8F4382E32F08456B0DDB65310791
Using AU:
Get-RemoteChecksum
File 'license.txt' is obtained from the installation dialog.
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'furmark'
fileType = 'exe'
file = gi $toolsDir\*.exe
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0, 1223)
softwareName = 'Geeks3D FurMark *'
}
Install-ChocolateyInstallPackage @packageArgs
rm $toolsDir\*.exe -ea 0
$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageArgs.softwareName
if (!$installLocation) { Write-Warning "Can't find $packageName install location"; return }
Write-Host "$packageName installed to '$installLocation'"
Register-Application "$installLocation\$packageName.exe"
Write-Host "$packageName registered as $packageName"
md5: C66617864DE6E2397A23AF5E80CDA2E4 | sha1: 4C2D79075BFF3FC0BAF1A101AD9743785A269493 | sha256: AA7CFCA548452546AA50A3E16F1C8659191E8F4382E32F08456B0DDB65310791 | sha512: 489CA9EEBBF3AEAD5DACD28B9380D50397C2C290409554048EF673EA0D2877374B675CC96F66CC1792D3124BE67C375A0BD29AD92420BCB828D2044F6F62ACA1
Log in or click on link to see number of positives.
- furmark.1.21.0.0.nupkg (bd18df7cb400) - ## / 65
- FurMark_1.21.0.0_Setup.exe (aa7cfca54845) - ## / 70
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 |
---|---|---|---|
Furmark 1.24.1.0 | 1619 | Friday, December 11, 2020 | Approved |
Furmark 1.24.0.0 | 503 | Thursday, December 3, 2020 | Approved |
Furmark 1.23.0.0 | 506 | Thursday, November 26, 2020 | Approved |
Furmark 1.22.2.0 | 648 | Tuesday, November 10, 2020 | Approved |
Furmark 1.22.1.0 | 476 | Saturday, October 31, 2020 | Approved |
Furmark 1.22.0.0 | 829 | Friday, September 25, 2020 | Approved |
Furmark 1.21.2.0 | 1514 | Thursday, June 4, 2020 | Approved |
Furmark 1.21.1.0 | 874 | Tuesday, March 24, 2020 | Approved |
Furmark 1.21.0.0 | 1034 | Saturday, January 25, 2020 | Approved |
Furmark 1.20.9.0 | 741 | Monday, November 25, 2019 | Approved |
Furmark 1.20.8.0 | 936 | Friday, August 23, 2019 | Approved |
Furmark 1.20.7.0 | 312 | Friday, July 5, 2019 | Approved |
Furmark 1.20.6.0 | 209 | Friday, June 7, 2019 | Approved |
Furmark 1.20.5.0 | 167 | Friday, May 24, 2019 | Approved |
2007-2016 Geeks3D.com
Ground Rules:
- This discussion is only about Furmark and the Furmark 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 Furmark, 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.