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:
64,310
Downloads of v 1.3.17:
1,564
Last Update:
23 Dec 2020
Package Maintainer(s):
Software Author(s):
- Samuel Vasko
Tags:
cmder console terminal cli foss- 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

Cmder Mini
- 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:
64,310
Downloads of v 1.3.17:
1,564
Maintainer(s):
Software Author(s):
- Samuel Vasko
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 Cmder Mini, run the following command from the command line or from PowerShell:
To upgrade Cmder Mini, run the following command from the command line or from PowerShell:
To uninstall Cmder Mini, 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 cmdermini --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 cmdermini -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 cmdermini -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 cmdermini installed
win_chocolatey:
name: cmdermini
state: present
version: 1.3.17
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 'cmdermini' do
action :install
version '1.3.17'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: cmdermini,
Version: 1.3.17,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller cmdermini
{
Name = 'cmdermini'
Ensure = 'Present'
Version = '1.3.17'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cmdermini':
provider => 'chocolatey',
ensure => '1.3.17',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install cmdermini version="1.3.17" 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 23 Dec 2020.
CmderMini (no bundled msysgit) is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for USB Sticks or Dropbox. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
Combines utility of 2 distinct tools:
Console emulator = Conemu
Cmd.exe enhancements = clink
Notes
This package uncompresses to 8 MB and does not include Unix integration via msysgit.
See cmder (250 MB) for enhanced console with bundled Unix utilities via msysgit.
MIT License
Copyright (c) 2017 Samuel Vasko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/cmderdev/cmder/releases/tag/v1.3.17>
and can be verified by doing the following:
1. Download the following <https://github.com/cmderdev/cmder/releases/download/v1.3.17/cmder_mini.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: A0B6539943489D559E920D320ADA9468AB62F215E7218B5075D913B3687069D5
The file 'LICENSE.txt' has been obtained from <https://github.com/cmderdev/cmder/blob/master/LICENSE>
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
file = "$toolsPath\cmder_mini.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item $toolsPath\*.7z -ea 0
Install-ChocolateyPath $packageArgs['destination'] 'User'
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$unScriptPath = Join-Path $toolsPath "Uninstall-ChocolateyPath.psm1"
$installPath = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
Import-Module $unScriptPath
Uninstall-ChocolateyPath $installPath 'User'
if (Test-Path $installPath) {
Remove-Item -path $installPath -Recurse -Force
}
md5: 696A20D610A71CA9F739744B485CD490 | sha1: C7A5328F5816F49B7034F89D022248C340D3340B | sha256: A0B6539943489D559E920D320ADA9468AB62F215E7218B5075D913B3687069D5 | sha512: 02D3EAFFF3EF96AA745BCB2F0662A53AF8B921C76CF9CE7504EF975114D783B2DDDA97B9A5FF2EC773EF6A77BD1D880C7F0F8E4229D21CD79B31010BFE49B6FB
function Uninstall-ChocolateyPath {
param(
[string] $pathToUninstall,
[System.EnvironmentVariableTarget] $pathType = [System.EnvironmentVariableTarget]::User
)
Write-Debug "Running 'Uninstall-ChocolateyPath' with pathToUninstall:`'$pathToUninstall`'";
#get the PATH variable
$envPath = $env:PATH
#$envPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
if (!$envPath.ToLower().Contains($pathToUninstall.ToLower())) {
Write-Host "PATH environment variable does not have $pathToUninstall in it."
return
}
Write-Host "PATH environment variable has $pathToUninstall in it. Removing..."
$actualPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
# escape regex metachars, match possible backslash and item separator at eol
$pathToUninstallRegex = ($pathToUninstall -replace '([\\().])', '\$1') + '\\?(;|$)'
# remove pathToUninstall from actualPath
$actualPath = $actualPath -replace "$pathToUninstallRegex", ''
if ($pathType -eq [System.EnvironmentVariableTarget]::Machine) {
$psArgs = "[Environment]::SetEnvironmentVariable('Path',`'$actualPath`', `'$pathType`')"
Start-ChocolateyProcessAsAdmin "$psArgs"
}
else {
[Environment]::SetEnvironmentVariable('Path', $actualPath, $pathType)
}
# remove from path of current powershell session
$envPSPath = $env:PATH
$env:Path = $envPSPath -replace "$pathToUninstallRegex", ''
}
Log in or click on link to see number of positives.
- cygwin1.dll (b5498e8e6ae9) - ## / 72
- wslbridge.exe (668ee195182b) - ## / 71
- ConEmu.exe (fd8b21137522) - ## / 72
- ConEmu64.exe (3443e39ec0a2) - ## / 70
- conemu-cyg-32.exe (2c0800387fbd) - ## / 71
- conemu-cyg-64.exe (6d5b6d6892ce) - ## / 72
- conemu-msys-32.exe (82a8c6a0b8e8) - ## / 73
- conemu-msys2-32.exe (d04d0023bbdf) - ## / 70
- conemu-msys2-64.exe (a23d46fa1caf) - ## / 71
- ConEmuC.exe (7c1946cfc6d8) - ## / 70
- ConEmuC64.exe (4f3387330d4a) - ## / 70
- ConEmuCD.dll (d34c04cc3253) - ## / 70
- ConEmuCD64.dll (acb97c9f5dea) - ## / 67
- ConEmuHk.dll (920463e6cb55) - ## / 71
- ConEmuHk64.dll (9fd42d53bb62) - ## / 71
- ExtendedConsole.dll (c8ca0c341e2e) - ## / 70
- ExtendedConsole64.dll (1492c1cb2839) - ## / 71
- ConEmu.dll (95787721c1d3) - ## / 70
- ConEmu.x64.dll (f8b18c873e83) - ## / 70
- ConEmuBg.dll (897531a1aaff) - ## / 70
- ConEmuBg.x64.dll (0ce33b70aa5b) - ## / 69
- ConEmuLn.dll (e3c6d8060175) - ## / 71
- ConEmuLn.x64.dll (29ef6846e3b9) - ## / 70
- ConEmuTh.dll (37f9d84352c9) - ## / 70
- ConEmuTh.x64.dll (9c03b2cb6ff7) - ## / 71
- Cmder.exe (2542f5307374) - ## / 70
- clink_dll_x64.dll (bbd219e83660) - ## / 70
- clink_dll_x86.dll (3384ee0799f4) - ## / 69
- clink_x64.exe (a6690928e8be) - ## / 70
- clink_x86.exe (174d63c97193) - ## / 70
- cmdermini.1.3.17.nupkg (3717f5256c4b) - ## / 63
- cmder_mini.zip (a0b653994348) - ## / 64
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 |
---|---|---|---|
Cmder Mini 1.3.17 | 1564 | Wednesday, December 23, 2020 | Approved |
Cmder Mini 1.3.16 | 2693 | Thursday, July 30, 2020 | Approved |
Cmder Mini 1.3.15 | 1144 | Saturday, June 27, 2020 | Approved |
Cmder Mini 1.3.14 | 3668 | Thursday, January 9, 2020 | Approved |
Cmder Mini 1.3.13.20191130 | 1453 | Saturday, November 30, 2019 | Approved |
Cmder Mini 1.3.13 | 621 | Saturday, November 23, 2019 | Approved |
Cmder Mini 1.3.12 | 7440 | Monday, August 19, 2019 | Approved |
Cmder Mini 1.3.11 | 16665 | Sunday, December 23, 2018 | Approved |
Cmder Mini 1.3.10 | 1915 | Saturday, December 1, 2018 | Approved |
Cmder Mini 1.3.9 | 157 | Thursday, November 29, 2018 | Approved |
Cmder Mini 1.3.8.20181114 | 1900 | Wednesday, November 14, 2018 | Approved |
Cmder Mini 1.3.8 | 561 | Sunday, November 11, 2018 | Approved |
Cmder Mini 1.3.6 | 1592 | Thursday, October 25, 2018 | Approved |
CmderMini 1.3.5 | 10706 | Sunday, February 11, 2018 | Approved |
CmderMini 1.3.4 | 202 | Thursday, March 29, 2018 | Approved |
CmderMini 1.3.3 | 3516 | Friday, November 3, 2017 | Approved |
CmderMini 1.3.2 | 3162 | Friday, December 16, 2016 | Approved |
CmderMini 1.3.1.20161216 | 267 | Friday, December 16, 2016 | Approved |
CmderMini 1.3.1 | 577 | Wednesday, November 30, 2016 | Approved |
CmderMini 1.3.0.20160620-beta | 407 | Wednesday, June 22, 2016 | Exempted |
CmderMini 1.3.0-beta | 357 | Saturday, May 21, 2016 | Exempted |
CmderMini 1.2.9-beta | 244 | Saturday, May 21, 2016 | Exempted |
CmderMini 1.1.4.102 | 836 | Wednesday, June 22, 2016 | Approved |
Copyright (c) 2016 Samuel Vasko
Software changelog
1.3.17 (2020-12-23)
Fixes
- [bug] Running
alias ..=cd ..
removes other aliases #2394 - Switch to @chrisant996 Clink v1.1.10 to fix Clink newer Windows 10 releases.
- Fix
\Git\cmd\git.exe found. was unexpected at this time.
- Documentation fixes.
Changes
- Update Git to 2.29.0
- Improve
init.bat
Speed - Add
systeminfo.exe
output to iag scripts.
-
- vcredist2010 (≥ 10.0.40219.2)
Ground Rules:
- This discussion is only about Cmder Mini and the Cmder Mini 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 Cmder Mini, 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.