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...

Downloads:
15,853
Downloads of v 1.2.25.0-current:
27
Last Update:
30 Jul 2020
Package Maintainer(s):
Software Author(s):
- https://github.com/jamovi/jamovi/graphs/contributors
Tags:
data analysis analytics statistics R data-mining admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

jamovi (install)
This is a prerelease version of jamovi (install).
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,853
Downloads of v 1.2.25.0-current:
27
Maintainer(s):
Software Author(s):
- https://github.com/jamovi/jamovi/graphs/contributors
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 jamovi (install), run the following command from the command line or from PowerShell:
To upgrade jamovi (install), run the following command from the command line or from PowerShell:
To uninstall jamovi (install), 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 jamovi.install --internalize --version=1.2.25.0-current --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 jamovi.install -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 jamovi.install -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 jamovi.install installed
win_chocolatey:
name: jamovi.install
state: present
version: 1.2.25.0-current
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 'jamovi.install' do
action :install
version '1.2.25.0-current'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: jamovi.install,
Version: 1.2.25.0-current,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller jamovi.install
{
Name = 'jamovi.install'
Ensure = 'Present'
Version = '1.2.25.0-current'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'jamovi.install':
provider => 'chocolatey',
ensure => '1.2.25.0-current',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install jamovi.install version="1.2.25.0-current" 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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 30 Jul 2020.
STATS MADE SIMPLE
jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.
R INTEGRATION:
jamovi is built on top of the R statistical language, giving you access to the best the statistics community has to offer. would you like the R code for your analyses? jamovi can provide that too.
FREE AND OPEN:
jamovi will always be free and open - that's one of our core values - because jamovi is made by the scientific community, for the scientific community.
SOLID vs CURRENT
jamovi offers 2 streams: a solid version recommended for most users, and a current version which has the latest features, but might not be stable.
The current versions are offered as pre-release packages on chocolatey. Get it by using choco install jamovi.install --pre
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'jamovi.install'
fileType = 'exe'
url64bit = 'https://www.jamovi.org/downloads/jamovi-1.2.25.0-win64.exe'
checksum64 = 'd544f18d076e44c8da2c1a10baa7289a3ece96b413168e56f7432bfa8ca85613'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
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 |
---|---|---|---|
jamovi (install) 1.6.13.0-current | 15 | Saturday, January 23, 2021 | Approved |
jamovi (install) 1.6.12.0-current | 17 | Sunday, January 17, 2021 | Approved |
jamovi (install) 1.6.11.0-current | 15 | Wednesday, January 13, 2021 | Approved |
jamovi (install) 1.6.10.0-current | 17 | Monday, January 11, 2021 | Approved |
jamovi (install) 1.6.9.0-current | 22 | Saturday, December 19, 2020 | Approved |
jamovi (install) 1.6.8.0-current | 22 | Wednesday, December 2, 2020 | Approved |
jamovi (install) 1.6.7.0-current | 29 | Friday, November 20, 2020 | Approved |
jamovi (install) 1.6.6.0-current | 21 | Wednesday, November 4, 2020 | Approved |
jamovi (install) 1.6.5.0-current | 28 | Friday, October 30, 2020 | Approved |
jamovi (install) 1.6.4.0-current | 14 | Sunday, October 25, 2020 | Approved |
jamovi (install) 1.6.3.0-current | 35 | Wednesday, September 9, 2020 | Approved |
jamovi (install) 1.6.1.0-current | 38 | Tuesday, September 1, 2020 | Approved |
jamovi (install) 1.6.0.0-current | 24 | Monday, August 31, 2020 | Approved |
jamovi (install) 1.2.27.0 | 255 | Monday, August 31, 2020 | Approved |
jamovi (install) 1.2.26.0-current | 34 | Friday, August 21, 2020 | Exempted |
jamovi (install) 1.2.25.0-current | 27 | Thursday, July 30, 2020 | Approved |
jamovi (install) 1.2.24.0-current | 26 | Monday, July 27, 2020 | Approved |
jamovi (install) 1.2.22.20200530-current | 43 | Saturday, May 30, 2020 | Approved |
jamovi (install) 1.2.22.0-current | 32 | Thursday, May 28, 2020 | Exempted |
jamovi (install) 1.2.21.0-current | 32 | Saturday, May 23, 2020 | Approved |
jamovi (install) 1.2.19.0-current | 28 | Tuesday, May 19, 2020 | Approved |
jamovi (install) 1.2.18.0-current | 31 | Sunday, May 17, 2020 | Approved |
jamovi (install) 1.2.17.0-current | 43 | Friday, April 24, 2020 | Pending Automated Review |
jamovi (install) 1.2.16.0-current | 43 | Friday, April 3, 2020 | Approved |
jamovi (install) 1.2.12.0-current | 42 | Wednesday, March 25, 2020 | Pending Automated Review |
jamovi (install) 1.2.11.0-current | 45 | Monday, March 23, 2020 | Approved |
jamovi (install) 1.2.8.0-current | 49 | Tuesday, March 10, 2020 | Approved |
jamovi (install) 1.2.7.0-current | 60 | Saturday, March 7, 2020 | Approved |
jamovi (install) 1.2.6.0-current | 49 | Friday, March 6, 2020 | Approved |
jamovi (install) 1.2.2.0-current | 57 | Friday, January 17, 2020 | Approved |
jamovi (install) 1.2.1.0-current | 56 | Thursday, January 16, 2020 | Approved |
jamovi (install) 1.2.0.0-current | 64 | Saturday, January 4, 2020 | Approved |
jamovi (install) 1.1.9.0 | 735 | Saturday, January 4, 2020 | Approved |
jamovi (install) 1.1.9.0-current | 60 | Friday, December 13, 2019 | Approved |
jamovi (install) 1.1.8.0-current | 66 | Thursday, November 28, 2019 | Approved |
jamovi (install) 1.1.7.000-current | 68 | Friday, November 8, 2019 | Approved |
jamovi (install) 1.0.7.000 | 634 | Saturday, August 24, 2019 | Approved |
jamovi (install) 1.0.5.000 | 171 | Thursday, July 25, 2019 | Approved |
jamovi (install) 1.0.4.000 | 186 | Tuesday, July 9, 2019 | Approved |
jamovi (install) 1.0.3.000 | 106 | Monday, July 8, 2019 | Approved |
jamovi (install) 1.0.1.000 | 158 | Friday, June 14, 2019 | Approved |
jamovi (install) 1.0.0.000 | 190 | Friday, May 24, 2019 | Approved |
jamovi (install) 0.9.6.900 | 188 | Tuesday, April 16, 2019 | Approved |
jamovi (install) 0.9.6.700 | 177 | Wednesday, April 10, 2019 | Approved |
jamovi (install) 0.9.5.1200 | 275 | Saturday, January 19, 2019 | Approved |
jamovi (install) 0.9.2.800 | 281 | Monday, October 8, 2018 | Approved |
jamovi (install) 0.9.1.1100 | 201 | Monday, August 6, 2018 | Approved |
jamovi (install) 0.9.1.1000 | 165 | Thursday, July 26, 2018 | Approved |
jamovi (install) 0.9.1.900 | 137 | Wednesday, July 25, 2018 | Approved |
jamovi (install) 0.9.1.700 | 166 | Friday, July 13, 2018 | Approved |
jamovi (install) 0.9.1.600 | 171 | Friday, July 6, 2018 | Approved |
jamovi (install) 0.9.1.400 | 170 | Thursday, June 21, 2018 | Approved |
jamovi (install) 0.9.1.300 | 180 | Friday, June 15, 2018 | Approved |
jamovi (install) 0.9.1.100 | 162 | Wednesday, June 13, 2018 | Approved |
jamovi (install) 0.9.1.000 | 178 | Friday, June 8, 2018 | Approved |
jamovi (install) 0.9.0.500 | 205 | Tuesday, May 15, 2018 | Approved |
jamovi (install) 0.9.0.300 | 220 | Sunday, April 29, 2018 | Approved |
jamovi (install) 0.9.0.100 | 189 | Thursday, April 26, 2018 | Approved |
jamovi (install) 0.8.6.000 | 227 | Friday, March 30, 2018 | Approved |
jamovi (install) 0.8.5.000 | 244 | Tuesday, March 20, 2018 | Approved |
jamovi (install) 0.8.4.000 | 210 | Monday, March 19, 2018 | Approved |
jamovi (install) 0.8.3.000 | 259 | Friday, March 2, 2018 | Approved |
jamovi (install) 0.8.2.200 | 228 | Tuesday, February 20, 2018 | Approved |
jamovi (install) 0.8.2.000 | 257 | Wednesday, February 14, 2018 | Approved |
jamovi (install) 0.8.1.2000 | 213 | Saturday, February 10, 2018 | Approved |
jamovi (install) 0.8.1.1900 | 222 | Friday, February 9, 2018 | Approved |
jamovi (install) 0.8.1.1700 | 233 | Sunday, February 4, 2018 | Approved |
jamovi (install) 0.8.1.1400 | 215 | Saturday, January 20, 2018 | Approved |
jamovi (install) 0.8.1.1300 | 261 | Monday, January 8, 2018 | Approved |
jamovi (install) 0.8.1.1200 | 262 | Monday, December 18, 2017 | Approved |
jamovi (install) 0.8.1.1000 | 281 | Monday, November 27, 2017 | Approved |
jamovi (install) 0.8.1.800 | 234 | Wednesday, November 22, 2017 | Approved |
jamovi (install) 0.8.1.700 | 218 | Saturday, November 18, 2017 | Approved |
jamovi (install) 0.8.1.600 | 219 | Tuesday, November 14, 2017 | Approved |
jamovi (install) 0.8.1.500 | 235 | Saturday, November 11, 2017 | Approved |
jamovi (install) 0.8.1.000 | 258 | Monday, October 30, 2017 | Approved |
jamovi (install) 0.8.0.900 | 306 | Sunday, October 8, 2017 | Approved |
jamovi (install) 0.8.0.200 | 301 | Thursday, September 7, 2017 | Approved |
jamovi (install) 0.7.5.701 | 260 | Saturday, August 19, 2017 | Approved |
jamovi (install) 0.7.5.700 | 260 | Wednesday, August 16, 2017 | Approved |
jamovi (install) 0.7.5.600 | 287 | Monday, August 7, 2017 | Approved |
jamovi (install) 0.7.5.400 | 327 | Wednesday, July 26, 2017 | Approved |
jamovi (install) 0.7.5.200 | 256 | Thursday, July 6, 2017 | Approved |
jamovi (install) 0.7.5.100 | 249 | Wednesday, June 28, 2017 | Approved |
jamovi (install) 0.7.3.500 | 243 | Wednesday, June 7, 2017 | Approved |
jamovi (install) 0.7.3.300 | 279 | Wednesday, May 31, 2017 | Approved |
jamovi (install) 0.7.3.200 | 256 | Wednesday, May 17, 2017 | Approved |
jamovi (install) 0.7.3.100 | 262 | Wednesday, May 10, 2017 | Approved |
jamovi (install) 0.7.3.000 | 254 | Wednesday, May 3, 2017 | Approved |
jamovi (install) 0.7.2.700 | 272 | Tuesday, April 4, 2017 | Approved |
jamovi (install) 0.7.2.6 | 289 | Tuesday, March 28, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about jamovi (install) and the jamovi (install) 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 jamovi (install), 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.