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:
65,696
Downloads of v 4.0.25.2:
502
Last Update:
17 Jan 2015
Package Maintainer(s):
Software Author(s):
- Center for History and New Media
- et. al.
Tags:
references manager bibliography- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Zotero Standalone
This is not the latest version of Zotero Standalone available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
65,696
Downloads of v 4.0.25.2:
502
Maintainer(s):
Software Author(s):
- Center for History and New Media
- et. al.
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.
Zotero Standalone 4.0.25.2
This is not the latest version of Zotero Standalone available.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install Zotero Standalone, run the following command from the command line or from PowerShell:
To upgrade Zotero Standalone, run the following command from the command line or from PowerShell:
To uninstall Zotero Standalone, 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 zotero-standalone --internalize --version=4.0.25.2 --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 zotero-standalone -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 zotero-standalone -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 zotero-standalone installed
win_chocolatey:
name: zotero-standalone
state: present
version: 4.0.25.2
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 'zotero-standalone' do
action :install
version '4.0.25.2'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: zotero-standalone,
Version: 4.0.25.2,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller zotero-standalone
{
Name = 'zotero-standalone'
Ensure = 'Present'
Version = '4.0.25.2'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'zotero-standalone':
provider => 'chocolatey',
ensure => '4.0.25.2',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install zotero-standalone version="4.0.25.2" 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 by moderator purity on 25 Jan 2015.
Zotero is free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice, OpenOffice.org Writer and NeoOffice. It is produced by the Center for History and New Media of George Mason University (GMU). (from Wikipedia, 2013-04-18)
$packageName = 'zotero-standalone'
$installerType = 'EXE'
$url = 'http://download.zotero.org/standalone/4.0.25.2/Zotero-4.0.25.2_setup.exe' # download url
$silentArgs = '/S'
$validExitCodes = @(0)
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes
$unfile = "Zotero Standalone\uninstall\helper.exe"
if (Test-Path "${Env:ProgramFiles(x86)}\$unfile") {
$unpath = "${Env:ProgramFiles(x86)}\$unfile"
}
else {
$unpath = "${Env:ProgramFiles}\$unfile"
}
Uninstall-ChocolateyPackage 'zotero-standalone' 'exe' '/s' "$unpath"
Log in or click on link to see number of positives.
- zotero-standalone.4.0.25.2.nupkg (f8b3da1f15b5) - ## / 57
- Zotero-4.0.25.2_setup.exe (0a989aa6b82a) - ## / 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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
[Deprecated] Zotero Standalone 5.0.55.20181119 | 6569 | Monday, November 19, 2018 | Approved |
Zotero Standalone 5.0.55 | 2796 | Thursday, August 16, 2018 | Approved |
[Deprecated] Zotero Standalone 5.0.54.20180816 | 97 | Monday, November 19, 2018 | Approved |
Zotero Standalone 5.0.54 | 1543 | Sunday, July 15, 2018 | Approved |
Zotero Standalone 5.0.53 | 1116 | Saturday, July 7, 2018 | Approved |
Zotero Standalone 5.0.52 | 1144 | Thursday, June 21, 2018 | Approved |
Zotero Standalone 5.0.51 | 739 | Saturday, June 16, 2018 | Approved |
Zotero Standalone 5.0.50 | 645 | Thursday, June 14, 2018 | Approved |
Zotero Standalone 5.0.49 | 713 | Tuesday, June 12, 2018 | Approved |
Zotero Standalone 5.0.48 | 911 | Tuesday, June 5, 2018 | Approved |
Zotero Standalone 5.0.47 | 1636 | Wednesday, May 2, 2018 | Approved |
Zotero Standalone 5.0.46 | 570 | Tuesday, May 1, 2018 | Approved |
Zotero Standalone 5.0.45 | 1207 | Tuesday, April 17, 2018 | Approved |
Zotero Standalone 5.0.44 | 1154 | Friday, April 6, 2018 | Approved |
Zotero Standalone 5.0.43 | 814 | Tuesday, April 3, 2018 | Approved |
Zotero Standalone 5.0.42 | 217 | Friday, March 30, 2018 | Approved |
Zotero Standalone 5.0.41 | 959 | Tuesday, March 27, 2018 | Approved |
Zotero Standalone 5.0.40 | 554 | Tuesday, March 27, 2018 | Approved |
Zotero Standalone 5.0.38 | 1360 | Wednesday, March 21, 2018 | Approved |
Zotero Standalone 5.0.36 | 1473 | Saturday, March 10, 2018 | Approved |
Zotero Standalone 5.0.35.1 | 1893 | Monday, February 12, 2018 | Approved |
Zotero Standalone 5.0.35 | 745 | Monday, February 12, 2018 | Approved |
Zotero Standalone 5.0.34.5 | 1461 | Saturday, February 3, 2018 | Approved |
Zotero Standalone 5.0.34 | 1517 | Friday, January 12, 2018 | Approved |
Zotero Standalone 5.0.33 | 1135 | Wednesday, December 20, 2017 | Approved |
Zotero Standalone 5.0.32 | 748 | Sunday, December 17, 2017 | Approved |
Zotero Standalone 5.0.31 | 324 | Friday, December 15, 2017 | Approved |
Zotero Standalone 5.0.30 | 1182 | Monday, December 4, 2017 | Approved |
Zotero Standalone 5.0.29 | 837 | Wednesday, November 29, 2017 | Approved |
Zotero Standalone 5.0.28 | 823 | Wednesday, November 22, 2017 | Approved |
Zotero Standalone 5.0.27 | 989 | Saturday, November 18, 2017 | Approved |
Zotero Standalone 5.0.26 | 340 | Friday, November 17, 2017 | Approved |
Zotero Standalone 5.0.25 | 1056 | Monday, November 13, 2017 | Approved |
Zotero Standalone 5.0.24 | 1457 | Tuesday, October 31, 2017 | Approved |
Zotero Standalone 5.0.23 | 739 | Sunday, October 15, 2017 | Approved |
Zotero Standalone 5.0.22 | 629 | Tuesday, October 3, 2017 | Approved |
Zotero Standalone 5.0.21 | 569 | Friday, September 22, 2017 | Approved |
Zotero Standalone 5.0.20 | 395 | Wednesday, September 20, 2017 | Approved |
Zotero Standalone 5.0.19 | 507 | Tuesday, September 19, 2017 | Approved |
Zotero Standalone 5.0.18 | 531 | Tuesday, September 12, 2017 | Approved |
Zotero Standalone 5.0.16 | 888 | Sunday, August 20, 2017 | Approved |
Zotero Standalone 5.0.15 | 271 | Saturday, August 19, 2017 | Approved |
Zotero Standalone 5.0.13 | 327 | Friday, August 18, 2017 | Approved |
Zotero Standalone 5.0.12 | 366 | Thursday, August 17, 2017 | Approved |
Zotero Standalone 5.0.11 | 530 | Sunday, August 13, 2017 | Approved |
Zotero Standalone 5.0.10 | 305 | Friday, August 11, 2017 | Approved |
Zotero Standalone 5.0.9 | 275 | Thursday, August 10, 2017 | Approved |
Zotero Standalone 5.0.8 | 389 | Saturday, August 5, 2017 | Approved |
Zotero Standalone 5.0.7 | 438 | Monday, July 24, 2017 | Approved |
Zotero Standalone 5.0.6 | 325 | Friday, July 21, 2017 | Approved |
Zotero Standalone 5.0.5 | 235 | Thursday, July 20, 2017 | Approved |
Zotero Standalone 5.0.4 | 422 | Friday, July 14, 2017 | Approved |
Zotero Standalone 5.0.3 | 332 | Thursday, July 13, 2017 | Approved |
Zotero Standalone 5.0.2 | 290 | Wednesday, July 12, 2017 | Approved |
Zotero Standalone 5.0.1 | 305 | Tuesday, July 11, 2017 | Approved |
Zotero Standalone 5.0 | 298 | Tuesday, July 11, 2017 | Approved |
Zotero Standalone 4.0.29.17 | 1709 | Thursday, January 19, 2017 | Approved |
Zotero Standalone 4.0.29.11 | 637 | Saturday, November 26, 2016 | Approved |
Zotero Standalone 4.0.29.10 | 932 | Thursday, May 12, 2016 | Approved |
Zotero Standalone 4.0.29.5 | 540 | Wednesday, March 16, 2016 | Approved |
Zotero Standalone 4.0.29.2 | 345 | Wednesday, March 9, 2016 | Approved |
Zotero Standalone 4.0.28.7 | 628 | Saturday, October 3, 2015 | Approved |
Zotero Standalone 4.0.28.6 | 329 | Saturday, September 26, 2015 | Approved |
Zotero Standalone 4.0.28 | 480 | Friday, July 31, 2015 | Approved |
Zotero Standalone 4.0.27.6 | 412 | Monday, July 13, 2015 | Approved |
Zotero Standalone 4.0.27 | 359 | Saturday, July 4, 2015 | Approved |
Zotero Standalone 4.0.26.4 | 514 | Wednesday, April 8, 2015 | Approved |
Zotero Standalone 4.0.26.3 | 296 | Wednesday, April 8, 2015 | Approved |
Zotero Standalone 4.0.26.2 | 423 | Thursday, March 19, 2015 | Approved |
Zotero Standalone 4.0.26.1 | 432 | Sunday, February 22, 2015 | Approved |
Zotero Standalone 4.0.26 | 284 | Wednesday, February 11, 2015 | Approved |
Zotero Standalone 4.0.25.2 | 502 | Saturday, January 17, 2015 | Approved |
Zotero Standalone 4.0.23 | 510 | Wednesday, October 15, 2014 | Approved |
Zotero Standalone 4.0.22 | 387 | Tuesday, September 2, 2014 | Approved |
Zotero Standalone 4.0.21.2 | 404 | Sunday, June 22, 2014 | Approved |
Zotero Standalone 4.0.21.1 | 345 | Friday, June 20, 2014 | Approved |
Zotero Standalone 4.0.20 | 368 | Tuesday, April 29, 2014 | Approved |
Zotero Standalone 4.0.19 | 351 | Saturday, March 22, 2014 | Approved |
Zotero Standalone 4.0.18 | 354 | Wednesday, March 19, 2014 | Approved |
Zotero Standalone 4.0.17 | 428 | Saturday, December 14, 2013 | Approved |
Zotero Standalone 4.0.16 | 365 | Tuesday, November 19, 2013 | Approved |
Zotero Standalone 4.0.15 | 377 | Wednesday, November 13, 2013 | Approved |
Zotero Standalone 4.0.14 | 354 | Wednesday, November 6, 2013 | Approved |
Zotero Standalone 4.0.13 | 302 | Wednesday, November 6, 2013 | Approved |
Zotero Standalone 4.0.11 | 410 | Friday, August 9, 2013 | Approved |
Zotero Standalone 4.0.9.1 | 422 | Saturday, July 27, 2013 | Approved |
Zotero Standalone 4.0.9 | 335 | Friday, July 26, 2013 | Approved |
Zotero Standalone 4.0.8.0 | 377 | Thursday, June 6, 2013 | Approved |
Zotero Standalone 4.0.5.0 | 371 | Thursday, April 18, 2013 | Approved |
2006-2011, Center for History and New Media, George Mason University, Fairfax, Virginia, USA
This package has no dependencies.
Ground Rules:
- This discussion is only about Zotero Standalone and the Zotero Standalone 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 Zotero Standalone, 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.