- Edit me at https://github.com/chocolatey/choco-wiki
If you are on Chocolatey 0.9.8.x and below, you want to go to https://github.com/chocolatey/chocolatey/wiki(this is no longer available)
TeamCity | AppVeyor | Travis |
---|---|---|
"I'm a tools enabler, I'm a global silent application installer. I configure stuff. Some people want to call me apt-get for Windows, I just want to get #chocolatey!"
Home: https://chocolatey.org (Backup: http://chocolatey.apphb.com) Forum: http://groups.google.com/group/chocolatey Twitter: https://twitter.com/chocolateynuget
Chocolatey is a global PowerShell execution engine using the NuGet packaging infrastructure. Think of it as the ultimate automation tool for Windows. Chocolatey is a package manager that can also embed/wrap native installers and has functions for downloading and checksumming resources from the internet - useful for when you have public packages, but don't have distribution rights for the underlying software that packages represent (seen all the time with publicly available packages on the community repository).
Managing internal and external software is a breeze with Chocolatey! Chocolatey is a single, unified interface designed to work with all aspects of managing Windows software using a packaging framework that understands both versioning and dependency requirements. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and scripts into a compiled package file. Chocolatey packages can be used independently, but also integrate with configuration managers like SCCM, Puppet, and Chef. Chocolatey is trusted by businesses all over the world to manage their software deployments on Windows. You’ve never had so much fun managing software!
Chocolatey is beneficial for some of the following reasons:
- You have a single, unified interface for installing, upgrading and uninstalling software on Windows.
- Packages are independent deployment artifacts that can easily be used across technologies like SCCM, Puppet, Chef, etc, but are not tied to those technologies. Developers could still use the same packages locally that are used with SCCM.
- You define dependencies between software so installation order is not a manual process.
- Chocolatey has some really great smarts built-in to be able to handle things like uninstalling software automatically.
- You can easily package your own internal software using technologies you are familiar with (PowerShell).
- Chocolatey has great PowerShell helper functions for many software scenarios, so many times a one line function call is all you need to handle complex installation software.
- You can define any additional functionality a native installer file may have missed setting up for you, such as putting some directory in the PATH variable.
- You control how installs, upgrades and uninstalls are handled.
- Package maintenance is quite simple.
- It makes Windows software easily scriptable.
- FOSS version is completely free with a business friendly license.
- Able to use completely internally building your own packages.
- Hosting your own internal packages is as simple as a file/folder share to as advanced as a custom package gallery - see [[Hosting your own server|How-To-Host-Feed]].
- Can integrate with SCCM to deliver packages and software out to distribution points.
- Integrates with Puppet, Chef, Ansible, Saltstack and DSC.
- Auditing what is installed (and not just what's in Programs and Features).
- You can build your own internal packages that wrap native installers, but you can build more true package types that have the software in the package. See [[What are Chocolatey Packages?|GettingStarted#what-are-chocolatey-packages]]
Chocolatey is like apt-get, but built with Windows in mind (there are differences and limitations). For those unfamiliar with APT/Debian, think about Chocolatey as a global silent installer for applications and tools. It can also do configuration tasks and anything that you can do with PowerShell. The power you hold with a tool like Chocolatey is only limited by your imagination!
What's the difference between NuGet and Chocolatey? Developers can use NuGet to get 3rd party libraries that they use to build the .NET tools and applications that they release with Chocolatey! But Chocolatey is not just for .NET tools. It's for nearly any Windows application/tool!
Want to [[learn more?|ChocolateyFAQs]]
- [[Frequently Asked Questions|ChocolateyFAQs]]
- [[Why Chocolatey|Why]]
- [[License Acceptance Terms|Legal#package-license-acceptance-terms]]
- [[Waiver of Responsibility|Legal#waiver-of-responsibility]]
- [[Release Notes|ReleaseNotes]]
- [[Installing Chocolatey|Installation]]
- [[Uninstalling Chocolatey|Uninstallation]]
- [[Getting Started|GettingStarted]]
- [[Command Reference|CommandsReference]]
- Use Chocolatey to set up [[source code development environments|DevelopmentEnvironmentSetup]]!
- What distinction does Chocolatey make between an [[installable and a portable application|ChocolateyFAQs#what-distinction-does-chocolatey-make-between-an-installable-and-a-portable-application]]?
- [[Creating packages|CreatePackages]]
- Keep in Mind [[Distribution Rights|Legal#distributions-aka-chocolatey-packages]]
- [[Package Function and Variable Reference|HelpersReference]]
- [[Outdated packages? Triage process|PackageTriageProcess]]
- [[Parse PackageParameters Argument|How-To-Parse-PackageParameters-Argument]]
- [[Mount an Iso in Chocolatey Package|How-To-Mount-An-Iso-In-Chocolatey-Package]]
- [[Deprecate a Chocolatey Package|How-To-Deprecate-A-Chocolatey-Package]]
- [[Host Your Own Feed|How-To-Host-Feed]]
Where are [[we|RoadMap]]? Where are we [[going|RoadMap]]?
Chocolatey has a Google Groups group. Please join and ask questions and send feedback.
If you have issues with a package (or it is out of date), please use the contact maintainers link on the package page itself. If the maintainer doesn’t respond within a given time frame (say a day or two), please refer to the [[Package Triage Process|PackageTriageProcess]].
Come join in the conversation about Chocolatey in our Gitter Chat Room
Or, you can find us in IRC on Freenode at #chocolatey.
You can find all of the members of the Chocolatey Team here.
##Requirements
- Windows 7+/Windows 2003+
- .NET Framework 4.0
- PowerShell 2.0