Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 23 additions & 47 deletions src/content/docs/en-us/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,82 +13,58 @@ import Xref from '@components/Xref.astro';
This does not represent a complete listing. Links are provided for more detailed set of backlog items. Some items will not be shared publicly.
</Callout>

## Community
## Community Products

### Chocolatey CLI (choco)

**Completed**:
- 2026:
- Q1:
- [Gather and display package installation source](https://github.com/chocolatey/choco/issues/3804).

**Future Roadmap**:

- Validation on choco pack (subset of the package-validator)
- GPG package signing for traceability
- Authenticode package signing
- Validating authenticode - see [#643](https://github.com/chocolatey/choco/issues/643)
- ~~Not allowing package installs that don't have checksums by default when using non-secure resources like HTTP/FTP - see [#112](https://github.com/chocolatey/choco/issues/112)~~ released in 0.10.0
- Nuspec enhancements - supported versions of Windows, etc
- Packaging enhancements - like package version, architecture
- [Virtual packages](https://github.com/chocolatey/chocolatey/issues/7)
- WSA / AppX / MSIX direct Support

Other tickets as noted at [https://github.com/chocolatey/choco](https://github.com/chocolatey/choco) - be sure to check the milestone for estimated release version.
Other tickets as noted in [GitHub](https://github.com/chocolatey/choco).

Release Notes / Changelog at <Xref title="Chocolatey CLI Release Notes" value="choco-release-notes" />.

### Chocolatey GUI

- ~~Dark Mode~~ - completed March 2021
- WCAG compliance - est. H2 2021

Other tickets as noted at [https://github.com/chocolatey/ChocolateyGUI/issues](https://github.com/chocolatey/ChocolateyGUI/issues) - be sure to check the milestone for estimated release version.
Other tickets as noted in [GitHub](https://github.com/chocolatey/ChocolateyGUI/issues).

Release Notes / Changelog at <Xref title="Chocolatey GUI Release Notes" value="chocolateygui-release-notes" />.

### Chocolatey Community Repository aka community.chocolatey.org

- ~~Adding back in search box~~ - completed Q1 2018
- Converting rest of site
- ~~Kickstarter backers~~ - [https://chocolatey.org/kickstarter](https://chocolatey.org/kickstarter)
- ~~Add blog~~ - [https://blog.chocolatey.org/](https://blog.chocolatey.org/)
- ~~VirusTotal scans of all packages and downloaded binaries~~ - Completed Feb 2016
- ~~Locking down non-secure downloads in packages (HTTP) without checksums~~ - completed Aug 2016
- Locking down secure downloads in packages (HTTPS) without checksums

Other tickets as noted at [https://github.com/chocolatey/home](https://github.com/chocolatey/home).
## Commercial Products

## Commercial

- ~~<Xref title="Chocolatey Central Management Console" value="ccm" />~~ - reporting aspect released May 2019 / Deployments released June 2020
- ~~<Xref title="Self-Service Installs (Non-Admins)" value="self-service-anywhere" />~~ released in Jan 2017
<Callout type="info">
Future roadmap items are shared directly with customers. To get access to the latest roadmap webinar, please run `choco support` to find out your options on reaching out to our Support Team.
Comment thread
steviecoaster marked this conversation as resolved.
</Callout>

Other tickets as noted at [https://github.com/chocolatey/chocolatey-licensed-issues](https://github.com/chocolatey/chocolatey-licensed-issues).
Tickets as noted in [GitHub](https://github.com/chocolatey/chocolatey-licensed-issues).

### Chocolatey Licensed Extension

- ~~Package Throttle - reduce download speeds for low bandwidth areas~~ - released in Q1 2017 (March)
- Package Modernizer
- Package Sync command:
- finding existing packages
- ~~building packages on the fly with sync (business edition)~~ released in Jan 2017
- ~~Package Builder - <Xref title="create packages from Programs and Features" value="package-builder" anchor="generate-packages-from-programs-and-features" />~~ - released in Q3 2016
- ~~Right Click `Create Chocolatey Package...` (business editions)~~ - released in Q3 2016
- ~~<Xref title="Package Builder UI" value="package-builder" anchor="package-builder-ui" /> (business edition)~~ - released in Q3 2016
- ~~Package Builder UI (pro edition without the auto detection)~~ - released Q1 2017

Other tickets as noted at [https://github.com/chocolatey/chocolatey-licensed-issues/labels/LicensedExtension](https://github.com/chocolatey/chocolatey-licensed-issues/labels/LicensedExtension).
Other tickets as noted in [GitHub](https://github.com/chocolatey/chocolatey-licensed-issues/labels/LicensedExtension).

Release Notes / Changelog at <Xref title="Chocolatey Licensed Extension Release Notes" value="licensed-extension-release-notes" />.

### Chocolatey Central Management

- ~~Reporting~~ - released May 2019
- ~~Deployments~~ - released June 2020
- ~~Scheduled Deployments~~ - released November 2020
- ~~Maintenance Windows~~ - released November 2020
- ~~Semi-connected environments~~ - released November 2020
- Recurring Deployments
- Retry
- Templates
- Groups Active Directory Integration (Auto-groups)
- WCAG compliance

Other tickets as noted at [https://github.com/chocolatey/chocolatey-licensed-issues/labels/CentralManagement](https://github.com/chocolatey/chocolatey-licensed-issues/labels/CentralManagement).
**Completed**:

- 2026:
- Q1:
- Gather, display and allow API querying of managed endpoint facts.

Other tickets as noted in [GitHub](https://github.com/chocolatey/chocolatey-licensed-issues/labels/CentralManagement).

Release Notes / Changelog at <Xref title="Chocolatey Central Management Release Notes" value="ccm-release-notes" />.

Expand Down