You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: On hold until after the development merge into master; however it was important enough to ask @cmderdev/core to take action regarding registering and allowing us to publish new "official" releases.
Goal
This is the canonical tracking issue for getting Cmder into the Windows package-manager ecosystem in a way that is accurate, discoverable, and maintainable by or with the Cmder core team.
I (@DRSDavidSoft) can help with research, docs, manifests, packaging scripts, and PRs. Some actions still need the core maintainers because trusted contributors cannot take over external package ownership, publish official registry submissions, or approve release-channel policy on behalf of cmderdev.
Submit official archive/portable manifests from Cmder release assets. WinGet now supports ZIP archive manifests with NestedInstallerType: portable; use cmder.zip for full and cmder_mini.zip for mini.
Chocolatey
choco install cmder and choco install cmdermini
Community packages exist and are current at 1.3.25.
Ask current maintainers to add Cmder maintainers or transfer/coordinate ownership. If there is no response after 7 days, Chocolatey's vendor guidance says to contact site admins with the contact history.
Scoop
scoop install cmder and scoop install cmder-full
Community manifests exist and are current at 1.3.25.
Community-maintained in ScoopInstaller/Main, but already uses official Cmder release assets and hashes.txt.
Keep Main manifests healthy through PRs; decide whether cmderdev wants an official bucket or simply documented support for the existing Main manifests.
Important history and related threads
Please keep the open package-manager threads open and linked here so future visitors can find the current state.
Update version on Chocolatey #959 documented the Chocolatey ownership split in 2016. Maintainers said Cmder did not maintain the Chocolatey package; @dtgm clarified that the Chocolatey package was community-driven and not affiliated with this project.
Decide whether Cmder wants to present these package-manager channels as official, supported community packages, or explicitly unofficial-but-documented.
Decide package identity for WinGet. Proposed starting point: Cmder.Cmder for the full package and Cmder.CmderMini for the mini package.
Decide whether WinGet should publish both full and mini. Proposal: publish both. Full should be x64 because the full archive vendors 64-bit Git for Windows; mini can be neutral.
Decide who from the core team should own or co-own Chocolatey package maintenance. Chocolatey's vendor guidance starts with contacting current maintainers and asking to be added.
Decide whether Scoop should remain in ScoopInstaller/Main as the main discoverable route, or whether cmderdev wants an additional official Scoop bucket.
Decide release workflow expectations: after each GitHub release is published, package manifests should be generated/validated and submitted or pushed from a documented process.
Proposed implementation work
I am preparing a PR that makes the repository package-ready without forcing registry ownership changes in this PR:
add package-manager manifest templates for WinGet and Chocolatey;
add a PowerShell helper that consumes Cmder release assets/checksums and renders package-manager-ready files;
document the release-time commands and external handoff steps;
keep registry submission/publishing as manual maintainer actions until the core team approves automation and credentials/secrets.
This should let us move from scattered community package knowledge to one documented release path.
Tip
Status: On hold until after the
developmentmerge intomaster; however it was important enough to ask @cmderdev/core to take action regarding registering and allowing us to publish new "official" releases.Goal
This is the canonical tracking issue for getting Cmder into the Windows package-manager ecosystem in a way that is accurate, discoverable, and maintainable by or with the Cmder core team.
I (@DRSDavidSoft) can help with research, docs, manifests, packaging scripts, and PRs. Some actions still need the core maintainers because trusted contributors cannot take over external package ownership, publish official registry submissions, or approve release-channel policy on behalf of
cmderdev.Canonical wiki page: https://github.com/cmderdev/cmder/wiki/Package-Manager-Status
Current state as of 2026-06-20
winget search --query cmder --source wingetmicrosoft/winget-pkgs.NestedInstallerType: portable; usecmder.zipfor full andcmder_mini.zipfor mini.choco install cmderandchoco install cmdermini1.3.25.cmderdev.automatic/cmderandautomatic/cmdermini. The nuspec owners listAdmiringWorm, dtgm.scoop install cmderandscoop install cmder-full1.3.25.ScoopInstaller/Main, but already uses official Cmder release assets andhashes.txt.bucket/cmder.jsonandbucket/cmder-full.json.cmderdevwants an official bucket or simply documented support for the existing Main manifests.Important history and related threads
Please keep the open package-manager threads open and linked here so future visitors can find the current state.
.msipackage) #2729 are related installer/updater discussions. We still may want an installer someday, but WinGet ZIP portable support means an installer is no longer the only path for WinGet.Core-team decisions needed
Cmder.Cmderfor the full package andCmder.CmderMinifor the mini package.x64because the full archive vendors 64-bit Git for Windows; mini can beneutral.ScoopInstaller/Mainas the main discoverable route, or whethercmderdevwants an additional official Scoop bucket.Proposed implementation work
I am preparing a PR that makes the repository package-ready without forcing registry ownership changes in this PR:
This should let us move from scattered community package knowledge to one documented release path.
External resources
Cmder: https://community.chocolatey.org/packages/Cmdercmdermini: https://community.chocolatey.org/packages/cmderminicmder: https://github.com/ScoopInstaller/Main/blob/master/bucket/cmder.jsoncmder-full: https://github.com/ScoopInstaller/Main/blob/master/bucket/cmder-full.json