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:
13,471
Downloads of v 0.2.1.103:
192
Last Update:
26 Oct 2014
Package Maintainer(s):
Software Author(s):
- James Dibble
Tags:
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Chocolatey Explorer
This is not the latest version of Chocolatey Explorer available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
13,471
Downloads of v 0.2.1.103:
192
Maintainer(s):
Software Author(s):
- James Dibble
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.
Chocolatey Explorer 0.2.1.103
This is not the latest version of Chocolatey Explorer available.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install Chocolatey Explorer, run the following command from the command line or from PowerShell:
To upgrade Chocolatey Explorer, run the following command from the command line or from PowerShell:
To uninstall Chocolatey Explorer, 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 chocolateyexplorer --internalize --version=0.2.1.103 --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 chocolateyexplorer -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 chocolateyexplorer -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 chocolateyexplorer installed
win_chocolatey:
name: chocolateyexplorer
state: present
version: 0.2.1.103
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 'chocolateyexplorer' do
action :install
version '0.2.1.103'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: chocolateyexplorer,
Version: 0.2.1.103,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller chocolateyexplorer
{
Name = 'chocolateyexplorer'
Ensure = 'Present'
Version = '0.2.1.103'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chocolateyexplorer':
provider => 'chocolatey',
ensure => '0.2.1.103',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install chocolateyexplorer version="0.2.1.103" 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 ferventcoder on 27 Oct 2014.
Chocolatey Explorer is an application to make Chocolatey that little bit more awesome by giving you control over it's basic functions without having to break out PowerShell.
$packageName = 'Chocolatey Explorer'
$installerType = 'exe'
$url = 'http://chocolatey-explorer.jdibble.co.uk/ChocolateyExplorer.exe'
$silentArgs = '/i /s'
$validExitCodes = @(0)
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes
- ChocolateyExplorer.0.2.1.103.nupkg (4e8146f4e682) - ## / 57 - 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 |
---|---|---|---|
Chocolatey Explorer 0.2.2.111 | 3716 | Sunday, November 2, 2014 | Approved |
Chocolatey Explorer 0.2.1.106 | 268 | Tuesday, October 28, 2014 | Approved |
Chocolatey Explorer 0.2.1.103 | 192 | Sunday, October 26, 2014 | Approved |
Chocolatey Explorer 0.2.1.102 | 194 | Friday, October 24, 2014 | Unknown |
Chocolatey Explorer 0.2.1.101 | 187 | Thursday, October 23, 2014 | Unknown |
Chocolatey Explorer 0.2.1.100 | 262 | Sunday, October 19, 2014 | Unknown |
Chocolatey Explorer 0.1.0.99 | 202 | Saturday, October 18, 2014 | Unknown |
Chocolatey Explorer 0.1.0.98 | 198 | Saturday, October 18, 2014 | Unknown |
Chocolatey Explorer 0.1.0.97 | 198 | Saturday, October 18, 2014 | Unknown |
Chocolatey Explorer 0.1.0.92 | 211 | Thursday, October 16, 2014 | Unknown |
Chocolatey Explorer 0.1.0.91 | 206 | Thursday, October 16, 2014 | Unknown |
Chocolatey Explorer 0.1.0.84 | 220 | Tuesday, October 14, 2014 | Unknown |
Chocolatey Explorer 0.1.0.83 | 177 | Tuesday, October 14, 2014 | Unknown |
Chocolatey Explorer 0.1.0.82 | 187 | Tuesday, October 14, 2014 | Unknown |
Chocolatey Explorer 0.1.0.81 | 216 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.80 | 208 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.79 | 204 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.78 | 209 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.76 | 195 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.73 | 168 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.71 | 189 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.69 | 181 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.68 | 179 | Monday, October 13, 2014 | Unknown |
Chocolatey Explorer 0.1.0.67 | 190 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.66 | 213 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.65 | 187 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.64 | 225 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.63 | 195 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.62 | 221 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.61 | 221 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.59 | 191 | Sunday, October 12, 2014 | Unknown |
Chocolatey Explorer 0.1.0.58 | 205 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.57 | 202 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.56 | 164 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.55 | 164 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.54 | 176 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.53 | 163 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.52 | 178 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.51 | 204 | Saturday, October 11, 2014 | Unknown |
Chocolatey Explorer 0.1.0.38 | 185 | Wednesday, October 8, 2014 | Unknown |
Chocolatey Explorer 0.1.0.37 | 223 | Tuesday, October 7, 2014 | Unknown |
Chocolatey Explorer 0.1.0.36 | 216 | Tuesday, October 7, 2014 | Unknown |
Chocolatey Explorer 0.1.0.35 | 211 | Tuesday, October 7, 2014 | Unknown |
Copyright (c) 2014 James Dibble. All rights reserved.
0.2.1.100
- First complete release
- Default to latest package when selecting one from the tree view
- Ability to clear the console output
0.1.0.99
- Install package with arguments
0.1.0.98
- Make searching a cancellable operation
0.1.0.97
- Improving searching functionality
- Bug fixes
0.1.0.93
- Minor performance improvements when loading packages from OData feeds
- When exploring a feed, packages are loaded in pages. No more load all as there
are too many on Chocolatey. - Search results can be cleared when completed.
- Bug fixes
0.1.0.61
- Themed with Modern UI
- Pacakges can be updated and uninstalled
0.1.0.4
- Add custom source (must be the OData address but can be based upon a Nuget feed)
- Search a source
- Load all of the packages from a source
- View package information
-
- chocolatey (≥ 0.9.8.27)
Ground Rules:
- This discussion is only about Chocolatey Explorer and the Chocolatey Explorer 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 Chocolatey Explorer, 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.