History

History

Where Chocolatey Comes From

Chocolatey is like apt-get, but for Windows (with Windows comes limitations). It is a machine level package manager that is built on top of nuget command line and the nuget infrastructure.

Chocolatey started out as a joke because everyone loves Chocolatey nougat (nuget).

Chocolatey's original intentions were to get the rest of the executable/tool gems off of ruby gems. From there it grew when we realized we could execute a known PowerShell script. I'd already had quite a bit of experience with unattended installations and silent switches for the different installers at two different companies. Taking that concept of the silent installs and making them global really started something.

At that time it became a tool that could install, upgrade and configure software See package management system.

So where [vanilla] nuget packages are developer focused library packages, Chocolatey nuget packages are application/tool packages, and not necessarily developer focused.

And then we made creating packages stupid simple by including helpers. Soon we will make it even more juicy by helping you create the entire package from a website by entering a little information.

References

Apt-Get